comparison configure.in @ 109571:533c5aeb854f

* configure.in: Remove reference to usg5-4, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 28 Jul 2010 20:41:28 -0700
parents d962ccf8829f
children 4504e82595bb
comparison
equal deleted inserted replaced
109570:88810df348ab 109571:533c5aeb854f
3324 3324
3325 LINKER= 3325 LINKER=
3326 ORDINARY_LINK= 3326 ORDINARY_LINK=
3327 case "$opsys" in 3327 case "$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
3333 ## friends. Using -nostartfiles instead avoids this problem, and 3333 ## friends. Using -nostartfiles instead avoids this problem, and
3334 ## will also work on earlier NetBSD releases. 3334 ## will also work on earlier NetBSD releases.