mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
982 B
Diff
23 lines
982 B
Diff
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 <nitin.a.kamble@intel.com>
|
|
Index: binutils-2.20.1/libiberty/Makefile.in
|
|
===================================================================
|
|
--- binutils-2.20.1.orig/libiberty/Makefile.in
|
|
+++ binutils-2.20.1/libiberty/Makefile.in
|
|
@@ -327,7 +327,8 @@ install: install_to_$(INSTALL_DEST) inst
|
|
# 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
|