]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed hardcoded -fpic flag.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 11:47:01 +0000 (12:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 11:47:01 +0000 (12:47 +0100)
tools/make-constants

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