Commit 4a89b24d by Richard Kenner

(LIB_SPEC): Undefine before redefining.

From-SVN: r10034
parent 68cb9589
/* 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
......
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