From 68cb958907f151b790a58e6ea21da567e85e0dfc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 22 Jun 1995 19:24:09 -0400 Subject: [PATCH] (LIB_SPEC): Undefine before redefining From-SVN: r10033 --- gcc/config/pa/pa-hpux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 941506ecf46..44c9236adb2 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 -- 2.30.2