[freenet-cvs] r18327 - trunk/contrib/NativeBigInteger

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Mar 4 07:57:59 UTC 2008


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




More information about the cvs mailing list