ports-foc: assert use of 32-bit platforms

L4Linux does not support x86_64. Detect this case early in the run
script.
This commit is contained in:
Norman Feske 2013-06-30 13:48:10 +02:00
parent 9bff8c454a
commit 2045fffe2a
4 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,10 @@
assert_spec foc
assert_spec 32bit
#
# Build
#
if {[have_spec foc] == 0} {
puts "Runs on Fiasco.OC only"
exit 0
}
set use_platform_drv [expr [have_spec platform_arndale] || [have_spec platform_imx53]]
set use_usb_drv [expr [have_spec omap4] || [have_spec exynos5]]
set use_nic_drv [expr !$use_usb_drv]

View File

@ -1,4 +1,5 @@
assert_spec foc
assert_spec 32bit
#
# Build

View File

@ -1,4 +1,5 @@
assert_spec foc
assert_spec 32bit
#
# Build

View File

@ -1,4 +1,5 @@
assert_spec foc
assert_spec 32bit
#
# Build