diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-09 03:50:55 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-09 03:50:55 +0000 |
commit | 6d0992e12be40cfe67a05b140da5caf445fc5cb4 (patch) | |
tree | c52bf92099e0192483f27748e85f37385dc75b83 /libvtv/configure.tgt | |
parent | bc8a6c9c66f27346792ce48eb8a11b51c957fccf (diff) | |
download | gcc-6d0992e12be40cfe67a05b140da5caf445fc5cb4.tar.gz |
gcc
2013-08-08 Benjamin Kosnik <bkoz@rehat.com>
Michael Meissner <meissner@linux.vnet.ibm.com>
* configure.tgt : Simplify, just use VTV_SUPPORTED.
gcc/libvtv
2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac: Adjust to check VTV_SUPPORTED.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv/configure.tgt')
-rw-r--r-- | libvtv/configure.tgt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index a84ed27f8ec..801d2f09564 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -19,6 +19,7 @@ # lets us skip running autoconf when modifying target specific information. # Filter out unsupported systems. +VTV_SUPPORTED=no case "${target}" in x86_64-*-linux* | i?86-*-linux*) VTV_SUPPORTED=yes @@ -30,9 +31,7 @@ case "${target}" in arm*-*-linux*) ;; x86_64-*-darwin[1]* | i?86-*-darwin[1]*) - VTV_SUPPORTED=no ;; *) - UNSUPPORTED=1 ;; esac |