Commit 7e82085a by Mike Stump

Fix typo.

From-SVN: r167662
parent 6b08d969
...@@ -195,7 +195,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -195,7 +195,7 @@ extern GTY(()) int darwin_ms_struct;
#define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC #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 #define COLLECT_RUN_DSYMUTIL 1
/* We only want one instance of %G, since libSystem (Darwin's -lc) does not depend /* 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 ...@@ -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: \ %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s: \
%{g*:%{!gstabs*:%{!g0: -dsym}}}}}}}}}}}" %{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 #define COLLECT_RUN_DSYMUTIL 1
/* libSystem contains unwind information for signal frames. */ /* libSystem contains unwind information for signal frames. */
......
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