Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
authorJason Molenda <jmolenda@apple.com>
Tue, 14 Apr 1998 19:28:22 +0000 (19:28 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 14 Apr 1998 19:28:22 +0000 (19:28 +0000)
        * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
        use mh-sysv5 if specified.  Support gprof on SCO Open Server.

ChangeLog
configure.in

index fa791e0334286e2de9fd84c1073a064183f22779..df795a37fc51706482547355991aa990b2221646 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
+
+        * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
+        use mh-sysv5 if specified.  Support gprof on SCO Open Server.
+
 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * ltconfig: Add cygwin32 support.
index b6d499e9243d82846dded76ec7e430233a53a2a6..6a84d36b7e556505df90e89fbd29de6e1a53fad2 100644 (file)
@@ -155,6 +155,9 @@ case "${host}" in
   mips*-*-sysv*)
     host_makefile_frag="${host_makefile_frag} config/mh-riscos"
     ;;
+  i[3456]86-*-sysv5*)
+    host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
+    ;;
   i[3456]86-*-dgux*)
     host_makefile_frag="${host_makefile_frag} config/mh-dgux386"
     ;;
@@ -636,7 +639,7 @@ case "${target}" in
   i[3456]86-*-sco3.2v5*)
     # The linker does not yet know about weak symbols in COFF,
     # and is not configured to handle mixed ELF and COFF.
-    noconfigdirs="$noconfigdirs gprof ld target-libgloss"
+    noconfigdirs="$noconfigdirs ld target-libgloss"
     ;;
   i[3456]86-*-sco*)
     noconfigdirs="$noconfigdirs gprof target-libgloss"
This page took 0.030442 seconds and 4 git commands to generate.