From: Michael Tremer Date: Mon, 23 Mar 2009 16:46:30 +0000 (+0000) Subject: Changed -fPIC to -fpic. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23328b8bba5ac77fff100cd56e87aa123ff9a10;p=ipfire-3.x.git Changed -fPIC to -fpic. This makes a difference in performance and size of the target code. --- diff --git a/tools/make-constants b/tools/make-constants index 21b70cb78..468e402f8 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 -fpic" if [ 'i686' = $TARGET -o 'i586' = $TARGET \ -o 'i486' = $TARGET ]; then MACHINE=${TARGET}