diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:08:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:08:38 +0000 |
commit | 9231162c7e69836e06d9810d0f75f706f72789ca (patch) | |
tree | 6976636d7de73c321a5c6cb7470ae4dd76993d91 /toolchain/gcc/patches/llvm/910-soft-float.patch | |
parent | 71e9171717de01c77165e4384f91b25155443446 (diff) | |
download | upstream-9231162c7e69836e06d9810d0f75f706f72789ca.tar.gz upstream-9231162c7e69836e06d9810d0f75f706f72789ca.tar.bz2 upstream-9231162c7e69836e06d9810d0f75f706f72789ca.zip |
llvm is marked broken for two and a half year now, nuke it
SVN-Revision: 36145
Diffstat (limited to 'toolchain/gcc/patches/llvm/910-soft-float.patch')
-rw-r--r-- | toolchain/gcc/patches/llvm/910-soft-float.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/gcc/patches/llvm/910-soft-float.patch b/toolchain/gcc/patches/llvm/910-soft-float.patch deleted file mode 100644 index d0ccd8d6b9..0000000000 --- a/toolchain/gcc/patches/llvm/910-soft-float.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/gcc/config/arm/linux-elf.h -+++ b/gcc/config/arm/linux-elf.h -@@ -63,7 +63,7 @@ - %{shared:-lc} \ - %{!shared:%{profile:-lc_p}%{!profile:-lc}}" - --#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" -+#define LIBGCC_SPEC "-lgcc" - - #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" - ---- a/gcc/config/arm/t-linux -+++ b/gcc/config/arm/t-linux -@@ -4,7 +4,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi - LIBGCC2_DEBUG_CFLAGS = -g0 - - LIB1ASMSRC = arm/lib1funcs.asm --LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx -+LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \ -+ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \ -+ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \ -+ _fixsfsi _fixunssfsi _floatdidf _floatundidf _floatdisf _floatundisf - - # MULTILIB_OPTIONS = mhard-float/msoft-float - # MULTILIB_DIRNAMES = hard-float soft-float |