diff options
author | davek <davek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-18 21:36:20 +0000 |
---|---|---|
committer | davek <davek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-18 21:36:20 +0000 |
commit | 907bdc3db533c0dcadda72b0f402358576538208 (patch) | |
tree | feacca0acd69d16a26284867027df01224973416 /libiberty/configure | |
parent | 0242121372d6ae7e879616670c51cd6e115ffa6d (diff) | |
download | gcc-907bdc3db533c0dcadda72b0f402358576538208.tar.gz |
* configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
as it no longer shares libiberty object files.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/libiberty/configure b/libiberty/configure index 71b6ccd95b5..4469808cdec 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -6563,36 +6563,6 @@ if test -z "${setobjs}"; then case "${host}" in - *-*-cygwin*) - # The Cygwin library actually uses a couple of files from - # libiberty when it is built. If we are building a native - # Cygwin, and we run the tests, we will appear to have these - # files. However, when we go on to build winsup, we will wind up - # with a library which does not have the files, since they should - # have come from libiberty. - - # We handle this by removing the functions the winsup library - # provides from our shell variables, so that they appear to be - # missing. - - # DJ - only if we're *building* cygwin, not just building *with* cygwin - - if test -n "${with_target_subdir}" - then - funcs="`echo $funcs | sed -e 's/random//'`" - case $LIBOBJS in - "random.$ac_objext" | \ - *" random.$ac_objext" | \ - "random.$ac_objext "* | \ - *" random.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS random.$ac_objext" ;; -esac - - vars="`echo $vars | sed -e 's/sys_siglist//'`" - checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`" - fi - ;; - *-*-mingw32*) # Under mingw32, sys_nerr and sys_errlist exist, but they are # macros, so the test below won't find them. |