diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 19:24:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 19:24:33 -0400 |
commit | 4a89b24d1884fbcdc7f5f541eb9eac49a49e5a30 (patch) | |
tree | 8f953e938df95d0cc661326f27690999e25a0da7 | |
parent | 68cb958907f151b790a58e6ea21da567e85e0dfc (diff) | |
download | gcc-4a89b24d1884fbcdc7f5f541eb9eac49a49e5a30.zip gcc-4a89b24d1884fbcdc7f5f541eb9eac49a49e5a30.tar.gz gcc-4a89b24d1884fbcdc7f5f541eb9eac49a49e5a30.tar.bz2 |
(LIB_SPEC): Undefine before redefining.
From-SVN: r10034
-rw-r--r-- | gcc/config/pa/pa-hpux7.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index 780a42b..05d0241 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.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. @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #define DEFAULT_GDB_EXTENSIONS 0 /* Like the default, except no -lg. */ +#undef LIB_SPEC #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}" #undef CPP_PREDEFINES |