Mercurial > emacs
annotate src/s/hpux8.h @ 2485:c34bbe650160
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 08 Apr 1993 07:10:13 +0000 |
parents | bba90ce247b0 |
children | 96a9c2369a0d |
rev | line source |
---|---|
456 | 1 /* system description file for hpux version 8. |
2 This contains changes that were suggested "for the hp700". | |
3 They were not needed for the 800. | |
4 Our conjecture that they are needed for hpux version 8, | |
5 which is what runs on the 700. */ | |
6 | |
7 #include "hpux.h" | |
8 | |
620 | 9 #define HPUX8 |
10 | |
456 | 11 #define LIB_X11_LIB -L/usr/lib/X11R4 -lX11 |
12 #define C_SWITCH_SYSTEM -I/usr/include/X11R4 | |
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 |