aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Eichin <eichin@cygnus>1992-05-31 22:13:34 +0000
committerMark Eichin <eichin@cygnus>1992-05-31 22:13:34 +0000
commitef8aa56d10bcbace35b7955f2efc1cdd26fcf236 (patch)
treefb3f8fe1dba4ede6a795b04d5a0151f36dd5de9c
parent4feb00bef1bf9259e80d731326e6d1bbe4660677 (diff)
downloadfsf-binutils-gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.zip
fsf-binutils-gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.tar.gz
fsf-binutils-gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.tar.bz2
Added solaris configuration support.
-rwxr-xr-xconfig/mh-solaris25
-rw-r--r--configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/config/mh-solaris2 b/config/mh-solaris2
new file mode 100755
index 0000000..4bf0246
--- /dev/null
+++ b/config/mh-solaris2
@@ -0,0 +1,5 @@
+# Makefile changes for Suns running Solaris 2
+
+SYSV = -DSYSV
+RANLIB = echo >/dev/null
+INSTALL = cp
diff --git a/configure.in b/configure.in
index c3d1e84..2ffbd05 100644
--- a/configure.in
+++ b/configure.in
@@ -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 ;;