uClibc has a working strtod. coreutils does _not_ have a working strtod
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 28 May 2004 17:50:07 +0000 (17:50 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 28 May 2004 17:50:07 +0000 (17:50 -0000)
configuration test when cross compiling.

make/coreutils.mk

index 825c0f354948db9b0b1a044e23c6d76f6ee14d5b..bd09e5780ad4d89ed1cba517703814aa5394f052 100644 (file)
@@ -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) \