From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 3/5] powerpc/Makefile.common cleanup Date: Mon, 16 Jan 2017 14:38:26 +0100 Message-ID: <20170116133828.17908-4-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]:55324 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbdAPNie (ORCPT ); Mon, 16 Jan 2017 08:38:34 -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 72BF53B70C for ; Mon, 16 Jan 2017 13:38:35 +0000 (UTC) In-Reply-To: <20170116133828.17908-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 --- 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