From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 2/5] arm/Makefile.common cleanup Date: Mon, 16 Jan 2017 14:38:25 +0100 Message-ID: <20170116133828.17908-3-drjones@redhat.com> References: <20170116133828.17908-1-drjones@redhat.com> Cc: pbonzini@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55318 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751261AbdAPNid (ORCPT ); Mon, 16 Jan 2017 08:38:33 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 56F71369C4 for ; Mon, 16 Jan 2017 13:38:34 +0000 (UTC) In-Reply-To: <20170116133828.17908-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 --- 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