summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.v850e
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.v850e
parent4bb535f88baea1473630b83d06fe86cc42d69e86 (diff)
Yet more config system updating.
Diffstat (limited to 'extra/Configs/Config.v850e')
-rw-r--r--extra/Configs/Config.v850e11
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e
index 176e43e14..c0a7226ed 100644
--- a/extra/Configs/Config.v850e
+++ b/extra/Configs/Config.v850e
@@ -11,21 +11,14 @@ config HAVE_ELF
bool
default y
-config C_SYMBOL_PREFIX
- string
- default "_"
-
config ARCH_CFLAGS
string
- default ""
config ARCH_LDFLAGS
string
- default ""
config LIBGCC_CFLAGS
string
- default ""
config HAVE_ELF
bool
@@ -35,6 +28,10 @@ config ARCH_HAS_NO_MMU
bool
default y
+config ARCH_HAS_C_SYMBOL_PREFIX
+ bool
+ default y
+
source "extra/Configs/Config.in.arch"
endmenu