aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 41de26f..5ecce4c 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