diff options
author | Joel Stanley <joel@jms.id.au> | 2018-11-12 14:51:15 +1030 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-14 08:21:22 +0900 |
commit | 3bd9805090af843b25f97ffe5049f20ade1d86d6 (patch) | |
tree | 2da326631a9bc381329d63bc063091080d1cb9e3 /Makefile | |
parent | 238bcbc4e07fad2fff99c5b157d0c37ccd4d093c (diff) | |
download | linux-3bd9805090af843b25f97ffe5049f20ade1d86d6.tar.bz2 |
Makefile: Export clang toolchain variables
The powerpc makefile will use these in it's boot wrapper.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -498,6 +498,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 |