8sa1-gcc/gcc/config/pa/pa-hpux.h
Timothy Moore 3e5c2e141d (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_SIZE): Define for hpux.

From-SVN: r2143
1992-09-17 19:09:02 +00:00

28 lines
725 B
C

#include "pa.h"
/* Make GCC agree with types.h. */
#undef SIZE_TYPE
#undef PTRDIFF_TYPE
#undef WCHAR_TYPE
#undef WCHAR_TYPE_SIZE
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE_SIZE 32
/* HPUX doesn't use any debugging format that GCC knows about. */
#undef DBX_DEBUGGING_INFO
/* Like the default, except no -lg. */
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
/* Control how gcc finds libgcc.a and how it passes -L options. */
#define LINK_LIBGCC_SPECIAL
#define RELATIVE_PREFIX_NOT_LINKDIR
#define HAVE_ATEXIT
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"