mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
@@ -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]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
assert_spec foc
|
||||
assert_spec 32bit
|
||||
|
||||
#
|
||||
# Build
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
assert_spec foc
|
||||
assert_spec 32bit
|
||||
|
||||
#
|
||||
# Build
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
assert_spec foc
|
||||
assert_spec 32bit
|
||||
|
||||
#
|
||||
# Build
|
||||
|
||||
Reference in New Issue
Block a user