From db56f6acc3217c945c0ae090fd7db5881c119c63 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 19 Oct 2009 07:41:33 +0000 Subject: binutils: add support for non-pic handling and use it in the codesourcery based gcc, fixes mips support for this toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../4.3.3+cs/001-no_mips_nonpic_default.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch b/toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch deleted file mode 100644 index cf6503b793..0000000000 --- a/toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/gcc/config/mips/linux.h -+++ b/gcc/config/mips/linux.h -@@ -75,8 +75,7 @@ along with GCC; see the file COPYING3. - %{static:-static}}}" - - #undef SUBTARGET_ASM_SPEC --#define SUBTARGET_ASM_SPEC \ -- "%{mabi=64: -64} %{mabicalls:%{fpic|fPIC|fpie|fPIE:-KPIC;:-mnon-pic-abicalls}}" -+#define SUBTARGET_ASM_SPEC "%{mabi=64: -64} %{!mno-abicalls:-KPIC}" - - /* The MIPS assembler has different syntax for .set. We set it to - .dummy to trap any errors. */ ---- a/gcc/config/mips/linux64.h -+++ b/gcc/config/mips/linux64.h -@@ -28,7 +28,7 @@ NO_SHARED_SPECS \ - - #undef SUBTARGET_ASM_SPEC - #define SUBTARGET_ASM_SPEC "\ --%{mabicalls:%{fpic|fPIC|fpie|fPIE:-KPIC;:-mnon-pic-abicalls}} \ -+%{!fno-PIC:%{!fno-pic:-KPIC}} \ - %{fno-PIC:-non_shared} %{fno-pic:-non_shared}" - - #undef LIB_SPEC -- cgit v1.2.3