mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:43:28 +08:00
Suppress option to use custom optimization levels for architectures that do not support it
This commit is contained in:
@@ -18,6 +18,7 @@ config ARCH_ARM
|
|||||||
select ARCH_HAVE_INTERRUPTSTACK
|
select ARCH_HAVE_INTERRUPTSTACK
|
||||||
select ARCH_HAVE_VFORK
|
select ARCH_HAVE_VFORK
|
||||||
select ARCH_HAVE_STACKCHECK
|
select ARCH_HAVE_STACKCHECK
|
||||||
|
select ARCH_HAVE_CUSTOMOPT
|
||||||
---help---
|
---help---
|
||||||
The ARM architectures
|
The ARM architectures
|
||||||
|
|
||||||
@@ -25,6 +26,7 @@ config ARCH_AVR
|
|||||||
bool "AVR"
|
bool "AVR"
|
||||||
select ARCH_NOINTC
|
select ARCH_NOINTC
|
||||||
select ARCH_HAVE_INTERRUPTSTACK
|
select ARCH_HAVE_INTERRUPTSTACK
|
||||||
|
select ARCH_HAVE_CUSTOMOPT
|
||||||
---help---
|
---help---
|
||||||
Atmel 8-bit bit AVR and 32-bit AVR32 architectures
|
Atmel 8-bit bit AVR and 32-bit AVR32 architectures
|
||||||
|
|
||||||
@@ -38,6 +40,7 @@ config ARCH_HC
|
|||||||
config ARCH_MIPS
|
config ARCH_MIPS
|
||||||
bool "MIPS"
|
bool "MIPS"
|
||||||
select ARCH_HAVE_INTERRUPTSTACK
|
select ARCH_HAVE_INTERRUPTSTACK
|
||||||
|
select ARCH_HAVE_CUSTOMOPT
|
||||||
---help---
|
---help---
|
||||||
MIPS architectures (PIC32)
|
MIPS architectures (PIC32)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user