From 9b69fa33f016d8fd3c658fdcab70fa0700521752 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 11:15:57 -0700 Subject: [PATCH] mktemp does not depend on floats Signed-off-by: Austin Foxley --- libc/stdlib/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in index eea0bb166..48ee5f227 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 \ -- 2.11.0