Add arch taglines
[bpt/emacs.git] / src / s / hpux9shr.h
CommitLineData
0a56d364
RS
1#define ORDINARY_LINK
2#define HPUX_USE_SHLIBS
3#define RUN_TIME_REMAP
4
5#include "hpux9.h"
b08c9c8b 6
5e182e80 7#if 0 /* No longer needed, since in current GCC -g no longer does that. */
b08c9c8b
RS
8/* We must turn off -g since it forces -static. */
9#ifdef __GNUC__
10#undef C_DEBUG_SWITCH
11#define C_DEBUG_SWITCH
12#endif
5e182e80 13#endif
ab5796a9
MB
14
15/* arch-tag: 1b259627-c5f6-4260-866f-781b06d72f6b
16 (do not change this comment) */