mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* configure.in: Remove reference to usg5-4, unused.
This commit is contained in:
parent
76fd1ee9bd
commit
3a876c9d0c
@ -1,3 +1,7 @@
|
||||
2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in: Remove reference to usg5-4, unused.
|
||||
|
||||
2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in: Check for __executable_start.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user