scripts/build/cc_core_gcc.sh
changeset 20 e238f7fbc941
parent 1 eeea35fbf182
child 45 42faddd0098a
     1.1 --- a/scripts/build/cc_core_gcc.sh	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/scripts/build/cc_core_gcc.sh	Wed Mar 21 21:03:22 2007 +0000
     1.3 @@ -20,6 +20,7 @@
     1.4      [ -n "${CT_ARCH_TUNE}" ] && extra_config="${extra_config} --with-tune=${CT_ARCH_TUNE}"
     1.5      [ -n "${CT_ARCH_ARCH}" ] && extra_config="${extra_config} --with-arch=${CT_ARCH_ARCH}"
     1.6      [ -n "${CT_ARCH_FPU}" ] && extra_config="${extra_config} --with-fpu=${CT_ARCH_FPU}"
     1.7 +    [ "${CT_CC_CXA_ATEXIT}" == "y" ] && extra_config="${extra_config} --enable-__cxa_atexit"
     1.8  
     1.9      CT_DoLog DEBUG "Extra config passed: \"${extra_config}\""
    1.10  
    1.11 @@ -38,7 +39,6 @@
    1.12          --disable-nls                               \
    1.13          --enable-threads=no                         \
    1.14          --enable-symvers=gnu                        \
    1.15 -        --enable-__cxa_atexit                       \
    1.16          --enable-languages=c                        \
    1.17          --disable-shared                            \
    1.18          ${CT_CC_CORE_EXTRA_CONFIG}                  2>&1 |CT_DoLog DEBUG