From 3a876c9d0c3a39d85af6850ea3cb0283101418c9 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 28 Jul 2010 20:41:28 -0700 Subject: [PATCH] * configure.in: Remove reference to usg5-4, unused. --- ChangeLog | 4 ++++ configure | 2 +- configure.in | 2 +- 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 @@ +2010-07-29 Dan Nicolaescu + + * configure.in: Remove reference to usg5-4, unused. + 2010-07-25 Andreas Schwab * 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= ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the ## 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= ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the ## library search parth, i.e. it won't search /usr/lib for libc and -- 2.39.2