uClibc has a working strtod. coreutils does _not_ have a working strtod

configuration test when cross compiling.
This commit is contained in:
Manuel Novoa III 2004-05-28 17:50:07 +00:00
parent c9fec39d9e
commit 68579669dc

View 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) \