Remove -fpie from CFLAGS, which is unnecessary, and now, with the addition of -no-pie to the common Makefile, even confusing. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- powerpc/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/powerpc/Makefile.common b/powerpc/Makefile.common index 93e4f66c8dbf..1bcf0412fcf5 100644 --- a/powerpc/Makefile.common +++ b/powerpc/Makefile.common @@ -21,7 +21,6 @@ CFLAGS += -Wextra CFLAGS += -O2 CFLAGS += -I lib -I lib/libfdt CFLAGS += -Wa,-mregnames -CFLAGS += -fpie # We want to keep intermediate files .PRECIOUS: %.o -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html