Black-list 'tar_rom.run' on Linux

This commit is contained in:
Norman Feske 2012-11-06 17:16:06 +01:00
parent bb8d090922
commit 21c22b8b5b
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
# line of LOG output.
#
#
# On Linux, programs can be executed only if present as a file on the Linux
# file system ('execve' takes a file name as argument). Data extracted via
# 'tar_rom' is not represented as file. Hence, it cannot be executed.
#
if {[have_spec linux]} { puts "Run script does not support Linux"; exit 0 }
build "core init drivers/timer test/timer server/tar_rom"
create_boot_directory