aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-03 19:51:49 -0700
committerDan Nicolaescu2010-05-03 19:51:49 -0700
commit7dff330b76dd3421febadb5e11509d36ddaf39ed (patch)
tree5e9b3f5adce92c87c4f78252d978daeae1ed003c
parentde95363823f20d1893e22fd8ff3a4347c1335e67 (diff)
downloademacs-7dff330b76dd3421febadb5e11509d36ddaf39ed.tar.gz
emacs-7dff330b76dd3421febadb5e11509d36ddaf39ed.zip
* s/hpux10-20.h (LIB_STANDARD): New definition.
* Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore.
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in6
-rw-r--r--src/s/hpux10-20.h5
3 files changed, 8 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a9a9ca2264..ab5780106b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/hpux10-20.h (LIB_STANDARD): New definition.
4 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
5 on it, not used anymore.
6
12010-05-03 Chong Yidong <cyd@stupidchicken.com> 72010-05-03 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * eval.c (internal_condition_case_n): Rename from 9 * eval.c (internal_condition_case_n): Rename from
diff --git a/src/Makefile.in b/src/Makefile.in
index 59e0e9e47f7..a7ad10446e2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -172,15 +172,9 @@ DEPFLAGS = -MMD -MF deps/$*.d
172#undef register 172#undef register
173 173
174/* Some machines do not find the standard C libraries in the usual place. */ 174/* Some machines do not find the standard C libraries in the usual place. */
175#ifndef ORDINARY_LINK
176#ifndef LIB_STANDARD
177#define LIB_STANDARD -lc
178#endif
179#else
180#ifndef LIB_STANDARD 175#ifndef LIB_STANDARD
181#define LIB_STANDARD 176#define LIB_STANDARD
182#endif 177#endif
183#endif
184 178
185/* Under GNUstep, putting libc on the link line causes problems. */ 179/* Under GNUstep, putting libc on the link line causes problems. */
186#ifdef NS_IMPL_GNUSTEP 180#ifdef NS_IMPL_GNUSTEP
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index 6573c6f4ad4..fe47b3b5645 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -134,6 +134,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
134 134
135#define LIBS_SYSTEM -l:libdld.sl 135#define LIBS_SYSTEM -l:libdld.sl
136 136
137#define LIB_STANDARD -lc
138
137/* Rainer Malzbender <rainer@displaytech.com> says definining 139/* Rainer Malzbender <rainer@displaytech.com> says definining
138 HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 140 HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20
139 using GCC. */ 141 using GCC. */
@@ -154,9 +156,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
154 156
155#undef _FILE_OFFSET_BITS 157#undef _FILE_OFFSET_BITS
156 158
157/* otherwise sigunblock wont be defined */
158#define POSIX_SIGNALS
159
160/* Define NO_REMAP if memory segmentation makes it not work well 159/* Define NO_REMAP if memory segmentation makes it not work well
161 to change the boundary between the text section and data section 160 to change the boundary between the text section and data section
162 when Emacs is dumped. If you define this, the preloaded Lisp 161 when Emacs is dumped. If you define this, the preloaded Lisp