From 1c0a1c234546c2bb13b88bbd930e773d78f44cbd Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 16 Jul 2006 14:53:46 +0200 Subject: [RELEASE] flxutils-0.1.28 --- mii/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mii/Makefile') diff --git a/mii/Makefile b/mii/Makefile index 9f06237..0192d09 100644 --- a/mii/Makefile +++ b/mii/Makefile @@ -1,14 +1,14 @@ OBJS=starfire-diag tulip-diag mii-diag include ../include/rules.make -CC=gcc +CC := $(CC_ORIG) #CFLAGS+=-momit-leaf-frame-pointer all: $(OBJS) %-diag: %-diag.o libmii.o $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ - strip -R .comment -R .note $@ - objdump -h $@ | grep -q '\.data[ ]*00000000' && strip -R .data $@ || true + $(STRIP) -x --strip-unneeded -R .comment -R .note $@ + $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true sstrip $@ %.o: %.c -- cgit v1.2.3