diff options
author | Cary Coutant <ccoutant@google.com> | 2013-10-31 11:19:12 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-10-31 11:36:32 -0700 |
commit | 2500c0173e83309825d78f7a3335f0b3b2ecdae9 (patch) | |
tree | d118cafde0d82956ba0a7481577ec01f3b27aaf5 /gold/configure | |
parent | 638aa5a1bac0c3782b6c0a40a03743507c57741e (diff) | |
download | gdb-2500c0173e83309825d78f7a3335f0b3b2ecdae9.zip gdb-2500c0173e83309825d78f7a3335f0b3b2ecdae9.tar.gz gdb-2500c0173e83309825d78f7a3335f0b3b2ecdae9.tar.bz2 |
gold/
* configure.ac: Fix check for -fmerge-constants.
* configure.ac: Regenerate.
Diffstat (limited to 'gold/configure')
-rwxr-xr-x | gold/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/configure b/gold/configure index 3ef8833..83f5aa9 100755 --- a/gold/configure +++ b/gold/configure @@ -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" |