Added solaris configuration support.

This commit is contained in:
Mark Eichin 1992-05-31 22:13:34 +00:00
parent 4feb00bef1
commit ef8aa56d10
2 changed files with 6 additions and 0 deletions

5
config/mh-solaris2 Executable file
View File

@ -0,0 +1,5 @@
# Makefile changes for Suns running Solaris 2
SYSV = -DSYSV
RANLIB = echo >/dev/null
INSTALL = cp

View File

@ -15,6 +15,7 @@ case "${host_os}" in
aix*) host_makefile_frag=config/mh-aix ;;
m88kbcs) host_makefile_frag=config/mh-delta88;;
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
solaris*) host_makefile_frag=config/mh-solaris2 ;;
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
sco*) host_makefile_frag=config/mh-sco ;;
irix4) host_makefile_frag=config/mh-irix4 ;;