diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 19:24:09 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 19:24:09 -0400 |
commit | 68cb958907f151b790a58e6ea21da567e85e0dfc (patch) | |
tree | ab0a2bdf7527fcacd2e9a04ae7db6fe2fdc2c361 | |
parent | af179b36fa2e08abbfd1459cbef8486999610dfb (diff) | |
download | gcc-68cb958907f151b790a58e6ea21da567e85e0dfc.zip gcc-68cb958907f151b790a58e6ea21da567e85e0dfc.tar.gz gcc-68cb958907f151b790a58e6ea21da567e85e0dfc.tar.bz2 |
(LIB_SPEC): Undefine before redefining
From-SVN: r10033
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 941506e..44c9236 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP-UX. - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #define DEFAULT_GDB_EXTENSIONS 0 /* Like the default, except no -lg. */ +#undef LIB_SPEC #define LIB_SPEC "%{!shared:%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}}" #undef CPP_PREDEFINES |