projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9fec39
)
uClibc has a working strtod. coreutils does _not_ have a working strtod
author
Manuel Novoa III
<mjn3@codepoet.org>
Fri, 28 May 2004 17:50:07 +0000
(17:50 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Fri, 28 May 2004 17:50:07 +0000
(17:50 -0000)
configuration test when cross compiling.
make/coreutils.mk
patch
|
blob
|
history
diff --git
a/make/coreutils.mk
b/make/coreutils.mk
index 825c0f354948db9b0b1a044e23c6d76f6ee14d5b..bd09e5780ad4d89ed1cba517703814aa5394f052 100644
(file)
--- 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) \