* configure.ac: Fix check for -fmerge-constants.
	* configure.ac: Regenerate.
This commit is contained in:
Cary Coutant
2013-10-31 11:19:12 -07:00
parent 638aa5a1ba
commit 2500c0173e
3 changed files with 9 additions and 4 deletions

4
gold/configure vendored
View File

@@ -6353,9 +6353,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
const char *s = "foo";
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
have_merge_constants=yes
gold_cv_merge_constants=yes
else
have_merge_constants=no
gold_cv_merge_constants=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"