diff options
author | Jeff Law <law@gcc.gnu.org> | 1992-12-31 09:11:11 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1992-12-31 09:11:11 -0700 |
commit | 3e146e90e5672a6f4f8eec15848af491b6fb0654 (patch) | |
tree | 81e410fb882efb398f74a7eb4baa5a77eac16cf7 | |
parent | 7dab19db67b86fad120eb8b3f11a9dcda3c4f6bc (diff) | |
download | gcc-3e146e90e5672a6f4f8eec15848af491b6fb0654.zip gcc-3e146e90e5672a6f4f8eec15848af491b6fb0654.tar.gz gcc-3e146e90e5672a6f4f8eec15848af491b6fb0654.tar.bz2 |
pa-hpux.h (LIB_SPEC): Fix so that one can link in profiled libraries under HPUX.
* pa-hpux.h (LIB_SPEC): Fix so that one can link in profiled
libraries under HPUX.
* pa-ghpux.h, pa-hpux7.h, pa-gux7.h (LIB_SPEC): Likewise.
From-SVN: r3011
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa-hpux7.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 555a9d6..0be90ef 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef DBX_DEBUGGING_INFO /* Like the default, except no -lg. */ -#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" +#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" /* Control how gcc finds libgcc.a and how it passes -L options. */ #define LINK_LIBGCC_SPECIAL diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index be913eb..47ae664 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef DBX_DEBUGGING_INFO /* Like the default, except no -lg. */ -#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" +#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" /* Control how gcc finds libgcc.a and how it passes -L options. */ #define LINK_LIBGCC_SPECIAL |