diff options
author | Richard Henderson <rth@redhat.com> | 2011-11-08 08:06:25 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-11-08 08:06:25 -0800 |
commit | 01f3428cafc13f5ae765d304494cac750892bb80 (patch) | |
tree | 257f6d91d2117a12fa1ed620ee8ebfeabd03a360 /libitm/configure | |
parent | f2906a8e9e0ed8aba6a7e39a1986f785e9d467f1 (diff) | |
download | gcc-01f3428cafc13f5ae765d304494cac750892bb80.zip gcc-01f3428cafc13f5ae765d304494cac750892bb80.tar.gz gcc-01f3428cafc13f5ae765d304494cac750892bb80.tar.bz2 |
Check for libitm support at top-level.
From-SVN: r181168
Diffstat (limited to 'libitm/configure')
-rw-r--r-- | libitm/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libitm/configure b/libitm/configure index 08d2993..e6bc1aa 100644 --- a/libitm/configure +++ b/libitm/configure @@ -17003,6 +17003,10 @@ _ACEOF # Get target configury. . ${srcdir}/configure.tgt +if test -n "$UNSUPPORTED"; then + as_fn_error "Configuration ${target} is unsupported." "$LINENO" 5 +fi + CFLAGS="$save_CFLAGS $XCFLAGS" # Check for __sync_val_compare_and_swap, but only after the target has |