diff options
| author | Dan Nicolaescu | 2010-07-28 20:41:28 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-28 20:41:28 -0700 |
| commit | 3a876c9d0c3a39d85af6850ea3cb0283101418c9 (patch) | |
| tree | 936379e2cd9cef3f5fc638b48f59daef4fb98793 | |
| parent | 76fd1ee9bd6e22602ed4df4350daeb375f67e16a (diff) | |
| download | emacs-3a876c9d0c3a39d85af6850ea3cb0283101418c9.tar.gz emacs-3a876c9d0c3a39d85af6850ea3cb0283101418c9.zip | |
* configure.in: Remove reference to usg5-4, unused.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in: Remove reference to usg5-4, unused. | ||
| 4 | |||
| 1 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * configure.in: Check for __executable_start. | 7 | * configure.in: Check for __executable_start. |
| @@ -14149,7 +14149,7 @@ LINKER= | |||
| 14149 | ORDINARY_LINK= | 14149 | ORDINARY_LINK= |
| 14150 | case "$opsys" in | 14150 | case "$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= | |||
| 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 |