From: Yann E. MORIN Date: Thu, 18 Jul 2019 20:52:48 +0000 (+0200) Subject: toolchain: allow architectures to enforce compilation flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4281288d2d568d5ce748a0e66e0872f54fbe956c;p=buildroot.git toolchain: allow architectures to enforce compilation flags Signed-off-by: Yann E. MORIN Cc: Alexey Brodkin Cc: Thomas Petazzoni Cc: Arnout Vandecappelle Acked-by: Alexey Brodkin Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/toolchain-wrapper.mk b/toolchain/toolchain-wrapper.mk index ca66fa7ba4..8f872506ec 100644 --- a/toolchain/toolchain-wrapper.mk +++ b/toolchain/toolchain-wrapper.mk @@ -17,6 +17,7 @@ TOOLCHAIN_WRAPPER_ARGS = $($(PKG)_TOOLCHAIN_WRAPPER_ARGS) TOOLCHAIN_WRAPPER_ARGS += -DBR_SYSROOT='"$(STAGING_SUBDIR)"' TOOLCHAIN_WRAPPER_OPTS = \ + $(ARCH_TOOLCHAIN_WRAPPER_OPTS) \ $(call qstrip,$(BR2_SSP_OPTION)) \ $(call qstrip,$(BR2_TARGET_OPTIMIZATION))