From aaea34768c73eb404d0f3e34983a4ceba1fa1794 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 21 Mar 2007 21:03:22 +0000 Subject: Patch from Enrico WEIGELT to disable __cxa_atexit for those C libraries with no support (old uClibc). --- config/cc_gcc.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/cc_gcc.in b/config/cc_gcc.in index 974dd2c6..d9222397 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" -- cgit v1.2.3