mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Substitute busybox for uClibc, patch by Hideki IWAMOTO
This commit is contained in:
parent
87470def24
commit
3bff66617a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
|
|||
)
|
||||
endif
|
||||
|
||||
# Pull in the user's uClibc configuration
|
||||
# Pull in the user's busybox configuration
|
||||
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
||||
-include $(TOPDIR).config
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue