summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-01-25 20:47:41 (GMT)
committersebres <sebres@users.sourceforge.net>2019-01-25 20:47:41 (GMT)
commitc843894855cbfa7a3d23ff178954f5bcb43f908c (patch)
treef28d629c3ce64e70f59f05c0e58afaee522ece0c /unix
parent57f12fe4926235794c3e8baec90bb5870f77f032 (diff)
parent5f4d72886372eacd51d78f6431e812a978dae48f (diff)
downloadtcl-c843894855cbfa7a3d23ff178954f5bcb43f908c.zip
tcl-c843894855cbfa7a3d23ff178954f5bcb43f908c.tar.gz
tcl-c843894855cbfa7a3d23ff178954f5bcb43f908c.tar.bz2
merge 8.6
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure7
-rw-r--r--unix/tcl.m44
2 files changed, 0 insertions, 11 deletions
diff --git a/unix/configure b/unix/configure
index 34669af..159a21b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7776,13 +7776,6 @@ fi
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""
- # Don't use -prebind when building for Mac OS X 10.4 or later only:
- if test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int($2)}'`" -lt 4 -a \
- "`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4; then
-
- LDFLAGS="$LDFLAGS -prebind"
-fi
-
LDFLAGS="$LDFLAGS -headerpad_max_install_names"
echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 1953798..f091a6b 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1602,10 +1602,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""
- # Don't use -prebind when building for Mac OS X 10.4 or later only:
- AS_IF([test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \
- "`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4], [
- LDFLAGS="$LDFLAGS -prebind"])
LDFLAGS="$LDFLAGS -headerpad_max_install_names"
AC_CACHE_CHECK([if ld accepts -search_paths_first flag],
tcl_cv_ld_search_paths_first, [