emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101034: * configure.in (ORDINARY_LIN


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101034: * configure.in (ORDINARY_LINK): Use on hpux* too.
Date: Mon, 09 Aug 2010 10:08:56 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101034
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-08-09 10:08:56 -0700
message:
  * configure.in (ORDINARY_LINK): Use on hpux* too.
modified:
  ChangeLog
  configure
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-08-06 11:28:59 +0000
+++ b/ChangeLog 2010-08-09 17:08:56 +0000
@@ -1,3 +1,7 @@
+2010-08-09  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (ORDINARY_LINK): Use on hpux* too.
+
 2010-08-06  Jan Djärv  <address@hidden>
 
        * configure.in: Check for util.h.

=== modified file 'configure'
--- a/configure 2010-08-06 11:28:59 +0000
+++ b/configure 2010-08-09 17:08:56 +0000
@@ -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

=== modified file 'configure.in'
--- a/configure.in      2010-08-06 11:28:59 +0000
+++ b/configure.in      2010-08-09 17:08:56 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]