# HG changeset patch # User Dan Nicolaescu # Date 1281373736 25200 # Node ID d50010a75cee69fc5ee693c788dd38f6b9fb052e # Parent e198ded50074a1865b67dc16bbc3e7c7866bdbc7 * configure.in (ORDINARY_LINK): Use on hpux* too. diff -r e198ded50074 -r d50010a75cee ChangeLog --- a/ChangeLog Mon Aug 09 20:08:23 2010 +0900 +++ b/ChangeLog Mon Aug 09 10:08:56 2010 -0700 @@ -1,3 +1,7 @@ +2010-08-09 Dan Nicolaescu + + * configure.in (ORDINARY_LINK): Use on hpux* too. + 2010-08-06 Jan Djärv * configure.in: Check for util.h. diff -r e198ded50074 -r d50010a75cee configure --- a/configure Mon Aug 09 20:08:23 2010 +0900 +++ b/configure Mon Aug 09 10:08:56 2010 -0700 @@ -14187,7 +14187,7 @@ ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|hpux*|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 @@ -14214,7 +14214,7 @@ ## The system files defining neither ORDINARY_LINK nor LINKER are: -## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. +## freebsd, gnu-* not on macppc|ibms390x. elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure diff -r e198ded50074 -r d50010a75cee configure.in --- a/configure.in Mon Aug 09 20:08:23 2010 +0900 +++ b/configure.in Mon Aug 09 10:08:56 2010 -0700 @@ -3346,7 +3346,7 @@ ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|hpux*|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 @@ -3371,7 +3371,7 @@ AC_DEFINE(ORDINARY_LINK, 1, [Define if the C compiler is the linker.]) ## The system files defining neither ORDINARY_LINK nor LINKER are: -## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. +## freebsd, gnu-* not on macppc|ibms390x. elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure