aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 60e3507250..c0046293c9 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -21,8 +21,6 @@
# build & install the final libc
# 7) toolchain/gcc/final/compile
# build & install the final gcc
-# 8) toolchain/libc/utils/compile
-# build & install libc utilities
#
# For musl, steps 2 and 4 are skipped, and step 3 is done after 5
@@ -46,7 +44,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(curdir)/$(LIBC)/compile:=$(curdir)/gcc/initial/compile $(curdir)/kernel-headers/compile
$(curdir)/gcc/final/compile:=$(curdir)/$(LIBC)/compile
- $(curdir)/$(LIBC)/utils/compile:=$(curdir)/gcc/final/compile
endif
ifndef DUMP_TARGET_DB