]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/gcc-4.1.2-arm-linux-soft-float.patch
ovpnmain.cgi: Fix client package creation.
[people/teissler/ipfire-2.x.git] / src / patches / gcc-4.1.2-arm-linux-soft-float.patch
1 diff -u -r gcc-4.0.2/gcc/config/arm/t-linux gcc-4.0.2/gcc/config/arm.new/t-linux
2 --- gcc-4.0.2/gcc/config/arm/t-linux 2005-10-18 22:04:44.000000000 +1000
3 +++ gcc-4.0.2/gcc/config/arm.new/t-linux 2005-10-18 22:05:03.000000000 +1000
4 @@ -4,7 +4,12 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi
5 LIBGCC2_DEBUG_CFLAGS = -g0
6
7 LIB1ASMSRC = arm/lib1funcs.asm
8 -LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
9 +LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
10 + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
11 + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
12 + _fixsfsi _fixunssfsi _floatdidf _floatdisf \
13 + _bb_init_func _call_via_rX _interwork_call_via_rX \
14 + _lshrdi3 _ashrdi3 _ashldi3
15
16 # MULTILIB_OPTIONS = mhard-float/msoft-float
17 # MULTILIB_DIRNAMES = hard-float soft-float
18
19
20 --- gcc-4.1.1/gcc/config/arm/linux-elf.h 2007-01-06 11:17:51.000000000 +0000
21 +++ gcc-4.1.1/gcc/config/arm/linux-elf-soft.h 2007-01-06 11:22:01.000000000 +0000
22 @@ -49,7 +49,7 @@
23 %{shared:-lc} \
24 %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
25
26 -#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
27 +/* #define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" */
28
29 #define LINUX_TARGET_INTERPRETER "/lib/ld-linux.so.2"
30