We no longer need to add -fno-pic in the arm makefile. It's now added at the top-level. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- arm/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/arm/Makefile.common b/arm/Makefile.common index 5b7d57e77aab..6142c3d219dd 100644 --- a/arm/Makefile.common +++ b/arm/Makefile.common @@ -22,7 +22,6 @@ phys_base = $(LOADADDR) CFLAGS += -std=gnu99 CFLAGS += -ffreestanding -CFLAGS += -fno-pic CFLAGS += -Wextra CFLAGS += -O2 CFLAGS += -I lib -I lib/libfdt -- 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