diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-18 13:59:35 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-18 13:59:35 -0400 |
commit | 19c98942d885cae75f270e5cc2545a4a5daa1c4a (patch) | |
tree | 56a3c4d32bc8cf31158fa674598017c1196df468 | |
parent | 27301b30a8e809379b08d5dfe0be7ecb0fa6e45b (diff) | |
download | gcc-19c98942d885cae75f270e5cc2545a4a5daa1c4a.zip gcc-19c98942d885cae75f270e5cc2545a4a5daa1c4a.tar.gz gcc-19c98942d885cae75f270e5cc2545a4a5daa1c4a.tar.bz2 |
Initial revision
From-SVN: r778
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |