annotate src/s/hpux9.h @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 6330739388db
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 /* System description file for hpux version 9. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "hpux8.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #define HPUX9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 /* If Emacs doesn't seem to work when built to use GNU malloc, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 probably need to get the latest patches to the HP/UX compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 See `etc/MACHINES' for more information. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #define SYSTEM_MALLOC 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #undef GNU_MALLOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #undef REL_ALLOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 /* cc1: warning: `-g' not supported by this configuration of GCC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #### Still needs to be fixed in a more general way... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #undef C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #define C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 /* Make room for enough symbols, so dispnew.c does not fail. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 /* XEmacs: cognot@ensg.u-nancy.fr: C_SWITCH_SYSTEM already defined in hpux8.h,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 -D_BSD makes hp CC choke on process.c
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
31 #define C_SWITCH_SYSTEM "-Wp,-H200000 -D_BSD"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #undef C_SWITCH_SYSTEM
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
34 #ifdef __hp9000s300
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
35 #define C_SWITCH_SYSTEM "-Aa -D_HPUX_SOURCE"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
36 #else
179
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 175
diff changeset
37 #define C_SWITCH_SYSTEM "-Ae -Wp,-H100000 +Olibcalls"
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
38 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 /* XEmacs: commented out
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #else
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
41 #define C_SWITCH_SYSTEM "-D_BSD"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 /* XEmacs: apparently rint() is totally broken in HPUX 9. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 #undef HAVE_RINT
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 149
diff changeset
47
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 149
diff changeset
48 /* XEmacs: avoid using -lcurses, to make the binary portable from 9.X to 10.X */
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 149
diff changeset
49 #undef LIBS_TERMCAP
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
50 #define LIBS_TERMCAP "-ltermcap"
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 149
diff changeset
51
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
52 /* mrb */
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
53 #undef LD_SWITCH_SYSTEM