emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100130: * s/hpux10-20.h (LIB_STANDAR


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100130: * s/hpux10-20.h (LIB_STANDARD): New definition.
Date: Mon, 03 May 2010 19:51:49 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100130
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-05-03 19:51:49 -0700
message:
  * s/hpux10-20.h (LIB_STANDARD): New definition.
  * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
  on it, not used anymore.
modified:
  src/ChangeLog
  src/Makefile.in
  src/s/hpux10-20.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-03 15:01:21 +0000
+++ b/src/ChangeLog     2010-05-04 02:51:49 +0000
@@ -1,3 +1,9 @@
+2010-05-04  Dan Nicolaescu  <address@hidden>
+
+       * s/hpux10-20.h (LIB_STANDARD): New definition.
+       * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
+       on it, not used anymore.
+
 2010-05-03  Chong Yidong  <address@hidden>
 
        * eval.c (internal_condition_case_n): Rename from

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-03 02:10:43 +0000
+++ b/src/Makefile.in   2010-05-04 02:51:49 +0000
@@ -172,15 +172,9 @@
 #undef register
 
 /* Some machines do not find the standard C libraries in the usual place.  */
-#ifndef ORDINARY_LINK
-#ifndef LIB_STANDARD
-#define LIB_STANDARD -lc
-#endif
-#else
 #ifndef LIB_STANDARD
 #define LIB_STANDARD
 #endif
-#endif
 
 /* Under GNUstep, putting libc on the link line causes problems. */
 #ifdef NS_IMPL_GNUSTEP

=== modified file 'src/s/hpux10-20.h'
--- a/src/s/hpux10-20.h 2010-04-28 07:01:43 +0000
+++ b/src/s/hpux10-20.h 2010-05-04 02:51:49 +0000
@@ -134,6 +134,8 @@
 
 #define LIBS_SYSTEM -l:libdld.sl
 
+#define LIB_STANDARD -lc
+
 /* Rainer Malzbender <address@hidden> says definining
    HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20
    using GCC.  */
@@ -154,9 +156,6 @@
 
 #undef _FILE_OFFSET_BITS
 
-/* otherwise sigunblock wont be defined */
-#define POSIX_SIGNALS
-
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
    when Emacs is dumped.  If you define this, the preloaded Lisp


reply via email to

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