From: Michael Tremer Date: Thu, 26 Mar 2009 11:47:01 +0000 (+0100) Subject: Removed hardcoded -fpic flag. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666fda60fe6452d1da0ed3fbdf56ca25c70a526e;p=ipfire-3.x.git Removed hardcoded -fpic flag. --- diff --git a/tools/make-constants b/tools/make-constants index 468e402f8..a0773cb64 100644 --- a/tools/make-constants +++ b/tools/make-constants @@ -92,7 +92,7 @@ else fi LINKER=/lib/ld-linux.so.2 -GLOBAL_CFLAGS="-pipe -fpic" +GLOBAL_CFLAGS="-pipe" if [ 'i686' = $TARGET -o 'i586' = $TARGET \ -o 'i486' = $TARGET ]; then MACHINE=${TARGET}