summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-08-18 12:09:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-08-18 12:09:42 +0000
commit441e392e11456ccc9933e01488c9457fe092c3ea (patch)
treebe19fa894ce173ed4dd36cc928665c26d7b6a8fb /toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch
parent5f1d6c6c9bf5497934ccb0c150a084ed6a17b49a (diff)
downloadmtk-20170518-441e392e11456ccc9933e01488c9457fe092c3ea.zip
mtk-20170518-441e392e11456ccc9933e01488c9457fe092c3ea.tar.gz
mtk-20170518-441e392e11456ccc9933e01488c9457fe092c3ea.tar.bz2
gcc: move patches as the name changed. This was missing in r28038.
SVN-Revision: 28040
Diffstat (limited to 'toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch')
-rw-r--r--toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch b/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch
deleted file mode 100644
index 8800c03..0000000
--- a/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gcc/config/arm/linux-eabi.h
-+++ b/gcc/config/arm/linux-eabi.h
-@@ -63,12 +63,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 \
-+#define LINK_SPEC BE8_LINK_SPEC TARGET_FIX_V4BX_SPEC \
- LINUX_OR_ANDROID_LD (LINUX_TARGET_LINK_SPEC, \
- LINUX_TARGET_LINK_SPEC " " ANDROID_LINK_SPEC)
-
- #undef CC1_SPEC
- #define CC1_SPEC \