annotate src/s/hpux8.h @ 2569:39ad4eda7fea

All fsets changed to defaliases. EOT ci -u dired.el <<EOF Some fsets changed to defaliases.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 23 Apr 1993 06:50:48 +0000
parents bba90ce247b0
children 96a9c2369a0d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* system description file for hpux version 8.
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2 This contains changes that were suggested "for the hp700".
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 They were not needed for the 800.
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4 Our conjecture that they are needed for hpux version 8,
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 which is what runs on the 700. */
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 #include "hpux.h"
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8
620
88a29c720fa7 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
9 #define HPUX8
88a29c720fa7 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
10
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 #define LIB_X11_LIB -L/usr/lib/X11R4 -lX11
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 #define C_SWITCH_SYSTEM -I/usr/include/X11R4
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13
1814
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
14 /* Don't use shared libraries. unexec doesn't handle them.
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
15 Note GCC automatically passes -a archive to ld, and it has its own
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
16 conflicting -a. */
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
17 #ifdef __GNUC__
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
18 #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
19
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
20 /* No need to specify roundabout way of linking temacs. */
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
21 #define ORDINARY_LINK
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
22 #else
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
23 #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
24 #endif
2284
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 1814
diff changeset
25
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 1814
diff changeset
26 /* Specify compiler options for compiling oldXMenu. */
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 1814
diff changeset
27 #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4