From 228c1313ff36f619420b46ed15fdc848b3ce2d69 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 31 Jul 2013 12:58:35 +0000 Subject: config.gcc (*-*-rtems*): Use __cxa_atexit by default. 2013-07-31 Sebastian Huber * config.gcc (*-*-rtems*): Use __cxa_atexit by default. * config/rs6000/rtems.h (TARGET_LIBGCC_SDATA_SECTION): Define. From-SVN: r201370 --- gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index efb74f7..e5e9485 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -760,6 +760,7 @@ case ${target} in yes) thread_file='rtems' ;; esac extra_options="${extra_options} rtems.opt" + default_use_cxa_atexit=yes use_gcc_stdint=wrap ;; *-*-uclinux*) -- cgit v1.1