aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libstdc++-v3
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-04-14 16:58:02 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-22 15:35:26 -0700
commitd46b05b5c60a962ab6066fb65f09e49f8159b2d1 (patch)
treea515e983a37345b2cb280400938f9d36d16e77d2 /gcc-4.9/libstdc++-v3
parent539bbad457e7161f89fd4db3017b4abf478466f4 (diff)
downloadtoolchain_gcc-d46b05b5c60a962ab6066fb65f09e49f8159b2d1.tar.gz
toolchain_gcc-d46b05b5c60a962ab6066fb65f09e49f8159b2d1.tar.bz2
toolchain_gcc-d46b05b5c60a962ab6066fb65f09e49f8159b2d1.zip
[4.9] Enable _GLIBCXX_HAS_GTHREADS in GCC 4.9
See e830d092a4da90315a8c7bbe886582fc6357606d Change-Id: I378448992bc5ca2b2de59369ea3c475dea01cfc5
Diffstat (limited to 'gcc-4.9/libstdc++-v3')
-rwxr-xr-xgcc-4.9/libstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/libstdc++-v3/configure b/gcc-4.9/libstdc++-v3/configure
index 16e09f097..9328b09f8 100755
--- a/gcc-4.9/libstdc++-v3/configure
+++ b/gcc-4.9/libstdc++-v3/configure
@@ -78657,7 +78657,7 @@ $as_echo_n "checking for gthreads library... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#include "gthr.h"
+#include "gthr-$target_thread_file.h"
int
main ()
{