From f43cc8f7b5e64aabbb054ee6630a1a0068b376bb Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 14 Apr 1998 19:28:22 +0000 Subject: [PATCH] Tue Apr 14 12:24:45 1998 J. Kean Johnston * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and use mh-sysv5 if specified. Support gprof on SCO Open Server. --- ChangeLog | 5 +++++ configure.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa791e0334..df795a37fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 14 12:24:45 1998 J. Kean Johnston + + * 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 * ltconfig: Add cygwin32 support. diff --git a/configure.in b/configure.in index b6d499e924..6a84d36b7e 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.34.1