affinity.run: do not test non-SMP platforms

This commit is contained in:
Stefan Kalkowski 2017-03-02 13:08:07 +01:00 committed by Christian Helmuth
parent 9834f0cf1e
commit f1b632af68

View File

@ -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."