summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-12 08:45:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-12 08:45:04 (GMT)
commit1e789a9a6ef92901cafbbb6800f3039cdfea9663 (patch)
treecd4715b675fba78ad225859b4e8907045eb364cd /unix/configure
parentc2fa999cce2563c0e41d8d91b53277ee0618adde (diff)
parentc727e57f651e0a8bdb365b5632cf6a5668c0eccb (diff)
downloadtcl-1e789a9a6ef92901cafbbb6800f3039cdfea9663.zip
tcl-1e789a9a6ef92901cafbbb6800f3039cdfea9663.tar.gz
tcl-1e789a9a6ef92901cafbbb6800f3039cdfea9663.tar.bz2
Patch by Andrew Shadura, providing better support for three architectures they have in Debian.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure17
1 files changed, 1 insertions, 16 deletions
diff --git a/unix/configure b/unix/configure
index 163b210..5399eeb 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7417,7 +7417,7 @@ fi
fi
;;
- Linux*)
+ Linux*|GNU*|NetBSD-Debian)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".so"
@@ -7523,21 +7523,6 @@ fi
fi
;;
- 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=""
- if test "`uname -m`" = "alpha"; then
- CFLAGS="$CFLAGS -mieee"
-fi
-
- ;;
Lynx*)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".so"