Browse Source

configure: remove the check for mtools

greatbridf 10 months ago
parent
commit
9e65c1c74a
1 changed files with 0 additions and 8 deletions
  1. 0 8
      configure

+ 0 - 8
configure

@@ -135,14 +135,6 @@ else
     echo `which mkfs.fat`
 fi
 
-event "checking mtools"
-if ! which mcopy > /dev/null 2>&1; then
-    echo "no"
-    exit 1
-else
-    echo `which mcopy`
-fi
-
 cp Makefile.src Makefile
 sed -i '' -e "s|##PLACEHOLDER_1##|$QEMU|" Makefile > /dev/null 2>&1
 sed -i '' -e "s|##PLACEHOLDER_2##|$GDB|" Makefile > /dev/null 2>&1