diff options
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r-- | newlib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 41de26f25..5ecce4c10 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -13,6 +13,10 @@ MULTICLEAN = true LIBTOOL_VERSION_INFO = 0:0:0 +# 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. if NEWLIB_HW_FP MATHDIR = mathfp else |