add p910nd (thanks to Oliver Ertl)
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / gcc-uclibc-3.3-120-softfloat.patch
1 --- gcc-3.3.2-old/configure.in 2003-08-09 01:57:21.000000000 -0500
2 +++ gcc-3.3.2/configure.in 2004-01-15 12:46:29.000000000 -0600
3 @@ -1418,6 +1418,11 @@
4 fi
5
6 FLAGS_FOR_TARGET=
7 +case " $targargs " in
8 + *" --nfp "* | *" --without-float "*)
9 + FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -msoft-float'
10 + ;;
11 +esac
12 case " $target_configdirs " in
13 *" newlib "*)
14 case " $targargs " in