summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-12 08:47:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-12 08:47:52 (GMT)
commit3fda4f0df6f0fdabe84372aee281ffb4ca7108e1 (patch)
treeb0295aadfc958e398dfbfc8094bc31ed462963e1 /unix/tcl.m4
parent6cb471f2c293e74d6aa0ae52af55d205502e51f5 (diff)
parent1e789a9a6ef92901cafbbb6800f3039cdfea9663 (diff)
downloadtcl-3fda4f0df6f0fdabe84372aee281ffb4ca7108e1.zip
tcl-3fda4f0df6f0fdabe84372aee281ffb4ca7108e1.tar.gz
tcl-3fda4f0df6f0fdabe84372aee281ffb4ca7108e1.tar.bz2
Patch by Andrew Shadura, providing better support for three architectures they have in Debian.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m414
1 files changed, 1 insertions, 13 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index c4b311b..3fa6abe 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1398,7 +1398,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
])
])
;;
- Linux*)
+ Linux*|GNU*|NetBSD-Debian)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".so"
@@ -1436,18 +1436,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
AS_IF([test x"${USE_COMPAT}" != x],[CFLAGS="$CFLAGS -fno-inline"])
;;
- GNU*)
- SHLIB_CFLAGS="-fPIC"
- SHLIB_SUFFIX=".so"
-
- SHLIB_LD='${CC} -shared'
- DL_OBJS=""
- DL_LIBS="-ldl"
- LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
- CC_SEARCH_FLAGS=""
- LD_SEARCH_FLAGS=""
- AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
- ;;
Lynx*)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".so"