Jelajahi Sumber

Up the m68k defaults a little so that uClibc will support a g++ build.

David McCullough 23 tahun lalu
induk
melakukan
d0c25d2349
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      extra/Configs/Config.m68k

+ 5 - 5
extra/Configs/Config.m68k

@@ -66,25 +66,25 @@ 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.
 # Affects *printf and *scanf functions.
 # Also omits strto(u)ll, and (u)lltostr from the library if `false'.
-HAS_LONG_LONG = false
+HAS_LONG_LONG = true
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
 # Note: Currently only affects the ctype functions.  You must also generate