mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
affinity.run: do not test non-SMP platforms
This commit is contained in:
parent
9834f0cf1e
commit
f1b632af68
@ -5,12 +5,11 @@
|
||||
#
|
||||
|
||||
if {
|
||||
![have_spec arndale] &&
|
||||
![have_spec wand_quad] &&
|
||||
![have_spec panda] &&
|
||||
![have_spec x86_32] &&
|
||||
![have_spec x86_64] &&
|
||||
![have_spec foc] &&
|
||||
![have_spec arndale] &&
|
||||
![have_spec wand_quad] &&
|
||||
![have_spec panda] &&
|
||||
![expr [have_spec x86_32] && [have_spec foc] ] &&
|
||||
![expr [have_spec x86_64] && [have_spec foc] ] &&
|
||||
![have_spec nova]
|
||||
} {
|
||||
puts "Platform is unsupported."
|
||||
|
Loading…
x
Reference in New Issue
Block a user