mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* configure.in (checkfuncs): Add missing "'".
From-SVN: r20144
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* configure.in (checkfuncs): Add missing "'".
|
||||
|
||||
Fri May 22 11:06:41 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* Makefile.in (distclean): Don't remove alloca-conf.h
|
||||
|
||||
2
libiberty/configure
vendored
2
libiberty/configure
vendored
@@ -1558,7 +1558,7 @@ if test -z "${setobjs}"; 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//`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
;;
|
||||
|
||||
*-*-mingw32*)
|
||||
|
||||
@@ -259,7 +259,7 @@ if test -z "${setobjs}"; 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//`"
|
||||
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
|
||||
;;
|
||||
|
||||
*-*-mingw32*)
|
||||
|
||||
Reference in New Issue
Block a user