mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* configure.in: Re-enable -Werror for gcc builds.
From-SVN: r120947
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user