diff options
author | Jason Eckhardt <jle@rice.edu> | 2003-08-23 02:02:18 +0000 |
---|---|---|
committer | Jason Eckhardt <jle@gcc.gnu.org> | 2003-08-23 02:02:18 +0000 |
commit | e156735260644f4937072e602234068a8bc6edf9 (patch) | |
tree | d3af9a9bf50559d84be1c7c057f153b1e5c86d66 /gcc/config.gcc | |
parent | 6560773ad422624e12629599afda8952c4c8eb57 (diff) | |
download | gcc-e156735260644f4937072e602234068a8bc6edf9.zip gcc-e156735260644f4937072e602234068a8bc6edf9.tar.gz gcc-e156735260644f4937072e602234068a8bc6edf9.tar.bz2 |
MAINTAINERS: Resurrect the i860 maintainer.
2003-08-22 Jason Eckhardt <jle@rice.edu>
ChangeLog
* MAINTAINERS: Resurrect the i860 maintainer.
gcc/ChangeLog:
* gcc/config.gcc (i860-*-sysv4*): Add target.
* config/i860/i860-protos.h: New.
* config/i860/i860.c: New.
* config/i860/i860.h: New.
* config/i860/i860.md: New.
* config/i860/sysv4.h: New.
* config/i860/varargs.asm: New.
* config/i860/x-sysv4: New.
From-SVN: r70719
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 4dd37aa..e98544d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1235,6 +1235,13 @@ i[34567]86-*-kaos*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h" tmake_file="i386/t-i386elf t-svr4" ;; +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 + extra_parts="crtbegin.o crtend.o" + ;; i960-*-coff*) tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h" tmake_file=i960/t-960bare |