Default gumstix configuration changed
[gumsense-br.git] / toolchain / gcc / 4.1.1 / 850-arm-no-libfloat.patch
blob2b509d2d032766997f44fd636d85eceed813cb2a
1 --- gcc-4.1.1/gcc/config/arm/linux-elf.h 2006-07-21 00:30:51.000000000 -0700
2 +++ gcc-4.1.1/gcc/config/arm/linux-elf.h 2006-07-21 00:30:39.000000000 -0700
3 @@ -63,7 +63,7 @@
4 %{shared:-lc} \
5 %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
7 -#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
8 +#define LIBGCC_SPEC "-lgcc"
10 #ifdef USE_UCLIBC
11 #define LINUX_TARGET_INTERPRETER "/lib/ld-uClibc.so.0"