Commit 5fb4cf24 by Aldy Hernandez Committed by Aldy Hernandez

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
parent 2705baf5
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> 2002-01-17 David Edelsohn <edelsohn@gnu.org>
* doc/install.texi (*-ibm-aix*): Update assembler and exception * doc/install.texi (*-ibm-aix*): Update assembler and exception
......
...@@ -258,7 +258,7 @@ pj*-*-*) ...@@ -258,7 +258,7 @@ pj*-*-*)
;; ;;
powerpc*-*-*) powerpc*-*-*)
cpu_type=rs6000 cpu_type=rs6000
extra_headers=ppc-asm.h extra_headers="ppc-asm.h altivec.h"
;; ;;
sparc*-*-*) sparc*-*-*)
cpu_type=sparc cpu_type=sparc
...@@ -2637,7 +2637,7 @@ powerpc-*-darwin*) ...@@ -2637,7 +2637,7 @@ powerpc-*-darwin*)
cxx_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o"
# Darwin linker does collect2 functionality # Darwin linker does collect2 functionality
use_collect2=no use_collect2=no
extra_headers= extra_headers=altivec.h
;; ;;
powerpc*-*-freebsd*) powerpc*-*-freebsd*)
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h" tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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