summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7144b1b24..10e4db854 100644
--- a/Makefile
+++ b/Makefile
@@ -285,13 +285,13 @@ endif
.PHONY: utils
ifeq ($(strip $(HAVE_SHARED)),y)
utils:
- $(MAKE) -C utils
+ $(MAKE) CROSS=$(CROSS) -C utils
else
utils: dummy
endif
install_utils: utils
- $(MAKE) -C utils install
+ $(MAKE) CROSS=$(CROSS) -C utils install
#ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
# @$(MAKE) -C libc/misc/wchar iconv.target
# $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin;