mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +02:00
gcc: update upstream-status for patches python: update upstream-status for patches libtool: update upstream-status of patches m4: update upstream status for patches eglibc: remove unused patches eglibc: update upstream status of patches glibc: update upstream-status of patches & remove unused patches (From OE-Core rev: d10df0e5a363fe8b305ffac7e8ac231da8e07552) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
586 B
Diff
14 lines
586 B
Diff
Upstream-Status: Pending
|
|
--- gcc-2005q3/gcc/config/arm/linux-eabi.h~ 2007-07-10 09:19:47.000000000 +0930
|
|
+++ gcc-2005q3/gcc/config/arm/linux-eabi.h 2007-07-10 10:42:37.000000000 +0930
|
|
@@ -48,7 +48,8 @@
|
|
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
|
|
|
|
#undef SUBTARGET_EXTRA_LINK_SPEC
|
|
-#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"
|
|
+#define SUBTARGET_EXTRA_LINK_SPEC \
|
|
+ " %{mbig-endian:-m armelfb_linux_eabi} %{mlittle-endian:-m armelf_linux_eabi} "
|
|
|
|
/* Use ld-linux.so.3 so that it will be possible to run "classic"
|
|
GNU/Linux binaries on an EABI system. */
|