]> mj.ucw.cz Git - libucw.git/commitdiff
any is better than i386 :-)
authorDaniel Fiala <danfiala@ucw.cz>
Thu, 13 Dec 2007 10:16:50 +0000 (11:16 +0100)
committerDaniel Fiala <danfiala@ucw.cz>
Thu, 13 Dec 2007 10:16:50 +0000 (11:16 +0100)
lib/autoconf.cfg

index bf372573cfd135d582c47726573e2d8cbb6a8f32..a919f99c78a76fa56dd3f71dd3cc73e0f50ff1ae 100644 (file)
@@ -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');