From ec4e85f8a3471efaf67032d8b7cedc13d40b1446 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Jun 2001 19:47:58 +0000 Subject: Be consistant for all the client code, and use TARGET_CC with --uclibc-use-build-dir --- libm/float/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/float') diff --git a/libm/float/Makefile b/libm/float/Makefile index bae5fecea..80f7aa1ff 100644 --- a/libm/float/Makefile +++ b/libm/float/Makefile @@ -49,7 +49,7 @@ ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBM) $(OBJS) $(COBJS): %.o : %.c - $(TARGET_CC) $(CFLAGS) -c $< -o $@ + $(TARGET_CC) $(TARGET_CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJ): Makefile -- cgit v1.2.3