Fix typo.
From-SVN: r167662
This commit is contained in:
parent
6b08d96992
commit
7e82085a8a
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user