OSDN Git Service

(LIB_SPEC): Undefine before redefining
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jun 1995 23:24:09 +0000 (23:24 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jun 1995 23:24:09 +0000 (23:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10033 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa-hpux.h

index 941506e..44c9236 100644 (file)
@@ -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