aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAndrew Pinski <andrew_pinski@playstation.sony.com>2007-08-30 18:28:13 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2007-08-30 11:28:13 -0700
commit0a6409d6b954754e651f80ff10d986eb8ce8b89f (patch)
tree791dc3460986314bfaafdd9bb84fcead30519221 /gcc/config.gcc
parent67c02083392f5ea66eebce131ebcc65c5e97d970 (diff)
downloadgcc-0a6409d6b954754e651f80ff10d986eb8ce8b89f.zip
gcc-0a6409d6b954754e651f80ff10d986eb8ce8b89f.tar.gz
gcc-0a6409d6b954754e651f80ff10d986eb8ce8b89f.tar.bz2
ppu_intrinsics.h: New file.
2007-08-30 Andrew Pinski <andrew_pinski@playstation.sony.com> * config/rs6000/ppu_intrinsics.h: New file. * config.gcc (powerpc*-*-* <extra_headers>): Install ppu_intrinsics.h. 2007-08-30 Andrew Pinski <andrew_pinski@playstation.sony.com> * gcc.target/powerpc/ppu-intrinsics.c: New testcase. From-SVN: r127934
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 273e06f..6665eb7 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -312,7 +312,7 @@ mips*-*-*)
;;
powerpc*-*-*)
cpu_type=rs6000
- extra_headers="ppc-asm.h altivec.h spe.h"
+ extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h"
need_64bit_hwint=yes
case x$with_cpu in
xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a)