diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2002-03-04 00:30:25 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2002-03-04 00:30:25 +0000 |
commit | 3b7d0e983034fed02da8fc9a2bd71b33ea684080 (patch) | |
tree | 33648705ba4462bb3feeaef30086ff0b733abd30 /gcc/config.gcc | |
parent | 65f2f288e488a7ba6867330900aed8c83e47a2b8 (diff) | |
download | gcc-3b7d0e983034fed02da8fc9a2bd71b33ea684080.zip gcc-3b7d0e983034fed02da8fc9a2bd71b33ea684080.tar.gz gcc-3b7d0e983034fed02da8fc9a2bd71b33ea684080.tar.bz2 |
config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
* config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
(powerpc-*-eabisimaltivec*): Same.
* config/rs6000/t-ppcendian: New.
From-SVN: r50268
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 597e1f8..9927bd9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2734,7 +2734,7 @@ powerpc-*-eabiaix*) powerpc-*-eabisimaltivec*) xm_defines=POSIX 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" - tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" + tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm" ;; powerpc-*-eabisim*) xm_defines=POSIX @@ -2749,7 +2749,7 @@ powerpc-*-elf*) powerpc-*-eabialtivec*) xm_defines=POSIX tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h" - tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" + tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm" ;; powerpc-*-eabi*) xm_defines=POSIX |