mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
Disable libc_ffat test on 64bit
The test cannot be expected to work on 64-bit machines because the ATAPI driver is currently supported on 32-bit only.
This commit is contained in:
parent
a174992e4d
commit
aa90efbf77
@ -10,6 +10,9 @@ if {[catch { exec which mkfs.vfat } ]} {
|
||||
if {[have_spec linux]} {
|
||||
puts "Run script does not support this platform"; exit }
|
||||
|
||||
if {[have_spec 64bit]} {
|
||||
puts "ATAPI driver does not support 64 bit."; exit 0 }
|
||||
|
||||
#
|
||||
# Build
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user