summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 15:07:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 15:07:10 (GMT)
commit846e8f4c800a926b96d55217a217e1f27a7ce3c0 (patch)
treebd6e4842a35b9e10beff7166e0f47c38967c9c80 /unix
parentc3353d5a645c33f35445ab3c510dfef988897dd2 (diff)
downloadtcl-846e8f4c800a926b96d55217a217e1f27a7ce3c0.zip
tcl-846e8f4c800a926b96d55217a217e1f27a7ce3c0.tar.gz
tcl-846e8f4c800a926b96d55217a217e1f27a7ce3c0.tar.bz2
Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced yet by the Tcl core, but extensions will encounter the libtommath warnings. Can be switched off.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index fe41f0b..5ec5317 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -280,7 +280,7 @@ STUB_CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \
${AC_FLAGS} ${PROTO_FLAGS} ${ENV_FLAGS} ${EXTRA_CFLAGS} \
@EXTRA_CC_SWITCHES@
-CC_SWITCHES = $(STUB_CC_SWITCHES) ${NO_DEPRECATED_FLAGS} -DMP_FIXED_CUTOFFS -DMP_NO_STDINT
+CC_SWITCHES = $(STUB_CC_SWITCHES) ${NO_DEPRECATED_FLAGS} -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -DMP_WUR=
APP_CC_SWITCHES = $(CC_SWITCHES) @EXTRA_APP_CC_SWITCHES@