aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-28 20:41:28 -0700
committerDan Nicolaescu2010-07-28 20:41:28 -0700
commit3a876c9d0c3a39d85af6850ea3cb0283101418c9 (patch)
tree936379e2cd9cef3f5fc638b48f59daef4fb98793
parent76fd1ee9bd6e22602ed4df4350daeb375f67e16a (diff)
downloademacs-3a876c9d0c3a39d85af6850ea3cb0283101418c9.tar.gz
emacs-3a876c9d0c3a39d85af6850ea3cb0283101418c9.zip
* configure.in: Remove reference to usg5-4, unused.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c61254371..bf4ae9a33b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in: Remove reference to usg5-4, unused.
4
12010-07-25 Andreas Schwab <schwab@linux-m68k.org> 52010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * configure.in: Check for __executable_start. 7 * configure.in: Check for __executable_start.
diff --git a/configure b/configure
index b4a2ee64590..8559c220003 100755
--- a/configure
+++ b/configure
@@ -14149,7 +14149,7 @@ LINKER=
14149ORDINARY_LINK= 14149ORDINARY_LINK=
14150case "$opsys" in 14150case "$opsys" in
14151 ## gnu: GNU needs its own crt0. 14151 ## gnu: GNU needs its own crt0.
14152 aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; 14152 aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
14153 14153
14154 ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the 14154 ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
14155 ## library search parth, i.e. it won't search /usr/lib for libc and 14155 ## library search parth, i.e. it won't search /usr/lib for libc and
diff --git a/configure.in b/configure.in
index 0f4a3c7564b..95a9f92d82d 100644
--- a/configure.in
+++ b/configure.in
@@ -3326,7 +3326,7 @@ LINKER=
3326ORDINARY_LINK= 3326ORDINARY_LINK=
3327case "$opsys" in 3327case "$opsys" in
3328 ## gnu: GNU needs its own crt0. 3328 ## gnu: GNU needs its own crt0.
3329 aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; 3329 aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
3330 3330
3331 ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the 3331 ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
3332 ## library search parth, i.e. it won't search /usr/lib for libc and 3332 ## library search parth, i.e. it won't search /usr/lib for libc and