[PATCH] dolt: Add sparc*-*-linux to "-fPIC" cases.

David Miller davem at davemloft.net
Fri Apr 16 15:59:32 PDT 2010


Tested with builds of libX11 and xserver.

Signed-off-by: David S. Miller <davem at davemloft.net>

diff --git a/dolt.m4 b/dolt.m4
index 8f94582..3f3691f 100644
--- a/dolt.m4
+++ b/dolt.m4
@@ -22,7 +22,7 @@ if test x$GCC != xyes; then
     dolt_supported=no
 fi
 case $host in
-i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux* \
+i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*|sparc*-*-linux \
 |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
     pic_options='-fPIC'
     ;;


More information about the dolt mailing list