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
04f3680d
Commit
04f3680d
authored
21 years ago
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
From-SVN: r66708
parent
ffa916ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+0
-1
No files found.
gcc/ChangeLog
View file @
04f3680d
2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
* sparc.c (print_operand): Fix uninitialized warning.
2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
...
...
This diff is collapsed.
Click to expand it.
gcc/Makefile.in
View file @
04f3680d
...
...
@@ -161,7 +161,6 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
varasm.o-warn
=
-Wno-error
gcc.o-warn
=
-Wno-error
insn-conditions.o-warn
=
-Wno-error
@out_object_file@
-warn
=
-Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
gengtype-yacc.o-warn
=
-Wno-error
c-parse.o-warn
=
-Wno-error
...
...
This diff is collapsed.
Click to expand it.
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