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:
parent
2705baf546
commit
5fb4cf2456
gcc
@ -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
|
||||
|
@ -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
1459
gcc/config/rs6000/altivec.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user