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:
Xiang Xiao
2019-01-26 11:23:31 -06:00
committed by Gregory Nutt
parent 095e28d45e
commit 38ffb98f1b
8 changed files with 19 additions and 34 deletions
+2 -2
View File
@@ -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