diff options
| author | Dan Nicolaescu | 2010-08-09 10:08:56 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-09 10:08:56 -0700 |
| commit | b84fc05a591171240d8842490d068356933eb5c2 (patch) | |
| tree | ad8841a4ee23192d287461345458bcf3c750dc6e | |
| parent | 231e5e5f5094153e396b07b301ba753b2e10ba3b (diff) | |
| download | emacs-b84fc05a591171240d8842490d068356933eb5c2.tar.gz emacs-b84fc05a591171240d8842490d068356933eb5c2.zip | |
* configure.in (ORDINARY_LINK): Use on hpux* too.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
3 files changed, 8 insertions, 4 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in (ORDINARY_LINK): Use on hpux* too. | ||
| 4 | |||
| 1 | 2010-08-06 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2010-08-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * configure.in: Check for util.h. | 7 | * configure.in: Check for util.h. |
| @@ -14187,7 +14187,7 @@ LINKER= | |||
| 14187 | ORDINARY_LINK= | 14187 | ORDINARY_LINK= |
| 14188 | case "$opsys" in | 14188 | case "$opsys" in |
| 14189 | ## gnu: GNU needs its own crt0. | 14189 | ## gnu: GNU needs its own crt0. |
| 14190 | aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; | 14190 | aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; |
| 14191 | 14191 | ||
| 14192 | ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the | 14192 | ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the |
| 14193 | ## library search parth, i.e. it won't search /usr/lib for libc and | 14193 | ## library search parth, i.e. it won't search /usr/lib for libc and |
| @@ -14214,7 +14214,7 @@ $as_echo "#define ORDINARY_LINK 1" >>confdefs.h | |||
| 14214 | 14214 | ||
| 14215 | 14215 | ||
| 14216 | ## The system files defining neither ORDINARY_LINK nor LINKER are: | 14216 | ## The system files defining neither ORDINARY_LINK nor LINKER are: |
| 14217 | ## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. | 14217 | ## freebsd, gnu-* not on macppc|ibms390x. |
| 14218 | elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then | 14218 | elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then |
| 14219 | 14219 | ||
| 14220 | ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure | 14220 | ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure |
diff --git a/configure.in b/configure.in index fcd2faa7670..f52bdae151a 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -3346,7 +3346,7 @@ LINKER= | |||
| 3346 | ORDINARY_LINK= | 3346 | ORDINARY_LINK= |
| 3347 | case "$opsys" in | 3347 | case "$opsys" in |
| 3348 | ## gnu: GNU needs its own crt0. | 3348 | ## gnu: GNU needs its own crt0. |
| 3349 | aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; | 3349 | aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; |
| 3350 | 3350 | ||
| 3351 | ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the | 3351 | ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the |
| 3352 | ## library search parth, i.e. it won't search /usr/lib for libc and | 3352 | ## library search parth, i.e. it won't search /usr/lib for libc and |
| @@ -3371,7 +3371,7 @@ if test "x$ORDINARY_LINK" = "xyes"; then | |||
| 3371 | AC_DEFINE(ORDINARY_LINK, 1, [Define if the C compiler is the linker.]) | 3371 | AC_DEFINE(ORDINARY_LINK, 1, [Define if the C compiler is the linker.]) |
| 3372 | 3372 | ||
| 3373 | ## The system files defining neither ORDINARY_LINK nor LINKER are: | 3373 | ## The system files defining neither ORDINARY_LINK nor LINKER are: |
| 3374 | ## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. | 3374 | ## freebsd, gnu-* not on macppc|ibms390x. |
| 3375 | elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then | 3375 | elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then |
| 3376 | 3376 | ||
| 3377 | ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure | 3377 | ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure |