Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2008-09-04 06:18:21 +0400
committercvs2svn <>2008-09-04 06:18:21 +0400
commitedcbab688990650d6f72b883c3e4b278ea0a7a47 (patch)
tree5fd4ec5801f03c2ec35ebcb4cebd2f0e09f772aa /configure.ac
parent27da38f41999aee2074c3a2e53fc20566e3b311b (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20080901
snapshot-20080901'. Sprout from binutils-2_19-branch 2008-09-04 02:18:17 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2008-08-28 10:44:31 UTC Tristan Gingold <gingold@adacore.com> '2008-08-28 Tristan Gingold <gingold@adacore.com>': ChangeLog Makefile.in Makefile.tpl configure configure.ac Delete: texinfo/texinfo.tex
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index fb859c110..d4b962f04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2050,21 +2050,12 @@ case "${host}" in
;;
esac
-# Decide which environment variable is used to find dynamic libraries.
case "${host}" in
*-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
*-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
- *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
*) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
esac
-# On systems where the dynamic library environment variable is PATH,
-if test "$RPATH_ENVVAR" = PATH; then
- GCC_SHLIB_SUBDIR=/shlib
-else
- GCC_SHLIB_SUBDIR=
-fi
-
# Record target_configdirs and the configure arguments for target and
# build configuration in Makefile.
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
@@ -2522,7 +2513,6 @@ AC_SUBST_FILE(ospace_frag)
# Miscellanea: directories, flags, etc.
AC_SUBST(RPATH_ENVVAR)
-AC_SUBST(GCC_SHLIB_SUBDIR)
AC_SUBST(tooldir)
AC_SUBST(build_tooldir)
AC_SUBST(CONFIGURE_GDB_TK)