mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-29 21:13:21 +00:00
* configure.in (Cygwin): special case cygwin only when we're
building cygwin, not when we're hosting cygwin.
This commit is contained in:
parent
71150974e8
commit
64e3a6598a
@ -1,3 +1,8 @@
|
||||
2000-08-31 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* configure.in (Cygwin): special case cygwin only when we're
|
||||
building cygwin, not when we're hosting cygwin.
|
||||
|
||||
2000-08-31 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* testsuite/demangle-expected: Add nine tests for
|
||||
|
13
libiberty/configure
vendored
13
libiberty/configure
vendored
@ -1774,10 +1774,15 @@ if test -z "${setobjs}"; then
|
||||
# provides from our shell variables, so that they appear to be
|
||||
# missing.
|
||||
|
||||
funcs="`echo $funcs | sed -e 's/random//'`"
|
||||
LIBOBJS="$LIBOBJS random.o"
|
||||
vars="`echo $vars | sed -e 's/sys_siglist//'`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
# 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//'`"
|
||||
LIBOBJS="$LIBOBJS random.o"
|
||||
vars="`echo $vars | sed -e 's/sys_siglist//'`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
fi
|
||||
;;
|
||||
|
||||
*-*-mingw32*)
|
||||
|
@ -280,10 +280,15 @@ if test -z "${setobjs}"; then
|
||||
# provides from our shell variables, so that they appear to be
|
||||
# missing.
|
||||
|
||||
funcs="`echo $funcs | sed -e 's/random//'`"
|
||||
LIBOBJS="$LIBOBJS random.o"
|
||||
vars="`echo $vars | sed -e 's/sys_siglist//'`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
# 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//'`"
|
||||
LIBOBJS="$LIBOBJS random.o"
|
||||
vars="`echo $vars | sed -e 's/sys_siglist//'`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
fi
|
||||
;;
|
||||
|
||||
*-*-mingw32*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user