From: Manuel Novoa III Date: Sat, 22 Nov 2003 04:42:22 +0000 (-0000) Subject: Make sure the utils build gets the setting for CROSS. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=6ef2675511472c132fbff1e9121b86b004842b7a;p=uclinux-h8%2FuClibc.git Make sure the utils build gets the setting for CROSS. --- 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;