summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-28 21:53:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-28 21:53:34 (GMT)
commitef0be5183b6d353c44f438a8ca006ed66c587465 (patch)
tree55876d6d7b882a616c56cb24ce6df1722a7a5699 /unix/configure.ac
parentcdd06df9dbc4004de5734dde40d47da74ceb93a6 (diff)
downloadtcl-ef0be5183b6d353c44f438a8ca006ed66c587465.zip
tcl-ef0be5183b6d353c44f438a8ca006ed66c587465.tar.gz
tcl-ef0be5183b6d353c44f438a8ca006ed66c587465.tar.bz2
Fix [97b8e1d54b]: -mdynamic-no-pic not supported on Apple Silicon
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index b824ede..335c5a2 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -814,7 +814,6 @@ if test "`uname -s`" = "Darwin" ; then
echo "$LDFLAGS " | grep -q -- '-prebind ' && TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -seg1addr 0xA000000'
TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tcl-Info.plist'
EXTRA_TCLSH_LIBS='-sectcreate __TEXT __info_plist Tclsh-Info.plist'
- EXTRA_APP_CC_SWITCHES='-mdynamic-no-pic'
AC_CONFIG_FILES([Tcl-Info.plist:../macosx/Tcl-Info.plist.in Tclsh-Info.plist:../macosx/Tclsh-Info.plist.in])
TCL_YEAR="`date +%Y`"
fi