diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-21 15:49:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-21 15:49:30 (GMT) |
commit | 74be7094de7ebb266ab7bcc562d79ed60204735d (patch) | |
tree | 2b1c6f86b73a0455a4b5ab8ea4bb35b6a4906f17 /unix/Makefile.in | |
parent | 8b3ec61a42b98b32b126645f4471823b5f28ec9a (diff) | |
parent | 298a0ffc198f7efe71e3f98f4077eb19b1d681fe (diff) | |
download | tcl-74be7094de7ebb266ab7bcc562d79ed60204735d.zip tcl-74be7094de7ebb266ab7bcc562d79ed60204735d.tar.gz tcl-74be7094de7ebb266ab7bcc562d79ed60204735d.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index eaf71ae..3ef829a 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) $< |