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
This commit is contained in:
David Edelsohn 2015-10-23 22:56:08 +00:00 committed by David Edelsohn
parent bfccadc924
commit b9584cb56b
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-10-23 David Edelsohn <dje.gcc@gmail.com>
* config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
Define as yes.
2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
* tree-vect-generic.c (expand_vector_operations_1): Check

View file

@ -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}"