Skip to content
Snippets Groups Projects
Commit 3bd98050 authored by Joel Stanley's avatar Joel Stanley Committed by Masahiro Yamada
Browse files

Makefile: Export clang toolchain variables


The powerpc makefile will use these in it's boot wrapper.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 238bcbc4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment