t-i860: New.
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
This commit is contained in:
parent
8946616503
commit
b882d60dbf
3 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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*)
|
||||
|
|
5
gcc/config/i860/t-i860
Normal file
5
gcc/config/i860/t-i860
Normal file
|
@ -0,0 +1,5 @@
|
|||
LIB2FUNCS_EXTRA = varargs.asm
|
||||
|
||||
varargs.asm: $(srcdir)/config/i860/varargs.asm
|
||||
cp $(srcdir)/config/i860/varargs.asm .
|
||||
|
Loading…
Add table
Reference in a new issue