summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-06 23:10:36 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-06 23:15:41 (GMT)
commit431821741f342ed0ee6e7b9b4b7b9dcb390f9f72 (patch)
tree33a9da16da605ca07eb943036155991fcb0be6e2
parent46bfc8a4dc53779f6f7eff164a00321947a796d1 (diff)
Remove "pre-declaration" of config options
... these are apparently not needed with the current kconfig and only result in warnings like "SYMBOL changed state" and "reassigning SYMBOL". Perhaps, it was necessary to run kconfig without first generating config.gen? But now all the targets that invoke $(CONF) have `config_files` as a dependency. Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r--config/target.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/config/target.in b/config/target.in
index e8f0fe7..a905b23 100644
--- a/config/target.in
+++ b/config/target.in
@@ -5,41 +5,6 @@ menu "Target options"
config ARCH
string
-# Pre-declare target optimisation variables
-config ARCH_SUPPORTS_BOTH_MMU
-config ARCH_SUPPORTS_BOTH_ENDIAN
-config ARCH_SUPPORTS_8
-config ARCH_SUPPORTS_32
-config ARCH_SUPPORTS_64
-config ARCH_SUPPORTS_WITH_ARCH
-config ARCH_SUPPORTS_WITH_ABI
-config ARCH_SUPPORTS_WITH_CPU
-config ARCH_SUPPORTS_WITH_TUNE
-config ARCH_SUPPORTS_WITH_FLOAT
-config ARCH_SUPPORTS_WITH_FPU
-config ARCH_SUPPORTS_SOFTFP
-
-config ARCH_DEFAULT_HAS_MMU
-config ARCH_DEFAULT_BE
-config ARCH_DEFAULT_LE
-config ARCH_DEFAULT_32
-config ARCH_DEFAULT_64
-
-config ARCH_ARCH
-config ARCH_ABI
-config ARCH_CPU
-config ARCH_TUNE
-config ARCH_FPU
-config ARCH_BE
-config ARCH_LE
-config ARCH_32
-config ARCH_64
-config ARCH_BITNESS
-config ARCH_FLOAT_HW
-config ARCH_FLOAT_SW
-config TARGET_CFLAGS
-config TARGET_LDFLAGS
-
source "config.gen/arch.in"
config ARCH_SUFFIX