summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.arm
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r--extra/Configs/Config.arm10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 7a4dace33..2ef160fda 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -74,7 +74,7 @@ DO_C99_MATH = false
# 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 = true
+HAS_LONG_LONG = false
# 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
@@ -113,6 +113,12 @@ UNIFIED_SYSCALL = false
# Do not enable this unless your kernel provides large file support.
DOLFS = false
+# Posix regular expression code is really big -- 27k all by itself.
+# If you don't use regular expressions, turn this off and save space.
+# Of course, if you only staticly link, leave this on, since it will
+# only be included in your apps if you use regular expressions.
+INCLUDE_REGEX=true
+
# If you want to include RPC support, enable this. RPC is almost never used
# for anything except NFS support, so unless you plan to use NFS, leave this
# disabled. This is off by default.
@@ -123,7 +129,7 @@ INCLUDE_RPC = false
INCLUDE_IPV6 = false
# If you want to compile the library as PIC code, turn this on.
-DOPIC = false
+DOPIC = true