Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition.

This commit is contained in:
Gregory Nutt
2017-05-13 11:44:12 -06:00
parent 02535be36a
commit 7fe112fe4c
126 changed files with 4131 additions and 551 deletions
+4
View File
@@ -124,6 +124,10 @@ source arch/xtensa/Kconfig
source arch/z16/Kconfig
source arch/z80/Kconfig
config ARCH_TOOLCHAIN_GNU
bool
default n
comment "Architecture Options"
config ARCH_NOINTC