diff options
author | ramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-20 10:39:30 +0000 |
---|---|---|
committer | ramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-20 10:39:30 +0000 |
commit | 21eb0cbb13a6d66bfdbd94c862f368999332ce35 (patch) | |
tree | 651fea2776b9bf146aef841f0ef105534ece7a0b /libvtv/configure.tgt | |
parent | 11b98f539750c6200742e26c033fd04490319f8c (diff) | |
download | gcc-21eb0cbb13a6d66bfdbd94c862f368999332ce35.tar.gz |
Enable VTV for aarch64 and arm
Requires fix for section anchors with VTV i.e. PR other/67868
2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* configure.tgt (aarch64*-*-linux): Enable.
(arm*-*-linux*): Enable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv/configure.tgt')
-rw-r--r-- | libvtv/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index e5433713355..adcff5c50ce 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -37,6 +37,10 @@ case "${target}" in sparc*-*-linux*) ;; arm*-*-linux*) + VTV_SUPPORTED=yes + ;; + aarch64*-*-linux*) + VTV_SUPPORTED=yes ;; x86_64-*-darwin[1]* | i?86-*-darwin[1]*) ;; |