From: Joel Stanley Date: Mon, 12 Nov 2018 04:21:15 +0000 (+1030) Subject: Makefile: Export clang toolchain variables X-Git-Tag: rel_imx_4.19.35_1.1.0~7364 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f4c27d53b15dbd8bae0b3095cf3cfff20d43ceb2;p=linux.git Makefile: Export clang toolchain variables commit 3bd9805090af843b25f97ffe5049f20ade1d86d6 upstream. The powerpc makefile will use these in it's boot wrapper. Signed-off-by: Joel Stanley Signed-off-by: Masahiro Yamada Signed-off-by: Nathan Chancellor Signed-off-by: Greg Kroah-Hartman --- diff --git a/Makefile b/Makefile index 2ac31178f5d5..2643454925aa 100644 --- a/Makefile +++ b/Makefile @@ -493,6 +493,7 @@ endif CLANG_FLAGS += -no-integrated-as KBUILD_CFLAGS += $(CLANG_FLAGS) KBUILD_AFLAGS += $(CLANG_FLAGS) +export CLANG_FLAGS endif RETPOLINE_CFLAGS_GCC := -mindirect-branch=thunk-extern -mindirect-branch-register