diff options
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r-- | make/coreutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |