From 19c98942d885cae75f270e5cc2545a4a5daa1c4a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 18 Apr 1992 13:59:35 -0400 Subject: [PATCH] Initial revision From-SVN: r778 --- gcc/config/pa/pa-hpux.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gcc/config/pa/pa-hpux.h diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h new file mode 100644 index 0000000..56a7914 --- /dev/null +++ b/gcc/config/pa/pa-hpux.h @@ -0,0 +1,14 @@ +#include "hppa.h" + +/* Make GCC agree with types.h. */ +#define SIZE_TYPE "unsigned int" + +/* 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 -- 2.7.4