* configure.host (sparc-*-solaris2*): Use solaris2, not sysv4.

The linker depends upon configuring for solaris2.
	* hosts/solaris2.h: New file; include hosts/sysv4.h.
	* config/solaris2.mh: New file; copy of config/sysv4.mh.
This commit is contained in:
Ian Lance Taylor 1994-08-12 15:28:19 +00:00
parent 0aca460e7c
commit 098e8a89ec
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ riscos.h
rs6000.h
rs6000lynx.h
rtbsd.h
solaris2.h
sparc-ll.h
sparc.h
sparclynx.h

1
bfd/hosts/solaris2.h Normal file
View File

@ -0,0 +1 @@
#include "hosts/sysv4.h"