configure
changeset 673 f511d955ac30
parent 664 a03f0aa7d219
child 674 352c42b20441
--- a/configure	Wed Nov 02 22:37:24 2011 +0100
+++ b/configure	Thu Dec 22 11:42:44 2011 +0100
@@ -553,7 +553,7 @@
 if [ "$SUB_ARCH_NAME" = "x86_64" -a "$CC" = "gcc" ]; then
 	# Only if we are on x86_64 and using gcc
 	# For shared library generation, it needs this
-	SUB_PROG_CFLAGS=-fPIC
+	SUB_PROG_CFLAGS+=\ -fPIC
 fi
 
 if [ "$BINUTILS_PREFIX" = "" ]; then