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:
Norman Feske 2012-08-15 14:28:42 +02:00
parent a174992e4d
commit aa90efbf77
1 changed files with 3 additions and 0 deletions

View File

@ -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
#