Handle x86_64-w64-mingw32 compilation target
This commit is contained in:
parent
aba5a2e6c8
commit
e97359ef26
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ then
|
||||||
# rm -f $compiledir/Makefile
|
# rm -f $compiledir/Makefile
|
||||||
cd $compiledir/ntfsprogs-$VER_NTFSPROGS
|
cd $compiledir/ntfsprogs-$VER_NTFSPROGS
|
||||||
# --disable-default-device-io-ops is need for NT 4
|
# --disable-default-device-io-ops is need for NT 4
|
||||||
CC=$TESTDISKCC ./configure --host=$crosscompile_target --prefix=$prefix --disable-default-device-io-ops --disable-crypto
|
./configure --host=$crosscompile_target --prefix=$prefix --disable-default-device-io-ops --disable-crypto
|
||||||
cd $pwd_saved
|
cd $pwd_saved
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -301,7 +301,7 @@ then
|
||||||
i386-mingw32)
|
i386-mingw32)
|
||||||
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-iconv --enable-missing-uuid-ok
|
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-iconv --enable-missing-uuid-ok
|
||||||
;;
|
;;
|
||||||
i686-pc-mingw32|x86_64-pc-mingw32)
|
i686-pc-mingw32|x86_64-pc-mingw32|x86_64-w64-mingw32)
|
||||||
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --enable-missing-uuid-ok
|
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --enable-missing-uuid-ok
|
||||||
;;
|
;;
|
||||||
arm-marvell-linux-gnu)
|
arm-marvell-linux-gnu)
|
||||||
|
|
Loading…
Reference in a new issue