From: Daniel Fiala Date: Thu, 13 Dec 2007 10:16:50 +0000 (+0100) Subject: any is better than i386 :-) X-Git-Tag: holmes-import~476^2~6^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=735eaea479ea7ed8624a4d525dbd994df24b1868;p=libucw.git any is better than i386 :-) --- diff --git a/lib/autoconf.cfg b/lib/autoconf.cfg index bf372573..a919f99c 100644 --- a/lib/autoconf.cfg +++ b/lib/autoconf.cfg @@ -163,7 +163,7 @@ if (Get("CPU_ARCH") eq "unknown") { ### Compiler and its Options ### # C flags: tell the compiler we're speaking C99, and disable common symbols -Set("CLANG" => "-std=gnu99 -fno-common"); +Set("CLANG" => "-std=gnu99 -fno-common -fPIC"); # C optimizations Set("COPT" => '-O2');