]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Changed -fPIC to -fpic.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Mar 2009 16:46:30 +0000 (16:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Mar 2009 10:52:46 +0000 (10:52 +0000)
This makes a difference in performance and size
of the target code.

tools/make-constants

index 21b70cb782b0685ae8767351a6bff34878e8f685..468e402f855f3de1fa6dbc514f16b839f9bbe61e 100644 (file)
@@ -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}