From 68579669dc11b908730b1cb3317c54bc9f642d44 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 28 May 2004 17:50:07 +0000 Subject: uClibc has a working strtod. coreutils does _not_ have a working strtod configuration test when cross compiling. --- make/coreutils.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'make') diff --git a/make/coreutils.mk b/make/coreutils.mk index 825c0f354..bd09e5780 100644 --- a/make/coreutils.mk +++ b/make/coreutils.mk @@ -25,6 +25,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked (cd $(COREUTILS_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ + ac_cv_func_strtod=yes \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ -- cgit v1.2.3