summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.h8300
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-03 14:59:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-03 14:59:00 +0000
commit0c6405c1d65d8a570b731abf1163fe6003a62c2c (patch)
tree2bfd64ca323ed1f96b4c342f793666261d5f7bf1 /extra/Configs/Config.h8300
parent4bb535f88baea1473630b83d06fe86cc42d69e86 (diff)
Yet more config system updating.
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r--extra/Configs/Config.h830010
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300
index e3a63a5af..8c17d89a9 100644
--- a/extra/Configs/Config.h8300
+++ b/extra/Configs/Config.h8300
@@ -11,26 +11,24 @@ config HAVE_ELF
bool
default n
-config C_SYMBOL_PREFIX
- string
- default "_"
-
config ARCH_CFLAGS
string
default "-mh -mint32 -fsigned-char"
config ARCH_LDFLAGS
string
- default ""
config LIBGCC_CFLAGS
string
- default ""
config ARCH_HAS_NO_MMU
bool
default y
+config ARCH_HAS_C_SYMBOL_PREFIX
+ bool
+ default y
+
source "extra/Configs/Config.in.arch"
endmenu