aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-11-12 14:51:15 +1030
committerTom Rini <trini@konsulko.com>2024-05-23 16:20:12 -0600
commitb30ffe4a278483de9ff2f8b82869d7b2a6275fc6 (patch)
treeec4965e571b633a21f857eb919dea8b58ff42992
parent1a3d4d0ba2cdeaca4e652bb0fc06649208a49fe7 (diff)
downloadu-boot-TEST/kbuild-resync-v5.0-v3.1.zip
u-boot-TEST/kbuild-resync-v5.0-v3.1.tar.gz
u-boot-TEST/kbuild-resync-v5.0-v3.1.tar.bz2
Makefile: Export clang toolchain variablesTEST/kbuild-resync-v5.0-v3.1
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>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1612391..4ccf8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -449,6 +449,7 @@ CLANG_FLAGS += -no-integrated-as
KBUILD_CFLAGS += $(CLANG_FLAGS)
KBUILD_AFLAGS += $(CLANG_FLAGS)
LDPPFLAGS += $(CLANG_TARGET)
+export CLANG_FLAGS
endif
# Don't generate position independent code