* config.gcc: Add powerpc-*-eabisimaltivec*.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 17 Dec 2001 00:00:35 +0000 (00:00 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 17 Dec 2001 00:00:35 +0000 (00:00 +0000)
From-SVN: r48084

gcc/ChangeLog
gcc/config.gcc

index 59d6ab6b569207e25c93948abb7870bb60358cbe..e6d9be251de4bf5c0dadb862cc4f12c1adfc248b 100644 (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.
index 1fde163031e85ad6391dab85c07db388f82c4ae4..ded09cfcd057670ee5d863f9941d297e02058d9d 100644 (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"