[git commit master] mktemp does not depend on floats

Austin Foxley austinf at cetoncorp.com
Sat Oct 17 18:16:48 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=9b69fa33f016d8fd3c658fdcab70fa0700521752
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 libc/stdlib/Makefile.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in
index eea0bb1..48ee5f2 100644
--- a/libc/stdlib/Makefile.in
+++ b/libc/stdlib/Makefile.in
@@ -33,9 +33,13 @@ endif
 ifeq ($(UCLIBC_HAS_FLOATS),y)
 CSRC += drand48.c drand48_r.c erand48.c erand48_r.c
 ifeq ($(UCLIBC_SUSV3_LEGACY),y)
-CSRC += gcvt.c mktemp.c
+CSRC += gcvt.c
 endif
 endif
+ifeq ($(UCLIBC_SUSV3_LEGACY),y)
+CSRC += mktemp.c
+endif
+
 
 # multi source stdlib.c
 CSRC +=	abs.c labs.c atoi.c atol.c strtol.c strtoul.c _stdlib_strto_l.c \
-- 
1.6.3.3



More information about the uClibc-cvs mailing list