OSDN Git Service

* config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jan 2011 18:53:16 +0000 (18:53 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jan 2011 18:53:16 +0000 (18:53 +0000)
-nodefaultlib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168809 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/nwld.h

index 2e7f403..d488377 100644 (file)
@@ -1,5 +1,10 @@
 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
        for mcpu not cpu.
        * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
index c0d57bc..6d8e54f 100644 (file)
@@ -1,6 +1,6 @@
 /* nwld.h -- defines to be used when targeting GCC for some generic NetWare
    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)
 
@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef  LINK_SPEC
 #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
 #define LINK_GCC_C_SEQUENCE_SPEC "%L %G"