diff options
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r-- | config/cc/gcc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index b51c0bda..7928468c 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -265,6 +265,14 @@ config CC_GCC_LIBSTDCXX_HOSTED_DISABLE Answer 'y' here to force freestanding mode, otherwise answer let ./configure decide. +config CC_GCC_LIBSTDCXX_TARGET_CXXFLAGS + string + prompt "Target CXXFLAGS for libstdc++" + default "" + help + Used to add extra CXXFLAGS when compiling the target libstdc++ + library (e.g. -fno-exceptions). + config CC_GCC_LIBMUDFLAP bool prompt "Compile libmudflap" |