summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-18 20:05:49 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-18 20:05:49 +0000
commit08e0c24b47a9abfd5536ee0cda1d0204bf7cc93c (patch)
treed7132ca3f2d25babc68ad5da777e731bee6c5abd /extra
parent4db5f2c0a1e1a310c51bf2612a9e08dc22262b1e (diff)
This commit finishes adding support for the old m68k-coff toolchains by
working around a missing header file in the compiler shipped with the uCsimm and uCdimm. This should make the folk in Toronto happy, since now they can use the latest CVS version of uClibc. -Erik
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.m68k.coff11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index bb9fc3369..32473466e 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -66,19 +66,19 @@ HAS_MMU = false
# 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.
-HAS_FLOATING_POINT = false
+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 = false
+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 = false
+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
+HAS_LIBM_LONG_DOUBLE = true
# Set this to `false' if you don't have/need "(unsigned) long long int" support.
# Set it to `true' otherwise.
@@ -165,3 +165,6 @@ OPTIMIZATION = $(DEBUG_CFLAGS)
# This is a COFF compiler (ick), so disable all the cool stuff
HAVE_ELF = false
+
+# We can't properly do shared libraries on m68k (at least, not yet ;-)
+HAVE_SHARED = false