gold/
authorCary Coutant <ccoutant@google.com>
Sat, 5 Jan 2013 00:00:51 +0000 (00:00 +0000)
committerCary Coutant <ccoutant@google.com>
Sat, 5 Jan 2013 00:00:51 +0000 (00:00 +0000)
* configure.ac: Fix typo restoring CXXFLAGS.
* configure: Regenerate.

gold/ChangeLog
gold/configure
gold/configure.ac

index e13b492070c5ec513e14c0e34a8205e541377282..ad8e4a754b9728f36a87f9dbff67cd264208063a 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-04  Cary Coutant  <ccoutant@google.com>
+
+       * configure.ac: Fix typo restoring CXXFLAGS.
+       * configure: Regenerate.
+
 2013-01-04  Cary Coutant  <ccoutant@google.com>
 
        * testsuite/Makefile.am (CXXLINK_S): New macro.
index 22d9b48a1321b323d1a1817c917879c8ff3820b6..e3c0bdadb062551b4d5074c905279dcc4cecbe03 100755 (executable)
@@ -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; }
index 9d238355f347af890b369804b72211bb2d7c615d..e49d6e81db81ee98a2e53463e9bffc1828351507 100644 (file)
@@ -546,7 +546,7 @@ std::tr1::hash<off_t> h;
 ],
 [gold_cv_hash_off_t=yes],
 [gold_cv_hash_off_t=no])
-CXXFLAGS=$CFLAGS_hold])
+CXXFLAGS=$CXXFLAGS_hold])
 if test "$gold_cv_hash_off_t" = "yes"; then
    AC_DEFINE(HAVE_TR1_HASH_OFF_T, 1,
             [Define if std::tr1::hash<off_t> is usable])
This page took 0.03694 seconds and 4 git commands to generate.