summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-04-10 11:41:35 -0700
committerJosh Triplett <josh@freedesktop.org>2008-04-13 14:51:55 -0700
commit62760d6c1005681801fbc4c028398cbebbc8fc3d (patch)
tree23a203d1c756aed0c3973f84c413b04c9b3cdb0f
parente00695be6e69644f891d5543d153a819f43d73a3 (diff)
Add support for Linux/powerpc and FreeBSD/{amd64,i386,ia64}.
PPC support was tested with the X Server by Michel Dänzer, and FreeBSD/i386 was tested by myself. The remaining FreeBSD platforms reported the same libtool flags, and presumably work.
-rw-r--r--dolt.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/dolt.m4 b/dolt.m4
index 7b69108..a7383ef 100644
--- a/dolt.m4
+++ b/dolt.m4
@@ -22,7 +22,8 @@ if test x$GCC != xyes; then
dolt_supported=no
fi
case $host in
-i?86-*-linux*|x86_64-*-linux*) ;;
+i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;;
+amd64-*-freebsd*|i386-*-freebsd*|ia64-*-freebsd*) ;;
*) dolt_supported=no ;;
esac
if test x$dolt_supported = xno ; then