# HG changeset patch # User Dan Nicolaescu # Date 1280374888 25200 # Node ID 533c5aeb854f5efb81a09113cf698345eed02bf5 # Parent 88810df348ab5ceb2d78856bff2ba1ee58c1e53c * configure.in: Remove reference to usg5-4, unused. diff -r 88810df348ab -r 533c5aeb854f ChangeLog --- a/ChangeLog Wed Jul 28 20:25:08 2010 -0700 +++ b/ChangeLog Wed Jul 28 20:41:28 2010 -0700 @@ -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 -r 88810df348ab -r 533c5aeb854f configure --- a/configure Wed Jul 28 20:25:08 2010 -0700 +++ b/configure Wed Jul 28 20:41:28 2010 -0700 @@ -14149,7 +14149,7 @@ 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 -r 88810df348ab -r 533c5aeb854f configure.in --- a/configure.in Wed Jul 28 20:25:08 2010 -0700 +++ b/configure.in Wed Jul 28 20:41:28 2010 -0700 @@ -3326,7 +3326,7 @@ 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