From patchwork Mon Oct 1 06:10:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 977017 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42NsRt2gbhz9sB5 for ; Mon, 1 Oct 2018 16:14:02 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="bB3d3XYj"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42NsRt13qPzF37v for ; Mon, 1 Oct 2018 16:14:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="bB3d3XYj"; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=softfail (mailfrom) smtp.mailfrom=socionext.com (client-ip=210.131.2.75; helo=conuserg-08.nifty.com; envelope-from=yamada.masahiro@socionext.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="bB3d3XYj"; dkim-atps=neutral Received: from conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42NsPt1Zs0zF35X for ; Mon, 1 Oct 2018 16:12:17 +1000 (AEST) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id w916BMB8020398; Mon, 1 Oct 2018 15:11:23 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com w916BMB8020398 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1538374283; bh=vxJNdGOViqpKuCBNPTBCV/Q20ql4OXtHOHBA7JAiwk0=; h=From:To:Cc:Subject:Date:From; b=bB3d3XYjIWxM3JZPO7P09ThnPzTHs+MvOWF2LaRA8WeBeGP6laj/y/AMDWOBEVeyR y4eDn2c+NDEKCU0Ra0r1Zmhzk8QCMyssQxVjWjRCOQAper3rFX6IaU8u4CgCRH/59i 4ZPCLrWI5JuvZmX8cIQmi9kgT5wa4hYCM0X8J8kRb5TcDSR9pRVwPbzVentBxaEIyn bHAt0n9kUe/SbW7VXgqrxSWmtR/dEYHSpbP69Z3Dar3HRoszzVVYCu8t4c+C5K1N3m soxzP4udedRVqMIeMl0jwu4HbZIoXH1ijL45pqwWIL0iqOQu0rQjXHEoV7nRsgYgoZ TzqKU3ZnaHXbA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: Michael Ellerman , linuxppc-dev@lists.ozlabs.org Subject: [PATCH] powerpc: remove leftover code of old GCC version checks Date: Mon, 1 Oct 2018 15:10:24 +0900 Message-Id: <1538374224-3742-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Mackerras , linux-kernel@vger.kernel.org, Nicholas Piggin , Masahiro Yamada Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Clean up the leftover of commit f2910f0e6835 ("powerpc: remove old GCC version checks"). Signed-off-by: Masahiro Yamada Acked-by: Nicholas Piggin --- My patch had been sent earlier, with more clean-ups: https://lore.kernel.org/patchwork/patch/977805/ Anyway, this cleans up the left-over of the Nicholas' one. arch/powerpc/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 2ecd0976..b094375 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -400,10 +400,6 @@ archclean: archprepare: checkbin -# Use the file '.tmp_gas_check' for binutils tests, as gas won't output -# to stdout and these checks are run even on install targets. -TOUT := .tmp_gas_check - # Check toolchain versions: # - gcc-4.6 is the minimum kernel-wide version so nothing required. checkbin: @@ -414,7 +410,3 @@ checkbin: echo -n '*** Please use a different binutils version.' ; \ false ; \ fi - - -CLEAN_FILES += $(TOUT) -