* configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
	(HAVE_PUBNAMES): Likewise.
	* configure: Regenerate.
This commit is contained in:
Roland McGrath
2013-10-11 22:07:40 +00:00
parent 1496b4465d
commit 13323c494d
3 changed files with 18 additions and 4 deletions

4
gold/configure vendored
View File

@@ -6472,7 +6472,7 @@ fi
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fpic -mtls-dialect=gnu2"
CFLAGS="$CFLAGS -Werror -fpic -mtls-dialect=gnu2"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -7444,7 +7444,7 @@ $as_echo "#define HAVE_STAT_ST_MTIM 1" >>confdefs.h
fi
save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -gpubnames"
CXXFLAGS="$CXXFLAGS -Werror -gpubnames"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int i;