t-spe: Merge in t-fprules into file.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 22 Apr 2003 13:06:55 +0000 (13:06 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 22 Apr 2003 13:06:55 +0000 (13:06 +0000)
2003-04-22  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/t-spe: Merge in t-fprules into file.

        * config.gcc: Add t-spe to powerpc-eabispe.

From-SVN: r65938

gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/t-spe

index 0ac082d3a39438165b8199b60244085687b81cf7..9f7fa317af89dc2578d9034b274eae774898ee4d 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/t-spe: Merge in t-fprules into file.
+
+        * config.gcc: Add t-spe to powerpc-eabispe.
+
 2003-04-22  Kean Johnston  <jkj@sco.com>
 
        * tlink.c (recompile_files): Add missing '=' to putenv calls
index e8a96d4a1d1bb836fde8c016eb3f03a1137211e6..a40561396ed3dd8ce1efab6ef518db5ca81a4d82 100644 (file)
@@ -1961,7 +1961,7 @@ powerpc-*-chorusos*)
        ;;
 powerpc-*-eabispe*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
-       tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
+       tmake_file="rs6000/t-spe rs6000/t-ppccomm"
        ;;
 powerpc-*-eabisimaltivec*)
        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"
index 9c9c5293e8ca193cd6dbfd89d48a7e6fb0c97e1c..bd0b795931867425546b126e1762c76402377b53 100644 (file)
@@ -1,5 +1,18 @@
 # Multilibs for e500
 
+FPBIT = fp-bit.c
+DPBIT = dp-bit.c
+
+dp-bit.c: $(srcdir)/config/fp-bit.c
+       cat $(srcdir)/config/fp-bit.c > dp-bit.c
+
+fp-bit.c: $(srcdir)/config/fp-bit.c
+       echo '#define FLOAT' > fp-bit.c
+       cat $(srcdir)/config/fp-bit.c >> fp-bit.c
+
+LIBGCC = stmp-multilib
+INSTALL_LIBGCC = install-multilib
+
 # What we really want are these variants:
 #      -mcpu=7400
 #      -mcpu=7400 -maltivec -mabi=altivec