Commit 68cb9589 by Richard Kenner

(LIB_SPEC): Undefine before redefining

From-SVN: r10033
parent af179b36
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment