Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 96fbce7

Browse files
committed
Remove unneeded symlinks from MUSL_BUILD_DIR
1 parent b86b176 commit 96fbce7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,8 @@ $(MUSL_BUILD_DIR): | $(LINUX_HEADERS_DIR)
5454
# These symlinks ensure that programs and headers required for building BusyBox
5555
# under musl are present (besides musl-gcc).
5656
# Refer: https://www.openwall.com/lists/musl/2014/08/08/13
57-
ln -s "$$(which as)" '$@'/bin/musl-as
5857
ln -s "$$(which ar)" '$@'/bin/musl-ar
59-
ln -s "$$(which nm)" '$@'/bin/musl-nm
6058
ln -s "$$(which strip)" '$@'/bin/musl-strip
61-
ln -s "$$(which objcopy)" '$@'/bin/musl-objcopy
62-
ln -s "$$(which objdump)" '$@'/bin/musl-objdum
63-
ln -s "$$(which pkg-config)" '$@'/bin/musl-pkg-config
6459
ln -s '../../$(LINUX_HEADERS_DIR)/include/linux' '$@'/include/linux
6560
ln -s '../../$(LINUX_HEADERS_DIR)/include/mtd' '$@'/include/mtd
6661
ln -s '../../$(LINUX_HEADERS_DIR)/include/asm' '$@'/include/asm

0 commit comments

Comments
 (0)