Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
129 #define UNEXEC_USE_MAP_PRIVATE | 129 #define UNEXEC_USE_MAP_PRIVATE |
130 #if 0 | 130 #if 0 |
131 /* mrb - Ordinary link is simple and effective */ | 131 /* mrb - Ordinary link is simple and effective */ |
132 /* slb - Not any more ... :-( */ | 132 /* slb - Not any more ... :-( */ |
133 #define ORDINARY_LINK | 133 #define ORDINARY_LINK |
134 #endif /* 0 */ | |
135 | |
136 /* I still think ORDINARY_LINK should be the default, but since slb | |
137 insists, ORDINARY_LINK will stay on until we expunge the dump code. | |
138 However, the user (i.e. me!) should be able to specify ORDINARY_LINK via | |
139 configure --cppflags=-DORDINARY_LINK ... */ | |
140 #ifdef ORDINARY_LINK | |
134 #undef LIB_STANDARD | 141 #undef LIB_STANDARD |
135 #undef START_FILES | 142 #undef START_FILES |
136 #undef LIB_GCC | 143 #undef LIB_GCC |
137 #endif | 144 #endif |
138 #endif /* __ELF__ */ | 145 #endif /* __ELF__ */ |