Mercurial > hg > xemacs-beta
diff src/m/ncr386.h @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/m/ncr386.h Mon Aug 13 11:28:15 2007 +0200 @@ -0,0 +1,10 @@ +/* Synched up with: FSF 19.31. */ + +#include "intel386.h" + +/* Allow emacs to link with "bcopy()" unresolved. Works around a + problem where /usr/lib/libX11.so provides bcopy, but + /usr/ccs/lib/libX11.so does not. */ +#define LD_SWITCH_X_DEFAULT "-Wl,-z,nodefs" + +#endif /* __GNUC__ */