Przeglądaj źródła

mktemp does not depend on floats

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 14 lat temu
rodzic
commit
9b69fa33f0
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      libc/stdlib/Makefile.in

+ 5 - 1
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 \