Author: nextgens
Date: 2008-03-04 07:57:58 +0000 (Tue, 04 Mar 2008)
New Revision: 18327

Modified:
   trunk/contrib/NativeBigInteger/build.sh
Log:
contrib: NativeBigInteger: add support for mips (patch from Sven-Ola 
T?\195?\188cke)

Modified: trunk/contrib/NativeBigInteger/build.sh
===================================================================
--- trunk/contrib/NativeBigInteger/build.sh     2008-03-04 07:55:14 UTC (rev 
18326)
+++ trunk/contrib/NativeBigInteger/build.sh     2008-03-04 07:57:58 UTC (rev 
18327)
@@ -30,7 +30,7 @@
 esac

 # We need -fPIC on x86_64
-if [[ $(uname -m) == "x86_64" ]]
+if [[ $(uname -m) == "x86_64" ]] || [[ $(uname -m) == "mips" ]]
 then
        export CFLAGS="-fPIC"
 fi


Reply via email to