summaryrefslogtreecommitdiff
path: root/config/cc_gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-21 21:03:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-21 21:03:22 (GMT)
commitaaea34768c73eb404d0f3e34983a4ceba1fa1794 (patch)
tree26523146ea1651149c8a4064dfbd5c4c57003edd /config/cc_gcc.in
parent19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d (diff)
Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).
Diffstat (limited to 'config/cc_gcc.in')
-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"