dolt works on powerpc Linux.
This commit is contained in:
parent
0d1746995d
commit
b4842d8dc3
|
@ -26,7 +26,7 @@ if test x$GCC != xyes; then
|
||||||
dolt_supported=no
|
dolt_supported=no
|
||||||
fi
|
fi
|
||||||
case $host in
|
case $host in
|
||||||
i?86-*-linux*|x86_64-*-linux*) ;;
|
i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;;
|
||||||
*) 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