diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-12 15:28:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-12 15:28:19 +0000 |
commit | 098e8a89ec1c114bbc3863537fdd80677aa5e321 (patch) | |
tree | c24e1d93a2072a2232edd00348dfa75cc93de239 /bfd/hosts | |
parent | 0aca460e7c11225478d0ec4b962f204f0e91857a (diff) | |
download | gdb-098e8a89ec1c114bbc3863537fdd80677aa5e321.zip gdb-098e8a89ec1c114bbc3863537fdd80677aa5e321.tar.gz gdb-098e8a89ec1c114bbc3863537fdd80677aa5e321.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/.Sanitize | 1 | ||||
-rw-r--r-- | bfd/hosts/solaris2.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index 834f643..5c23108 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -72,6 +72,7 @@ riscos.h rs6000.h rs6000lynx.h rtbsd.h +solaris2.h sparc-ll.h sparc.h sparclynx.h diff --git a/bfd/hosts/solaris2.h b/bfd/hosts/solaris2.h new file mode 100644 index 0000000..90148f7 --- /dev/null +++ b/bfd/hosts/solaris2.h @@ -0,0 +1 @@ +#include "hosts/sysv4.h" |