]> mj.ucw.cz Git - libucw.git/commitdiff
Reverted the unwanted parts of the previous commit.
authorMartin Mares <mj@ucw.cz>
Thu, 13 Dec 2007 10:25:54 +0000 (11:25 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 13 Dec 2007 10:25:54 +0000 (11:25 +0100)
lib/autoconf.cfg

index a919f99c78a76fa56dd3f71dd3cc73e0f50ff1ae..bf372573cfd135d582c47726573e2d8cbb6a8f32 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 -fPIC");
+Set("CLANG" => "-std=gnu99 -fno-common");
 
 # C optimizations
 Set("COPT" => '-O2');