aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-02-05 01:44:35 +0000
committerIan Lance Taylor <ian@airs.com>1999-02-05 01:44:35 +0000
commite0e5b6c6034c126c7cf58fc0b9b7ac7c0b17ad13 (patch)
treedee0ae2544bd2e86ade6126ff7b0a22c0f936b54
parentedec2582e45e3ef6ca1f392e5ce544961e1d70b1 (diff)
downloadgdb-e0e5b6c6034c126c7cf58fc0b9b7ac7c0b17ad13.zip
gdb-e0e5b6c6034c126c7cf58fc0b9b7ac7c0b17ad13.tar.gz
gdb-e0e5b6c6034c126c7cf58fc0b9b7ac7c0b17ad13.tar.bz2
* configure.in: Do build ld for ix86 Solaris.
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index e837170..6a3eff8 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,8 @@
## For more information on these two systems, check out the documentation
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
-# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999
+# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -751,10 +752,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs gprof target-libgloss"
;;
i[3456]86-*-solaris2*)
- # The linker does static linking correctly, but the Solaris C library
- # has bugs such that some important functions won't work when statically
- # linked. (See man pages for getpwuid, for example.)
- noconfigdirs="$noconfigdirs ld target-libgloss"
+ noconfigdirs="$noconfigdirs target-libgloss"
;;
i[3456]86-*-sysv4*)
# The SYSV4 C compiler doesn't handle Emacs correctly