annotate src/m/ncr386.h @ 41854:c6e4598a909a

* config.in (HAVE_WORKING_VFORK): New #undefs. * process.c (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. * m/cnvrgnt.h (HAVE_VFORK): Remove #define. * m/ibm370aix.h (HAVE_VFORK): Remove #undef. * m/ibmps2-aix.h (HAVE_VFORK): Remove #define. * m/intel386.h (HAVE_VFORK): Likewise. * m/mips-siemens.h (HAVE_VFORK): Likewise. * m/mips.h (HAVE_VFORK): Likewise. * s/freebsd.h (vfork): Remove #define. * s/lynxos.h (HAVE_VFORK): Remove #undef. * s/usg5-4-2.h: Fix comment about vfork.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:50:56 +0000
parents ca0aead90c7b
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11339
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "intel386.h"
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #ifndef __GNUC__
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /* Allow emacs to link with "bcopy()" unresolved. Works around a
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 problem where /usr/lib/libX11.so provides bcopy, but
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /usr/ccs/lib/libX11.so does not. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #else /* __GNUC__ */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 /* Assuming we are using GNU ld, pass a -R option to it
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 so that shared libraries will be found at execution time
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 just as they are found at link time. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 #endif /* __GNUC__ */