dolt: add FreeBSD support (this and ppc have been submitted upstream).
This commit is contained in:
@@ -27,6 +27,7 @@ if test x$GCC != xyes; then
|
|||||||
fi
|
fi
|
||||||
case $host in
|
case $host in
|
||||||
i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;;
|
i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;;
|
||||||
|
amd64-*-freebsd*|i386-*-freebsd*|ia64-*-freebsd*) ;;
|
||||||
*) dolt_supported=no ;;
|
*) dolt_supported=no ;;
|
||||||
esac
|
esac
|
||||||
if test x$dolt_supported = xno ; then
|
if test x$dolt_supported = xno ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user