From 735eaea479ea7ed8624a4d525dbd994df24b1868 Mon Sep 17 00:00:00 2001 From: Daniel Fiala Date: Thu, 13 Dec 2007 11:16:50 +0100 Subject: [PATCH] any is better than i386 :-) --- lib/autoconf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5