diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-10 07:16:46 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-10 07:16:46 +0000 |
commit | 209e018012adb3c06aad0f77c5d444464cf39864 (patch) | |
tree | 85de9de10e968153bdd3337ca77495a85843b9c3 /packages/gcc/gcc-csl-arm | |
parent | aea39d877bb582c8b076106ae543f699ce3372a4 (diff) |
gcc-csl-arm-2005q3: Added patch to support big-endian builds of 3.4.4
Diffstat (limited to 'packages/gcc/gcc-csl-arm')
-rw-r--r-- | packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch b/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch new file mode 100644 index 0000000000..e6cc42bb65 --- /dev/null +++ b/packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch @@ -0,0 +1,12 @@ +--- 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. */ |