aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/intel386.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 15:27:04 +0000
committerDan Nicolaescu2008-07-16 15:27:04 +0000
commit7ab56cc46db5d17076b4b100fe3cf7ebf666fffe (patch)
tree83af17a84813435f3330c60464f20a37e10db3a4 /src/m/intel386.h
parent586b975c015e01ae666f6322c64408da86fdcdfe (diff)
downloademacs-7ab56cc46db5d17076b4b100fe3cf7ebf666fffe.tar.gz
emacs-7ab56cc46db5d17076b4b100fe3cf7ebf666fffe.zip
* m/m68k.h (linux): Use GNU_LINUX instead.
Remove boilerplate comments. * m/intel386.h: Undo reactoring from previous change. (LIB_STANDARD): All systems that define USG define LIB_STANDARD too, remove dead code. (linux): Use GNU_LINUX instead.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 7b8f5bd4ec6..dd369da636f 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -85,17 +85,7 @@ NOTE-END */
85#endif 85#endif
86#endif /* not SOLARIS2 */ 86#endif /* not SOLARIS2 */
87 87
88/* this brings in alloca() if we're using cc */
89#ifdef USG 88#ifdef USG
90#ifndef LIB_STANDARD
91#ifdef USG5_4
92#define LIB_STANDARD -lc
93#define DATA_SEG_BITS 0x08000000
94#else /* not USG5_4 */
95#define LIB_STANDARD -lPW -lc
96#endif /* not USG5_4 */
97#endif /* LIB_STANDARD */
98
99#define NO_REMAP 89#define NO_REMAP
100#define TEXT_START 0 90#define TEXT_START 0
101#endif /* USG */ 91#endif /* USG */
@@ -111,7 +101,7 @@ NOTE-END */
111#define NO_ARG_ARRAY 101#define NO_ARG_ARRAY
112#endif 102#endif
113 103
114#ifdef linux 104#ifdef GNU_LINUX
115/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ 105/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
116/* we cannot get the maximum address for brk */ 106/* we cannot get the maximum address for brk */
117#define ULIMIT_BREAK_VALUE (32*1024*1024) 107#define ULIMIT_BREAK_VALUE (32*1024*1024)