From 441e392e11456ccc9933e01488c9457fe092c3ea Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 18 Aug 2011 12:09:42 +0000 Subject: gcc: move patches as the name changed. This was missing in r28038. SVN-Revision: 28040 --- .../linaro/840-armv4_pass_fix-v4bx_to_ld.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch (limited to 'toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch') 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 \ -- cgit v1.1