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
416cfb5e
Commit
416cfb5e
authored
Jan 19, 2007
by
Mike Stump
Committed by
Mike Stump
Jan 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Re-enable -Werror for gcc builds.
From-SVN: r120947
parent
640f8918
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
+4
-0
configure
+1
-1
configure.in
+1
-1
No files found.
ChangeLog
View file @
416cfb5e
2007-01-18 Mike Stump <mrs@apple.com>
* configure.in: Re-enable -Werror for gcc builds.
2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
* MAINTAINERS (Write After Approval): Add myself.
...
...
configure
View file @
416cfb5e
...
...
@@ -7482,7 +7482,7 @@ if test "${enable_werror+set}" = set; then
enableval
=
"
$enable_werror
"
:
else
if
test
-d
gcc
&&
test
x
"
`
cat
$srcdir
/gcc/DEV-PHASE
`
"
=
xexperimental
;
then
if
test
-d
${
srcdir
}
/
gcc
&&
test
x
"
`
cat
$srcdir
/gcc/DEV-PHASE
`
"
=
xexperimental
;
then
enable_werror
=
yes
else
enable_werror
=
no
...
...
configure.in
View file @
416cfb5e
...
...
@@ -2528,7 +2528,7 @@ AC_SUBST(stage1_checking)
# Enable -Werror in bootstrap stage2 and later.
AC_ARG_ENABLE(werror,
[ --enable-werror enable -Werror in bootstrap stage2 and later], [],
[if test -d gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
[if test -d
${srcdir}/
gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
enable_werror=yes
else
enable_werror=no
...
...
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