summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-23 22:56:08 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-23 22:56:08 +0000
commit4e9e79a9873f669e209541c87ab0ea65c41ef28a (patch)
tree5b0db7f7f0039cccb1d4f3a9a9746564c9d3fa55 /gcc/config.gcc
parent158d21fb7b7ad25eeae083d3c8d5e51ed089741b (diff)
downloadgcc-4e9e79a9873f669e209541c87ab0ea65c41ef28a.tar.gz
* config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
Define as yes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
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}"