summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-21 15:46:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-21 15:46:16 (GMT)
commit298a0ffc198f7efe71e3f98f4077eb19b1d681fe (patch)
tree8f7b7fb6876427a456eb6dfdd44127911a9bc96b /unix/Makefile.in
parent2b394dc55dc6a4b0ceb55adede1d7c092db40c37 (diff)
parentea1fdc511d6bdd7ceee5b77dda8014d70a68c46a (diff)
downloadtcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.zip
tcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.tar.gz
tcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0dfdaf3..6bbbd8d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1910,13 +1910,13 @@ Zzutil.o: $(ZLIB_DIR)/zutil.c
#--------------------------------------------------------------------------
tclStubLib.o: $(GENERIC_DIR)/tclStubLib.c
- $(CC) -c $(STUB_CC_SWITCHES) -DSTATIC_BUILD $(GENERIC_DIR)/tclStubLib.c
+ $(CC) -c $(STUB_CC_SWITCHES) -DSTATIC_BUILD @CFLAGS_NOLTO@ $(GENERIC_DIR)/tclStubLib.c
tclTomMathStubLib.o: $(GENERIC_DIR)/tclTomMathStubLib.c
- $(CC) -c $(STUB_CC_SWITCHES) $(GENERIC_DIR)/tclTomMathStubLib.c
+ $(CC) -c $(STUB_CC_SWITCHES) @CFLAGS_NOLTO@ $(GENERIC_DIR)/tclTomMathStubLib.c
tclOOStubLib.o: $(GENERIC_DIR)/tclOOStubLib.c
- $(CC) -c $(STUB_CC_SWITCHES) $(GENERIC_DIR)/tclOOStubLib.c
+ $(CC) -c $(STUB_CC_SWITCHES) @CFLAGS_NOLTO@ $(GENERIC_DIR)/tclOOStubLib.c
.c.o:
$(CC) -c $(CC_SWITCHES) $<