diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2002-01-17 20:07:06 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2002-01-17 20:07:06 +0000 |
commit | 5fb4cf24563b5753ff812634bfda611e15632025 (patch) | |
tree | 4fc942f258744a05ce2798372aa2d89116bdfc5a /gcc/config.gcc | |
parent | 2705baf5464f845b6515f5a30649aa7312ef8b96 (diff) | |
download | gcc-5fb4cf24563b5753ff812634bfda611e15632025.zip gcc-5fb4cf24563b5753ff812634bfda611e15632025.tar.gz gcc-5fb4cf24563b5753ff812634bfda611e15632025.tar.bz2 |
config.gcc (cpu_type): Include altivec.h in powerpc extra_headers.
2002-01-17 Aldy Hernandez <aldyh@redhat.com>
* config.gcc (cpu_type): Include altivec.h in powerpc
extra_headers.
Same for darwin.
* config/rs6000/altivec.h: New.
From-SVN: r48963
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ca174fe..8aafba8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -258,7 +258,7 @@ pj*-*-*) ;; powerpc*-*-*) cpu_type=rs6000 - extra_headers=ppc-asm.h + extra_headers="ppc-asm.h altivec.h" ;; sparc*-*-*) cpu_type=sparc @@ -2637,7 +2637,7 @@ powerpc-*-darwin*) cxx_target_objs="darwin-c.o" # Darwin linker does collect2 functionality use_collect2=no - extra_headers= + extra_headers=altivec.h ;; powerpc*-*-freebsd*) tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h" |