diff options
author | Richard Henderson <rth@redhat.com> | 2011-11-08 08:28:30 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-11-08 08:28:30 -0800 |
commit | 3d3b05ff4ffcca24cadba839a7708c8c483dd642 (patch) | |
tree | 563d6726881575a6c845fb9c184669896a0e102b /libitm/configure.tgt | |
parent | 01f3428cafc13f5ae765d304494cac750892bb80 (diff) | |
download | gcc-3d3b05ff4ffcca24cadba839a7708c8c483dd642.tar.gz |
Fix tests for libitm support.
From-SVN: r181169
Diffstat (limited to 'libitm/configure.tgt')
-rw-r--r-- | libitm/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/configure.tgt b/libitm/configure.tgt index dd7c78bd027..eac6f504433 100644 --- a/libitm/configure.tgt +++ b/libitm/configure.tgt @@ -77,7 +77,7 @@ case "${target_cpu}" in esac # For the benefit of top-level configure, determine if the cpu is supported. -test -d ${srcdir}/$ARCH || UNSUPPORTED=1 +test -d ${srcdir}/config/$ARCH || UNSUPPORTED=1 # Since we require POSIX threads, assume a POSIX system by default. config_path="$ARCH posix generic" |