mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Kconfig files, binfmt/libelf, libs/libc/machin, libs/libxx: Correct libcxx exception handling by introducing the generic config(CXX_EXCEPTION and CXX_LIBSUPCXX)
This commit is contained in:
@@ -211,8 +211,8 @@ config ARMV7M_OABI_TOOLCHAIN
|
||||
|
||||
config ARMV7M_TARGET2_PREL
|
||||
bool "R_ARM_TARGET2 is PC relative"
|
||||
default n if !UCLIBCXX_EXCEPTION
|
||||
default y if UCLIBCXX_EXCEPTION
|
||||
default n if !CXX_EXCEPTION
|
||||
default y if CXX_EXCEPTION
|
||||
depends on ELF
|
||||
---help---
|
||||
Perform a PC relative relocation for relocation type R_ARM_TARGET2
|
||||
|
||||
Reference in New Issue
Block a user