summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-01 11:43:15 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-01 11:43:15 +0000
commitbe9a11b014a93aa8a326912b1c7122828c664fb1 (patch)
tree39edef162a1c9e9a79eb552334bafd7d50d7ffd1 /toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch
parent6d02667c07ba477bff9bd16a1dfc8db3b5940b65 (diff)
downloadmtk-20170518-be9a11b014a93aa8a326912b1c7122828c664fb1.zip
mtk-20170518-be9a11b014a93aa8a326912b1c7122828c664fb1.tar.gz
mtk-20170518-be9a11b014a93aa8a326912b1c7122828c664fb1.tar.bz2
replace gcc 4.5.2 support with 4.6.1
SVN-Revision: 27333
Diffstat (limited to 'toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch')
-rw-r--r--toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch b/toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch
new file mode 100644
index 0000000..e5a26c1
--- /dev/null
+++ b/toolchain/gcc/patches/4.6.1/840-armv4_pass_fix-v4bx_to_ld.patch
@@ -0,0 +1,20 @@
+--- a/gcc/config/arm/linux-eabi.h
++++ b/gcc/config/arm/linux-eabi.h
+@@ -64,12 +64,16 @@
+ #undef GLIBC_DYNAMIC_LINKER
+ #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.3"
+
++/* For armv4 we pass --fix-v4bx to linker to support EABI */
++#undef TARGET_FIX_V4BX_SPEC
++#define TARGET_FIX_V4BX_SPEC " %{mcpu=arm8|mcpu=arm810|mcpu=strongarm*|march=armv4:--fix-v4bx}"
++
+ /* At this point, bpabi.h will have clobbered LINK_SPEC. We want to
+ use the GNU/Linux version, not the generic BPABI version. */
+ #undef LINK_SPEC
+ #define LINK_SPEC BE8_LINK_SPEC \
+ LINUX_OR_ANDROID_LD (LINUX_TARGET_LINK_SPEC, \
+- LINUX_TARGET_LINK_SPEC " " ANDROID_LINK_SPEC)
++ LINUX_TARGET_LINK_SPEC " " ANDROID_LINK_SPEC) \
+
+ #undef CC1_SPEC
+ #define CC1_SPEC \