* config.gcc: Add powerpc-*-eabisimaltivec*.

From-SVN: r48084
This commit is contained in:
Aldy Hernandez 2001-12-17 00:00:35 +00:00 committed by Aldy Hernandez
parent 2c5187c528
commit cf6ede82ac
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-16 Aldy Hernandez <aldyh@redhat.com>
* config.gcc: Add powerpc-*-eabisimaltivec*.
2001-12-16 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c, c-common.h (back_end_hook): Remove.

View File

@ -2711,6 +2711,12 @@ powerpc-*-eabiaix*)
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
extra_headers=ppc-asm.h
;;
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"
extra_headers=ppc-asm.h
;;
powerpc-*-eabisim*)
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"