mirror of git://gcc.gnu.org/git/gcc.git
config.gcc (powerpc-ibm-aix6.*): Delete extra_headers.
* config.gcc (powerpc-ibm-aix6.*): Delete extra_headers. (powerpc-ibm-aix7.1.*): Same. (powerpc-ibm-aix[789].*): Same. From-SVN: r267203
This commit is contained in:
parent
dc6b21cb4f
commit
61c43d82f2
|
|
@ -1,3 +1,9 @@
|
|||
2018-12-17 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* config.gcc (powerpc-ibm-aix6.*): Delete extra_headers.
|
||||
(powerpc-ibm-aix7.1.*): Same.
|
||||
(powerpc-ibm-aix[789].*): Same.
|
||||
|
||||
2018-12-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR debug/79342
|
||||
|
|
|
|||
|
|
@ -2734,7 +2734,6 @@ rs6000-ibm-aix6.* | powerpc-ibm-aix6.*)
|
|||
use_collect2=yes
|
||||
thread_file='aix'
|
||||
use_gcc_stdint=wrap
|
||||
extra_headers=altivec.h
|
||||
default_use_cxa_atexit=yes
|
||||
;;
|
||||
rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
|
||||
|
|
@ -2744,7 +2743,6 @@ rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
|
|||
use_collect2=yes
|
||||
thread_file='aix'
|
||||
use_gcc_stdint=wrap
|
||||
extra_headers="altivec.h amo.h"
|
||||
default_use_cxa_atexit=yes
|
||||
;;
|
||||
rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
|
||||
|
|
@ -2754,7 +2752,6 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
|
|||
use_collect2=yes
|
||||
thread_file='aix'
|
||||
use_gcc_stdint=wrap
|
||||
extra_headers="altivec.h amo.h"
|
||||
default_use_cxa_atexit=yes
|
||||
;;
|
||||
rl78-*-elf*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue