summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-11-01 14:46:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-11-01 14:46:07 (GMT)
commita0c7ff582a10cc77bd4f95cf577516beeb416ce5 (patch)
tree7b1a6f9f9886f7b6ff6f2160d4b4cbc2db9eeb93 /unix/Makefile.in
parent4c1c62892ab4c909053abeef49d6d223c8c2e586 (diff)
downloadtcl-a0c7ff582a10cc77bd4f95cf577516beeb416ce5.zip
tcl-a0c7ff582a10cc77bd4f95cf577516beeb416ce5.tar.gz
tcl-a0c7ff582a10cc77bd4f95cf577516beeb416ce5.tar.bz2
Eliminate fallback attempts when broken strtod() routines are detected.
This has long been creating more problems than it solves.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 66114ba..aaff7ae 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1632,9 +1632,6 @@ tclXtTest.o: $(UNIX_DIR)/tclXtTest.c
# relocatable.
#--------------------------------------------------------------------------
-fixstrtod.o: $(COMPAT_DIR)/fixstrtod.c
- $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/fixstrtod.c
-
opendir.o: $(COMPAT_DIR)/opendir.c
$(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/opendir.c
@@ -1650,9 +1647,6 @@ strncasecmp.o: $(COMPAT_DIR)/strncasecmp.c
strstr.o: $(COMPAT_DIR)/strstr.c
$(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strstr.c
-strtod.o: $(COMPAT_DIR)/strtod.c
- $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtod.c
-
strtol.o: $(COMPAT_DIR)/strtol.c
$(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtol.c