From: Manuel Novoa III Date: Fri, 28 May 2004 17:50:07 +0000 (-0000) Subject: uClibc has a working strtod. coreutils does _not_ have a working strtod X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68579669dc11b908730b1cb3317c54bc9f642d44;p=buildroot.git uClibc has a working strtod. coreutils does _not_ have a working strtod configuration test when cross compiling. --- diff --git a/make/coreutils.mk b/make/coreutils.mk index 825c0f3549..bd09e5780a 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) \