[git commit nptl] 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=011e2470700cb5eb65c226bdb0640993fd3e7c6d
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

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

diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in
index 1b549c5..af8be64 100644
--- a/libc/stdlib/Makefile.in
+++ b/libc/stdlib/Makefile.in
@@ -32,9 +32,12 @@ CSRC += mkstemp64.c
 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
+endif
 endif
 ifeq ($(UCLIBC_SUSV3_LEGACY),y)
-CSRC += gcvt.c mktemp.c
+CSRC += mktemp.c
 endif
 
 # multi source stdlib.c
-- 
1.6.3.3



More information about the uClibc-cvs mailing list