diff options
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 9b013e624..f7dbe82fe 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -297,6 +297,11 @@ MULTIDO = true MULTICLEAN = true LIBTOOL_VERSION_INFO = 0:0:0 @NEWLIB_HW_FP_FALSE@MATHDIR = math + +# The newlib hardware floating-point routines have been disabled due to +# inaccuracy. If you wish to work on them, you will need to edit the +# configure.in file to re-enable the configuration option. By default, +# the NEWLIB_HW_FP variable will always be false. @NEWLIB_HW_FP_TRUE@MATHDIR = mathfp # Work around what appears to be a GNU make bug handling MAKEFLAGS |