2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-11 08:34:42 +08:00

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
This commit is contained in:
Aldy Hernandez 2002-01-17 20:07:06 +00:00 committed by Aldy Hernandez
parent 2705baf546
commit 5fb4cf2456
3 changed files with 1469 additions and 2 deletions

View File

@ -1,3 +1,11 @@
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.
2002-01-17 David Edelsohn <edelsohn@gnu.org>
* doc/install.texi (*-ibm-aix*): Update assembler and exception

View File

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

1459
gcc/config/rs6000/altivec.h Normal file

File diff suppressed because it is too large Load Diff