comparison src/m/amdahl.h @ 48429:e6b8c505563a

Don't define LIB_STANDARD.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 16:11:32 +0000
parents 4be8406ebef9
children 23a1cea22d13
comparison
equal deleted inserted replaced
48428:e9c516ca4473 48429:e6b8c505563a
88 Otherwise Emacs assumes that text space precedes data space, 88 Otherwise Emacs assumes that text space precedes data space,
89 numerically. */ 89 numerically. */
90 90
91 /* #define VIRT_ADDR_VARIES*/ 91 /* #define VIRT_ADDR_VARIES*/
92 92
93 #ifdef HAVE_ALLOCA
94 #define LIB_STANDARD -lPW -lc
95 #endif
96
97 /* Define NO_REMAP if memory segmentation makes it not work well 93 /* Define NO_REMAP if memory segmentation makes it not work well
98 to change the boundary between the text section and data section 94 to change the boundary between the text section and data section
99 when Emacs is dumped. If you define this, the preloaded Lisp 95 when Emacs is dumped. If you define this, the preloaded Lisp
100 code will not be sharable; but that's better than failing completely. */ 96 code will not be sharable; but that's better than failing completely. */
101 97