OSDN Git Service

mktemp does not depend on floats
authorAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 18:15:57 +0000 (11:15 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 18:16:48 +0000 (11:16 -0700)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libc/stdlib/Makefile.in

index eea0bb1..48ee5f2 100644 (file)
@@ -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 \