aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/common/startup/ARMCMx/compilers/LLVM/mk/clang.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/common/startup/ARMCMx/compilers/LLVM/mk/clang.mk b/os/common/startup/ARMCMx/compilers/LLVM/mk/clang.mk
index 38e9f1979..db0f1e4a8 100644
--- a/os/common/startup/ARMCMx/compilers/LLVM/mk/clang.mk
+++ b/os/common/startup/ARMCMx/compilers/LLVM/mk/clang.mk
@@ -5,9 +5,6 @@
TRGT = aarch32-
CC = clang
CPPC = clang++
-# Enable loading with g++ only if you need C++ runtime support.
-# NOTE: You can use C++ even without C++ support if you are careful. C++
-# runtime support makes code size explode.
LD = clang
CP = $(TRGT)objcopy
AS = $(TRGT)as -x assembler-with-cpp