diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-22 13:06:55 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-22 13:06:55 +0000 |
commit | 79bbdafd3b7d84f4c3571934565c82e5fa764b15 (patch) | |
tree | 87979cf2ea5d2e6b558e87088a9a36b4e0bc21c3 /gcc/config.gcc | |
parent | ce75e2bb5059ffa387191b0420b5fcbed100199e (diff) | |
download | gcc-79bbdafd3b7d84f4c3571934565c82e5fa764b15.tar.gz |
2003-04-22 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/t-spe: Merge in t-fprules into file.
* config.gcc: Add t-spe to powerpc-eabispe.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65938 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e8a96d4a1d1..a40561396ed 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1961,7 +1961,7 @@ powerpc-*-chorusos*) ;; powerpc-*-eabispe*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h" - tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm" + tmake_file="rs6000/t-spe rs6000/t-ppccomm" ;; powerpc-*-eabisimaltivec*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h" |