annotate src/m/ncr386.h @ 413:901169e5ca31

Added tag r21-2-14 for changeset 697ef44129c6
author cvs
date Mon, 13 Aug 2007 11:20:44 +0200
parents 0132846995bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "intel386.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 /* Allow emacs to link with "bcopy()" unresolved. Works around a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 problem where /usr/lib/libX11.so provides bcopy, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 /usr/ccs/lib/libX11.so does not. */
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
8 #define LD_SWITCH_X_DEFAULT "-Wl,-z,nodefs"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #endif /* __GNUC__ */