120-softfloat.patch 382 B

1234567891011121314
  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. FLAGS_FOR_TARGET=
  6. +case " $targargs " in
  7. + *" --nfp "* | *" --without-float "*)
  8. + FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -msoft-float'
  9. + ;;
  10. +esac
  11. case " $target_configdirs " in
  12. *" newlib "*)
  13. case " $targargs " in