summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 15:13:01 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 15:13:01 +0000
commit90552a3545d1db29f95a1dc9e4ec9b7f68084bcc (patch)
tree13e5f7f0217c205e99fcbc41aea5a570311299f7 /meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch
parent845ac92f4a43721b33af5b1b61e853b94403d8b7 (diff)
downloadpoky-90552a3545d1db29f95a1dc9e4ec9b7f68084bcc.tar.gz
gcc-cross-kernel: Add missing patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4055 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch')
-rw-r--r--meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch b/meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch
new file mode 100644
index 0000000000..e6cc42bb65
--- /dev/null
+++ b/meta/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch
@@ -0,0 +1,12 @@
1--- gcc-2005q3/gcc/config/arm/linux-eabi.h~ 2007-07-10 09:19:47.000000000 +0930
2+++ gcc-2005q3/gcc/config/arm/linux-eabi.h 2007-07-10 10:42:37.000000000 +0930
3@@ -48,7 +48,8 @@
4 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
5
6 #undef SUBTARGET_EXTRA_LINK_SPEC
7-#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"
8+#define SUBTARGET_EXTRA_LINK_SPEC \
9+ " %{mbig-endian:-m armelfb_linux_eabi} %{mlittle-endian:-m armelf_linux_eabi} "
10
11 /* Use ld-linux.so.3 so that it will be possible to run "classic"
12 GNU/Linux binaries on an EABI system. */