diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-17 21:23:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-17 21:23:48 +0000 |
commit | 3b81d48f27e024a113ec63bdfa0b762808d5291c (patch) | |
tree | fea6fb870a61065463da3ff885b8729abfc88018 /Rules.mak | |
parent | 1dce8cb9fe9f6f54b5c9a26115541879b2f8ff25 (diff) |
Fix up ctype.h
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ HAS_MMU = true # Disable this if your CPU has a floating point unit (FPU) HAS_FLOATS = true +# Use C functions instead of macros for ctype.h stuff +# This should generally stay false... +USE_CTYPE_C_FUNCTIONS = false + # If you are running a cross compiler, you may want to set this # to something more interesting... CROSS = #powerpc-linux- |