diff --git a/libports/run/libc_ffat.run b/libports/run/libc_ffat.run index 71dbd42ebb..6eff7d74f2 100644 --- a/libports/run/libc_ffat.run +++ b/libports/run/libc_ffat.run @@ -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 #