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
9ae69d8b
Commit
9ae69d8b
authored
Apr 21, 1997
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
From-SVN: r13954
parent
5d595063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/config/mips/t-ecoff
+1
-1
No files found.
gcc/config/mips/t-ecoff
View file @
9ae69d8b
...
@@ -11,7 +11,7 @@ CROSS_LIBGCC1 =
...
@@ -11,7 +11,7 @@ CROSS_LIBGCC1 =
# We must build libgcc2.a with -G 0, in case the user wants to link
# We must build libgcc2.a with -G 0, in case the user wants to link
# without the $gp register.
# without the $gp register.
LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g1
-G 0
TARGET_LIBGCC2_CFLAGS =
-G 0
# These are really part of libgcc1, but this will cause them to be
# These are really part of libgcc1, but this will cause them to be
# built correctly, so... [taken from t-sparclite]
# built correctly, so... [taken from t-sparclite]
...
...
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