summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-23 09:05:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-23 09:05:00 +0000
commite63b3fd32f12c644d75590112814287a02431d44 (patch)
tree4af2c126b7a22b8dfb239a69cb47f472e146d41d /extra/Configs/Config.powerpc
parent648d5f450ee2f904916082d9eac2f230ecece314 (diff)
Adjust configs for updated math lib
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc16
1 files changed, 4 insertions, 12 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index d9e7c6c30..90bd41cae 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -65,20 +65,12 @@ HAS_MMU = true
# Set this to `false' if you don't have/need basic floating point support
# support in libc (strtod, printf, scanf). Set it to `true' otherwise.
-# Note: If not true, Rules.mak disables libm as well.
+# If this is not true, then libm will not be built.
HAS_FLOATING_POINT = true
-# Set this to `false' if you don't have/need float functions in libm.
-# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_FLOAT = true
-
-# Set this to `false' if you don't have/need double functions in libm.
-# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_DOUBLE = true
-
-# Set this to `false' if you don't have/need long double functions in libm.
-# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_LONG_DOUBLE = false
+# Set to `true' if you want the math library to contain the full set
+# of C99 math library features. Costs an extra 35k or so on x86.
+DO_C99_MATH = false
# Set this to `false' if you don't have/need "(unsigned) long long int" support.
# Set it to `true' otherwise.