public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, Darwin, Committed] remove duplicate LIBSPEC from darwin10.h
@ 2011-09-06 20:20 Iain Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain Sandoe @ 2011-09-06 20:20 UTC (permalink / raw)
  To: GCC Patches; +Cc: Mike Stump

I applied the following under the 'obvious' rule.
config/darwin10.h no longer modifies LIB_SPEC and thus the one in it  
was just a duplicate of the one in darwin.h.
tidied.
cheers,
Iain

gcc:

	* config/darwin10.h Remove duplicate LIB_SPEC.

Index: gcc/config/darwin10.h
===================================================================
--- gcc/config/darwin10.h	(revision 178608)
+++ gcc/config/darwin10.h	(working copy)
@@ -18,9 +18,6 @@ You should have received a copy of the GNU General
  along with GCC; see the file COPYING3.  If not see
  <http://www.gnu.org/licenses/>.  */

-#undef LIB_SPEC
-#define LIB_SPEC "%{!static: -lSystem }"
-
  /* Fix PR41260 by passing -no_compact_unwind on darwin10 and later  
until
     unwinder in libSystem is fixed to digest new epilog unwinding  
notes.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-06 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06 20:20 [Patch, Darwin, Committed] remove duplicate LIBSPEC from darwin10.h Iain Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).