aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-04-14 19:28:22 +0000
committerJason Molenda <jmolenda@apple.com>1998-04-14 19:28:22 +0000
commitf43cc8f7b5e64aabbb054ee6630a1a0068b376bb (patch)
tree659814d6f8d347d8cd0a45ef4855903aafe5aec2 /configure.in
parent21191d3455f52de7350a28c0b1622770e7376a04 (diff)
downloadfsf-binutils-gdb-f43cc8f7b5e64aabbb054ee6630a1a0068b376bb.zip
fsf-binutils-gdb-f43cc8f7b5e64aabbb054ee6630a1a0068b376bb.tar.gz
fsf-binutils-gdb-f43cc8f7b5e64aabbb054ee6630a1a0068b376bb.tar.bz2
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b6d499e..6a84d36 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"