t-i860: New.
authorJason Eckhardt <jle@rice.edu>
Sun, 24 Aug 2003 03:57:49 +0000 (03:57 +0000)
committerJason Eckhardt <jle@gcc.gnu.org>
Sun, 24 Aug 2003 03:57:49 +0000 (03:57 +0000)
2003-08-23  Jason Eckhardt  <jle@rice.edu>

        * config/i860/t-i860: New.
        * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.

From-SVN: r70759

gcc/ChangeLog
gcc/config.gcc
gcc/config/i860/t-i860 [new file with mode: 0644]

index b793413b428d4e0900d7eda0a118f0b3ac0953b7..b87e9dcb88a18709f16ec3b7c4d28e79384f3d53 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-23  Jason Eckhardt  <jle@rice.edu>
+
+       * config/i860/t-i860: New.
+       * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
+
 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
 
        * c-decl.c (pushdecl): Only put decls which finish_struct will do
index e98544d465f007627aea2e2cee91f795821c8b05..65819a33e5b08bd4be361dc72a0d8f06f67b388f 100644 (file)
@@ -1239,7 +1239,7 @@ i860-*-sysv4*)
         tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
         xm_defines="USG SVR3"
         xmake_file=i860/x-sysv4
-        tmake_file=t-svr4
+        tmake_file="i860/t-i860 i860/t-svr4"
         extra_parts="crtbegin.o crtend.o"
         ;;
 i960-*-coff*)
diff --git a/gcc/config/i860/t-i860 b/gcc/config/i860/t-i860
new file mode 100644 (file)
index 0000000..e3ec209
--- /dev/null
@@ -0,0 +1,5 @@
+LIB2FUNCS_EXTRA = varargs.asm
+
+varargs.asm: $(srcdir)/config/i860/varargs.asm
+       cp $(srcdir)/config/i860/varargs.asm .
+