mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
configure.in: Check for srcdir/winsup rather than build directory winsup.
* configure.in: Check for srcdir/winsup rather than build directory winsup. * configure: Regenerate. From-SVN: r83473
This commit is contained in:
parent
8750f9cdec
commit
6264b0a68d
@ -1,3 +1,9 @@
|
||||
2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
|
||||
|
||||
* configure.in: Check for srcdir/winsup rather than build directory
|
||||
winsup.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-06-17 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* configure.in: Don't build Cygwin native newlib if winsup
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1366,7 +1366,7 @@ case "${target}" in
|
||||
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
||||
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
|
||||
# always build newlib if winsup directory is present.
|
||||
if test -d winsup
|
||||
if test -d "$srcdir/winsup"
|
||||
then
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
else
|
||||
|
@ -586,7 +586,7 @@ case "${target}" in
|
||||
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
||||
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
|
||||
# always build newlib if winsup directory is present.
|
||||
if test -d winsup
|
||||
if test -d "$srcdir/winsup"
|
||||
then
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user