Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 961:d46451e73f6d
[xemacs-hg @ 2002-08-12 14:45:28 by james]
Turn ORDINARY_LINK on for Linux.
author | james |
---|---|
date | Mon, 12 Aug 2002 14:45:34 +0000 |
parents | 42375619fa45 |
children | 142260edb7b5 |
comparison
equal
deleted
inserted
replaced
960:5b372a329b97 | 961:d46451e73f6d |
---|---|
129 #endif | 129 #endif |
130 | 130 |
131 #ifdef LINUX_ELF | 131 #ifdef LINUX_ELF |
132 #define UNEXEC "unexelf.o" | 132 #define UNEXEC "unexelf.o" |
133 #define UNEXEC_USE_MAP_PRIVATE | 133 #define UNEXEC_USE_MAP_PRIVATE |
134 #if 0 | 134 |
135 /* mrb - Ordinary link is simple and effective */ | 135 /* mrb - Ordinary link is simple and effective */ |
136 /* slb - Not any more ... :-( */ | 136 /* slb - Not any more ... :-( */ |
137 /* jwj - slb's comment does not seem relevant to current Linuxes */ | |
137 #define ORDINARY_LINK | 138 #define ORDINARY_LINK |
138 #endif /* 0 */ | |
139 | 139 |
140 /* I still think ORDINARY_LINK should be the default, but since slb | 140 /* I still think ORDINARY_LINK should be the default, but since slb |
141 insists, ORDINARY_LINK will stay on until we expunge the dump code. | 141 insists, ORDINARY_LINK will stay on until we expunge the dump code. |
142 However, the user (i.e. me!) should be able to specify ORDINARY_LINK via | 142 However, the user (i.e. me!) should be able to specify ORDINARY_LINK via |
143 configure --cppflags=-DORDINARY_LINK ... */ | 143 configure --cppflags=-DORDINARY_LINK ... */ |