diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-08 16:28:30 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-08 16:28:30 +0000 |
commit | c52ccbc7783bde19c0da514216ca405797d1beb1 (patch) | |
tree | 563d6726881575a6c845fb9c184669896a0e102b /libitm/configure.tgt | |
parent | 298c66d96719f98e870b7deedeac9b4611849194 (diff) | |
download | gcc-c52ccbc7783bde19c0da514216ca405797d1beb1.tar.gz |
Fix tests for libitm support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181169 138bc75d-0d04-0410-961f-82ee72b054a4
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" |