diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-10-23 22:56:08 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-10-23 18:56:08 -0400 |
commit | b9584cb56b0488414776e77dc70dedd569af9b48 (patch) | |
tree | 5b0db7f7f0039cccb1d4f3a9a9746564c9d3fa55 /gcc/config.gcc | |
parent | bfccadc9249b4c55b748ddefbec8c8344f6deac2 (diff) | |
download | gcc-b9584cb56b0488414776e77dc70dedd569af9b48.tar.gz |
config.gcc (powerpc-ibm-aix[6789]): Define as yes.
* config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
Define as yes.
From-SVN: r229276
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c0b5c9e1a0f..673dbaae5ca 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2540,6 +2540,7 @@ rs6000-ibm-aix6.* | powerpc-ibm-aix6.*) thread_file='aix' use_gcc_stdint=wrap extra_headers=altivec.h + default_use_cxa_atexit=yes ;; rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*) tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h" @@ -2549,6 +2550,7 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*) thread_file='aix' use_gcc_stdint=wrap extra_headers=altivec.h + default_use_cxa_atexit=yes ;; rl78-*-elf*) tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" |