dolt: add FreeBSD support (this and ppc have been submitted upstream).
This commit is contained in:
parent
b4842d8dc3
commit
7909ebe7f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue