diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-03-26 19:40:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-03-26 19:40:39 +0000 |
commit | 65ebd664a047ca688e0586251f9a2aa26e8f9990 (patch) | |
tree | 15de011302565c9e1f2f475667669dd464c31113 /Makerules | |
parent | 30c6496f51c340f8fba2bc372ede68b01c0439c3 (diff) |
- fixup stripping of host utils and make host-utils compile with std=gnu99
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 $@)) |