configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it were a...
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 20 Nov 2001 06:38:53 +0000 (06:38 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 20 Nov 2001 06:38:53 +0000 (06:38 +0000)
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

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 4763acb81859a44bda3ad7d39234c7b3be106e1c..fc78ab4b9b1ae739b55ed02b6eb6ba701c4d3a88 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
+
+       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  <ljrittle@acm.org>
 
        * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
index 44ecb9f8d3404043af9ced3b72cea859ba9fc960..74781d6c564597e4eea0f36835830f40c14b1048 100755 (executable)
@@ -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
index 633050f4f235aa378f07d6f7e3a75eada4b6eb07..f50695ad84dc3d100d21f0b5639dbefca085a402 100644 (file)
@@ -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