rump: exclude ARM architectures apart from v7

Ref #1366
This commit is contained in:
Stefan Kalkowski 2015-01-14 12:18:16 +01:00 committed by Christian Helmuth
parent df8bdaaf79
commit 28112d1ff9
5 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,5 @@
RUMP_OPT =
REQUIRES = arm_v7
include $(REP_DIR)/lib/mk/rump_base.inc

View File

@ -1,3 +1,7 @@
if {[have_spec arm]} {
assert_spec arm_v7
}
#
# Check used commands
#

View File

@ -1,3 +1,7 @@
if {[have_spec arm]} {
assert_spec arm_v7
}
#
# Check used commands
#

View File

@ -1,3 +1,7 @@
if {[have_spec arm]} {
assert_spec arm_v7
}
#
# Check used commands
#

View File

@ -1,3 +1,7 @@
if {[have_spec arm]} {
assert_spec arm_v7
}
#
# Check used commands
#