Commit 2ee31fbf by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

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.

From-SVN: r229045
parent 805f52d3
2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* configure.tgt (aarch64*-*-linux): Enable.
(arm*-*-linux*): Enable.
2015-10-09 David Malcolm <dmalcolm@redhat.com>
* testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
......
......@@ -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]*)
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment