summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc_gcc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 974dd2c..d922239 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -128,6 +128,14 @@ config CC_VERSION
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
+config CC_CXA_ATEXIT
+ bool
+ prompt "__cxa_atexit"
+ default "y"
+ help
+ If you get the missing symbol "__cxa_atexit" when building c++ programs,
+ you might want to try disabling this option.
+
config CC_EXTRA_CONFIG
string
prompt "Final gcc extra config"