jdk: support ARMv7 and x86_64 only in java.run

This commit is contained in:
Sebastian Sumpf
2019-11-07 16:03:26 +01:00
parent 59f4dba676
commit 17afe8bf40

View File

@@ -1,3 +1,9 @@
if {![have_spec x86_64] && ![have_spec arm_v7]} {
puts "Unsupported platform. Valid are x86_64 and arm_v7 platforms."
exit 0
}
set build_components { set build_components {
core init core init
timer timer