summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2023-06-30 19:02:34 (GMT)
committergriffin <briang42@easystreet.net>2023-06-30 19:02:34 (GMT)
commit04249bbcd7751a80282d824f8d0bc67aa41e472e (patch)
treef2fe30cb508ca991002345adb6fb346852c86a06 /unix/dltest
parentda8010ca5c2e0945ad919bbf1d3b91ac2a8e6115 (diff)
downloadtcl-04249bbcd7751a80282d824f8d0bc67aa41e472e.zip
tcl-04249bbcd7751a80282d824f8d0bc67aa41e472e.tar.gz
tcl-04249bbcd7751a80282d824f8d0bc67aa41e472e.tar.bz2
Test update for bug [63530267aa]. Fix 32-bit embtest build issue.
Diffstat (limited to 'unix/dltest')
-rw-r--r--unix/dltest/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index 2b7a8ec..06d0e30 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -79,7 +79,7 @@ pkgooa.o: $(SRC_DIR)/pkgooa.c
$(CC) -c $(CC_SWITCHES) $(SRC_DIR)/pkgooa.c
embtest: embtest.o
- $(CC) -o $@ embtest.o ${SHLIB_LD_LIBS}
+ $(CC) $(CC_SWITCHES) -o $@ embtest.o ${SHLIB_LD_LIBS}
tcl9pkgπ${SHLIB_SUFFIX}: pkgπ.o
${SHLIB_LD} -o $@ pkgπ.o ${SHLIB_LD_LIBS}