OSDN Git Service

Make sure the utils build gets the setting for CROSS.
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 22 Nov 2003 04:42:22 +0000 (04:42 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 22 Nov 2003 04:42:22 +0000 (04:42 -0000)
Makefile

index 7144b1b..10e4db8 100644 (file)
--- 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;