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
This commit is contained in:
parent
65f2f288e4
commit
3b7d0e9830
3 changed files with 21 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
|
||||
(powerpc-*-eabisimaltivec*): Same.
|
||||
|
||||
* config/rs6000/t-ppcendian: New.
|
||||
|
||||
2002-03-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
|
||||
|
||||
* c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
|
||||
|
|
|
@ -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
|
||||
|
|
12
gcc/config/rs6000/t-ppcendian
Normal file
12
gcc/config/rs6000/t-ppcendian
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Multilibs for powerpc embedded ELF targets with altivec.
|
||||
|
||||
MULTILIB_OPTIONS = msoft-float \
|
||||
mlittle/mbig
|
||||
|
||||
MULTILIB_DIRNAMES = nof \
|
||||
le be
|
||||
|
||||
|
||||
MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \
|
||||
${MULTILIB_MATCHES_ENDIAN} \
|
||||
${MULTILIB_MATCHES_SYSV}
|
Loading…
Add table
Reference in a new issue