From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Santos Date: Fri, 26 Jul 2019 23:25:22 -0300 Subject: [Buildroot] [RFC PATCH 4/4] Add linker override to config options In-Reply-To: <20190724173538.22913-5-joseph.kogut@gmail.com> References: <20190724173538.22913-1-joseph.kogut@gmail.com> <20190724173538.22913-5-joseph.kogut@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Jul 24, 2019 at 2:35 PM Joseph Kogut wrote: > > Signed-off-by: Joseph Kogut [...] > > +ifeq ($(BR2_LINKER_LLD),y) > +TOOLCHAIN_WRAPPER_ARGS += -DBR_LINKER='"lld"' Sorry for the nitpicking but Buildroot normally uses the "BR2_" prefix fo perhaps this should be "BR2_LINKER" -- Carlos Santos