Commit b9584cb5 by David Edelsohn Committed by David Edelsohn

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
parent bfccadc9
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
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment