Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7e82085a
Commit
7e82085a
authored
Dec 09, 2010
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
From-SVN: r167662
parent
6b08d969
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/config/darwin.h
+1
-1
gcc/config/darwin9.h
+1
-1
No files found.
gcc/config/darwin.h
View file @
7e82085a
...
@@ -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 colle
c
t2 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
...
...
gcc/config/darwin9.h
View file @
7e82085a
...
@@ -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 colle
c
t2 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment