diff options
author | Cary Coutant <ccoutant@google.com> | 2013-01-05 00:00:51 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-01-05 00:00:51 +0000 |
commit | 26e4ef59d66e2435d9afe2a39b0c6e73204537d3 (patch) | |
tree | 05ece3f042308f2a0c7b5464bff34ea91155bdf8 /gold/configure | |
parent | 1292e4d3b4ac69c33fc1cd00faa9b69df252fd52 (diff) | |
download | gdb-26e4ef59d66e2435d9afe2a39b0c6e73204537d3.zip gdb-26e4ef59d66e2435d9afe2a39b0c6e73204537d3.tar.gz gdb-26e4ef59d66e2435d9afe2a39b0c6e73204537d3.tar.bz2 |
gold/
* configure.ac: Fix typo restoring CXXFLAGS.
* configure: Regenerate.
Diffstat (limited to 'gold/configure')
-rwxr-xr-x | gold/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure b/gold/configure index 22d9b48..e3c0bda 100755 --- a/gold/configure +++ b/gold/configure @@ -7320,7 +7320,7 @@ else gold_cv_hash_off_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -CXXFLAGS=$CFLAGS_hold +CXXFLAGS=$CXXFLAGS_hold fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gold_cv_hash_off_t" >&5 $as_echo "$gold_cv_hash_off_t" >&6; } |