From 7dff330b76dd3421febadb5e11509d36ddaf39ed Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 3 May 2010 19:51:49 -0700 Subject: [PATCH] * s/hpux10-20.h (LIB_STANDARD): New definition. * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore. --- src/ChangeLog | 6 ++++++ src/Makefile.in | 6 ------ src/s/hpux10-20.h | 5 ++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3a9a9ca226..ab5780106b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-05-04 Dan Nicolaescu + + * 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 * eval.c (internal_condition_case_n): Rename from diff --git a/src/Makefile.in b/src/Makefile.in index 59e0e9e47f..a7ad10446e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -172,15 +172,9 @@ DEPFLAGS = -MMD -MF deps/$*.d #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 diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 6573c6f4ad..fe47b3b564 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -134,6 +134,8 @@ along with GNU Emacs. If not, see . */ #define LIBS_SYSTEM -l:libdld.sl +#define LIB_STANDARD -lc + /* Rainer Malzbender says definining HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 using GCC. */ @@ -154,9 +156,6 @@ along with GNU Emacs. If not, see . */ #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 -- 2.20.1