From eb6d6eb1b6778b71287399763740c77ec445fd2a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 23 Nov 2003 18:47:56 +0000 Subject: Make sure we use the right CC setting when building utils. Not doing so was breaking the buildroot softfloat arm build. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10e4db854..ca58f2461 100644 --- a/Makefile +++ b/Makefile @@ -285,13 +285,13 @@ endif .PHONY: utils ifeq ($(strip $(HAVE_SHARED)),y) utils: - $(MAKE) CROSS=$(CROSS) -C utils + $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils else utils: dummy endif install_utils: utils - $(MAKE) CROSS=$(CROSS) -C utils install + $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils install #ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) # @$(MAKE) -C libc/misc/wchar iconv.target # $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin; -- cgit v1.2.3