Fix typo.

From-SVN: r167662
This commit is contained in:
Mike Stump 2010-12-09 19:03:30 +00:00
parent 6b08d96992
commit 7e82085a8a
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ extern GTY(()) int darwin_ms_struct;
#define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC
/* Tell collet2 to run dsymutil for us as necessary. */
/* Tell collect2 to run dsymutil for us as necessary. */
#define COLLECT_RUN_DSYMUTIL 1
/* We only want one instance of %G, since libSystem (Darwin's -lc) does not depend

View File

@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
%{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s: \
%{g*:%{!gstabs*:%{!g0: -dsym}}}}}}}}}}}"
/* Tell collet2 to run dsymutil for us as necessary. */
/* Tell collect2 to run dsymutil for us as necessary. */
#define COLLECT_RUN_DSYMUTIL 1
/* libSystem contains unwind information for signal frames. */