Upstream-Status: Inappropriate [embedded specific] don't let the distro compiler point to the wrong installation location Thanks to RP for helping find the source code causing the issue. 2010/08/13 Nitin A Kamble Index: binutils-2.22/libiberty/Makefile.in =================================================================== --- binutils-2.22.orig/libiberty/Makefile.in +++ binutils-2.22/libiberty/Makefile.in @@ -350,7 +350,8 @@ install-strip: install # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the # default multilib, so we have to take CFLAGS into account as well, # since it will be passed the multilib flags. -MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` +#MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` +MULTIOSDIR = "" install_to_libdir: all ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR) $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n