diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2003-05-06 19:49:21 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2003-05-06 19:49:21 +0000 |
commit | 2f3f95e9cd5604f4f66fd587640613dce0de1e19 (patch) | |
tree | db0c8a43ab3963c1276e97da1c177c0842e6de1f /gcc/config.gcc | |
parent | b7c4cd53ab4c40e84073511a84669680e916554e (diff) | |
download | gcc-2f3f95e9cd5604f4f66fd587640613dce0de1e19.zip gcc-2f3f95e9cd5604f4f66fd587640613dce0de1e19.tar.gz gcc-2f3f95e9cd5604f4f66fd587640613dce0de1e19.tar.bz2 |
linuxspe.h: New file.
2003-05-06 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/linuxspe.h: New file.
* config.gcc: Add powerpc-*-linux-gnuspe* target.
From-SVN: r66531
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ac2c80c..b168c7c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2049,6 +2049,10 @@ powerpc-*-linux-gnualtivec*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h" tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" ;; +powerpc-*-linux-gnuspe*) + tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h" + tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" + ;; powerpc-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h" tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" |