From: Loren J. Rittle Date: Tue, 20 Nov 2001 06:38:53 +0000 (+0000) Subject: configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it were a... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8140df6915304b7fb10115af35088642f6c083d;p=gcc.git configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it were a proper lang... bootstrap/4422 * configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it were a proper lang subdirectory. * configure: Rebuilt. From-SVN: r47204 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4763acb8185..fc78ab4b9b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2001-11-19 Loren J. Rittle + + bootstrap/4422 + * configure.in: Setup ability to run ./stage[1234]/xgcc in + fixinc *as if* it were a proper lang subdirectory. + * configure: Rebuilt. + 2001-11-19 Loren J. Rittle * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). diff --git a/gcc/configure b/gcc/configure index 44ecb9f8d34..74781d6c564 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8676,7 +8676,7 @@ esac # This is virtually a duplicate of what happens in configure.lang; we do # an extra check to make sure this only happens if ln -s can be used. if test "$symbolic_link" = "ln -s"; then - for d in .. ${subdirs} ; do + for d in .. ${subdirs} fixinc ; do if test $d != ..; then STARTDIR=`pwd` cd $d diff --git a/gcc/configure.in b/gcc/configure.in index 633050f4f23..f50695ad84d 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2215,7 +2215,7 @@ esac # This is virtually a duplicate of what happens in configure.lang; we do # an extra check to make sure this only happens if ln -s can be used. if test "$symbolic_link" = "ln -s"; then - for d in .. ${subdirs} ; do + for d in .. ${subdirs} fixinc ; do if test $d != ..; then STARTDIR=`pwd` cd $d