mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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
This commit is contained in:
parent
805f52d386
commit
2ee31fbf05
@ -1,3 +1,8 @@
|
||||
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]*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user