* config.gcc: Add powerpc-*-eabisimaltivec*.
From-SVN: r48084
This commit is contained in:
parent
2c5187c528
commit
cf6ede82ac
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user