Commit 8989d00e by Joseph Myers Committed by Joseph Myers

nwld.h (LINK_SPEC): Check -nodefaultlibs not -nodefaultlib.

	* config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
	-nodefaultlib.

From-SVN: r168809
parent a3010a69
2011-01-14 Joseph Myers <joseph@codesourcery.com> 2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
-nodefaultlib.
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
for mcpu not cpu. for mcpu not cpu.
* config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC, * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
......
/* nwld.h -- defines to be used when targeting GCC for some generic NetWare /* nwld.h -- defines to be used when targeting GCC for some generic NetWare
system while using the Novell linker. system while using the Novell linker.
Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. Copyright (C) 2004, 2007, 2010, 2011 Free Software Foundation, Inc.
Written by Jan Beulich (jbeulich@novell.com) Written by Jan Beulich (jbeulich@novell.com)
...@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "--format:NLM --extensions:GNU" \ #define LINK_SPEC "--format:NLM --extensions:GNU" \
" %{static:%{!nostdlib:%{!nodefaultlib:%estatic linking is not supported\n}}}" " %{static:%{!nostdlib:%{!nodefaultlibs:%estatic linking is not supported\n}}}"
#undef LINK_GCC_C_SEQUENCE_SPEC #undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC "%L %G" #define LINK_GCC_C_SEQUENCE_SPEC "%L %G"
......
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