X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Flinux.h;h=906bab41507ce8489c0b37f2bb69f6903390e2d0;hb=9e004122928715a7579fcbfaf2e85155ac78a432;hp=55f1f42134208e9c06025a313c4991eac14037e3;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/s/linux.h b/src/s/linux.h index 55f1f42..906bab4 100644 --- a/src/s/linux.h +++ b/src/s/linux.h @@ -131,6 +131,13 @@ Boston, MA 02111-1307, USA. */ /* mrb - Ordinary link is simple and effective */ /* slb - Not any more ... :-( */ #define ORDINARY_LINK +#endif /* 0 */ + +/* I still think ORDINARY_LINK should be the default, but since slb + insists, ORDINARY_LINK will stay on until we expunge the dump code. + However, the user (i.e. me!) should be able to specify ORDINARY_LINK via + configure --cppflags=-DORDINARY_LINK ... */ +#ifdef ORDINARY_LINK #undef LIB_STANDARD #undef START_FILES #undef LIB_GCC