From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 3 May 2019 16:39:40 +0200 From: Heiko Carstens Subject: Re: [PATCH] s390: vdso: drop unnecessary cc-ldoption References: <20190423210058.249510-1-ndesaulniers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-Id: <20190503143940.GH5602@osiris> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Nick Desaulniers Cc: Martin Schwidefsky , clang-built-linux , Masahiro Yamada , Vasily Gorbik , Philipp Rudo , linux-s390 , LKML List-ID: On Tue, Apr 30, 2019 at 01:25:09PM -0700, Nick Desaulniers wrote: > On Tue, Apr 23, 2019 at 2:01 PM Nick Desaulniers > wrote: > > > > Towards the goal of removing cc-ldoption, it seems that --hash-style= > > was added to binutils 2.17.50.0.2 in 2006. The minimal required version > > of binutils for the kernel according to > > Documentation/process/changes.rst is 2.20. > > > > Link: https://gcc.gnu.org/ml/gcc/2007-01/msg01141.html > > Cc: clang-built-linux@googlegroups.com > > Suggested-by: Masahiro Yamada > > Signed-off-by: Nick Desaulniers > > --- > > arch/s390/kernel/vdso32/Makefile | 2 +- > > arch/s390/kernel/vdso64/Makefile | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) ... > bumping for review Sorry for the delay! Applied now, thanks.