From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751915AbdIUAsq (ORCPT ); Wed, 20 Sep 2017 20:48:46 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:37166 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636AbdIUAsp (ORCPT ); Wed, 20 Sep 2017 20:48:45 -0400 Subject: Re: [PATCH] arc: remove redundant UTS_MACHINE define in arch/arc/Makefile To: Masahiro Yamada , CC: Alexey Brodkin , Newsgroups: gmane.linux.kernel.arc,gmane.linux.kernel References: <1505906730-21904-1-git-send-email-yamada.masahiro@socionext.com> From: Vineet Gupta Message-ID: Date: Wed, 20 Sep 2017 17:48:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505906730-21904-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.196.134] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/20/2017 04:25 AM, Masahiro Yamada wrote: > The top-level Makefile sets the default of UTS_MACHINE to $(ARCH). > > If ARCH and UTS_MACHINE match, arch/$(ARCH)/Makefile need not specify > UTS_MACHINE explicitly. > > Signed-off-by: Masahiro Yamada Thx Masahiro san ! Applied to for-curr ! -Vineet > --- > > arch/arc/Makefile | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arc/Makefile b/arch/arc/Makefile > index 3a4b52b..d37f49d 100644 > --- a/arch/arc/Makefile > +++ b/arch/arc/Makefile > @@ -6,8 +6,6 @@ > # published by the Free Software Foundation. > # > > -UTS_MACHINE := arc > - > ifeq ($(CROSS_COMPILE),) > ifndef CONFIG_CPU_BIG_ENDIAN > CROSS_COMPILE := arc-linux- >