diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-02 15:43:10 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-09-02 15:43:10 +0000 |
commit | e6fc6c9b86fc47df81a3258b4630fb68a6889c50 (patch) | |
tree | a0c89405fa56f73dc775926fcb6b6db44201c9c5 /gcc/config.gcc | |
parent | d86c1b91730b2710a4042ee6972c513f939015a6 (diff) | |
download | gcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.zip gcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.tar.gz gcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.tar.bz2 |
config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set default_use_cxa_atexit=yes.
* config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
default_use_cxa_atexit=yes.
From-SVN: r86964
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index dd07eea..b87467e8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -657,6 +657,7 @@ arm*-*-eabi* | arm*-*-symbianelf* ) # registers r0-r3. Correctly modeling that requires the use of # TImode. need_64bit_hwint=yes + default_use_cxa_atexit=yes tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h" tmake_file="t-slibgcc-elf-ver arm/t-arm arm/t-arm-elf" case ${target} in |