summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 19:40:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 19:40:39 +0000
commit65ebd664a047ca688e0586251f9a2aa26e8f9990 (patch)
tree15de011302565c9e1f2f475667669dd464c31113 /Makerules
parent30c6496f51c340f8fba2bc372ede68b01c0439c3 (diff)
- fixup stripping of host utils and make host-utils compile with std=gnu99
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 1 insertions, 2 deletions
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 $@))