From 65ebd664a047ca688e0586251f9a2aa26e8f9990 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 26 Mar 2008 19:40:39 +0000 Subject: - fixup stripping of host utils and make host-utils compile with std=gnu99 --- Makerules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index a5ef1882c..fc6b37ddc 100644 --- a/Makerules +++ b/Makerules @@ -120,8 +120,7 @@ do_ar = @$(disp_ar) ; $(cmd_ar) define compile.u @$(disp_compile.u) ; $(cmd_compile.u) - @$(disp_strip) - $(Q)$(STRIPTOOL) $(STRIP_FLAGS) $@ + @$(disp_t_strip) endef hcompile.u = $(HOSTCC) $^ $(DEPS-$(notdir $@)) -o $@ $(BUILD_LDFLAGS) $(BUILD_LDFLAGS-$(notdir $(^D))) $(BUILD_LDFLAGS-$(notdir $@)) $(BUILD_CFLAGS) $(BUILD_CFLAGS-$(notdir $(^D))) $(BUILD_CFLAGS-$(notdir $@)) hcompile.o = $(HOSTCC) $^ $(DEPS-$(notdir $@)) -c -o $@ $(BUILD_CFLAGS) $(BUILD_CFLAGS-$(notdir $(^D))) $(BUILD_CFLAGS-$(notdir $@)) -- cgit v1.2.3