diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 6284e134ab2..57fe850bff5 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,8 @@ +2015-10-20 Ramana Radhakrishnan + + * configure.tgt (aarch64*-*-linux): Enable. + (arm*-*-linux*): Enable. + 2015-10-09 David Malcolm * testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp, 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]*) ;;