From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753746AbdK3RjF (ORCPT ); Thu, 30 Nov 2017 12:39:05 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:38049 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbdK3RjD (ORCPT ); Thu, 30 Nov 2017 12:39:03 -0500 X-Google-Smtp-Source: AGs4zMbcoWBZMgabTgn7OejAKPcTr6JWSx9eKeZNySGqazWAHhyda9yLg4TOrtBRk+jFzw+hXFedgw== Date: Thu, 30 Nov 2017 09:38:59 -0800 From: Sami Tolvanen To: Nick Desaulniers Cc: Alex Matveev , Andi Kleen , Ard Biesheuvel , Greg Hackmann , Kees Cook , linux-arm-kernel@lists.infradead.org, Linux Kbuild mailing list , LKML , Mark Rutland , Masahiro Yamada , Maxim Kuvyrkov , Michal Marek , Yury Norov , Matthias Kaehlcke , Nicholas Piggin Subject: Re: [PATCH 1/7] kbuild: add ld-name macro and support for GNU gold Message-ID: <20171130173859.GB90451@samitolvanen.mtv.corp.google.com> References: <20171129234442.655-1-samitolvanen@google.com> <20171129234442.655-2-samitolvanen@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2017 at 04:32:52PM -0800, Nick Desaulniers wrote: > Right, but you're still only ever using one linker per build, correct? Correct. LDFLAGS_GOLD makes it move convenient to add gold specific flags without explicit $(ld-name) checks everywhere, but I'm fine with removing it in v2. Sami