diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-15 19:47:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-15 19:47:58 +0000 |
commit | ec4e85f8a3471efaf67032d8b7cedc13d40b1446 (patch) | |
tree | f7a341d1870ecc5f3e3487a37fb55d9efe177c9a /libm/float | |
parent | c1ae0ad8262ce40178a54a393bcf466b57ad5819 (diff) |
Be consistant for all the client code, and use TARGET_CC with --uclibc-use-build-dir
Diffstat (limited to 'libm/float')
-rw-r--r-- | libm/float/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |