提交 3bd98050 编写于 作者: J Joel Stanley 提交者: Masahiro Yamada

Makefile: Export clang toolchain variables

The powerpc makefile will use these in it's boot wrapper.
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 238bcbc4
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册