comparison src/m/ncr386.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
1 /* Synched up with: FSF 19.31. */ 1 /* Synched up with: FSF 19.31. */
2 2
3 #include "intel386.h" 3 #include "intel386.h"
4 4
5 #ifndef __GNUC__
6 /* Allow emacs to link with "bcopy()" unresolved. Works around a 5 /* Allow emacs to link with "bcopy()" unresolved. Works around a
7 problem where /usr/lib/libX11.so provides bcopy, but 6 problem where /usr/lib/libX11.so provides bcopy, but
8 /usr/ccs/lib/libX11.so does not. */ 7 /usr/ccs/lib/libX11.so does not. */
9 #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs 8 #define LD_SWITCH_X_DEFAULT "-Wl,-z,nodefs"
10 #else /* __GNUC__ */
11
12 /* Assuming we are using GNU ld, pass a -R option to it
13 so that shared libraries will be found at execution time
14 just as they are found at link time. */
15 #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX
16 9
17 #endif /* __GNUC__ */ 10 #endif /* __GNUC__ */