diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-21 15:46:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-21 15:46:16 (GMT) |
commit | 298a0ffc198f7efe71e3f98f4077eb19b1d681fe (patch) | |
tree | 8f7b7fb6876427a456eb6dfdd44127911a9bc96b /unix/Makefile.in | |
parent | 2b394dc55dc6a4b0ceb55adede1d7c092db40c37 (diff) | |
parent | ea1fdc511d6bdd7ceee5b77dda8014d70a68c46a (diff) | |
download | tcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.zip tcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.tar.gz tcl-298a0ffc198f7efe71e3f98f4077eb19b1d681fe.tar.bz2 |
Merge 8.6
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 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) $< |