mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
gold/
* configure.ac: Fix typo restoring CXXFLAGS. * configure: Regenerate.
This commit is contained in:
parent
1292e4d3b4
commit
26e4ef59d6
@ -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.
|
||||
|
2
gold/configure
vendored
2
gold/configure
vendored
@ -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; }
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user