diff options
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r-- | extra/Configs/Config.h8300 | 10 |
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 |