From 0c6405c1d65d8a570b731abf1163fe6003a62c2c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 3 Nov 2002 14:59:00 +0000 Subject: Yet more config system updating. --- extra/Configs/Config.arm | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'extra/Configs/Config.arm') diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index e11ec1008..f458f23a1 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -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 "" choice prompt "Target Processor Type" @@ -66,13 +59,6 @@ config ARCH_HAS_NO_MMU bool default y if CONFIG_ARM7TDMI -config CPU_CFLAGS - string - default "" if CONFIG_GENERIC_ARM - default "-march=arm7tdmi" if CONFIG_ARM7TDMI - default "-march=strongarm" if CONFIG_STRONGARM - default "$(call check_gcc,-march=xscale,-march=strongarm)" if CONFIG_XSCALE - source "extra/Configs/Config.in.arch" endmenu -- cgit v1.2.3