OSDN Git Service

bootstrap/4422
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2001 06:38:53 +0000 (06:38 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2001 06:38:53 +0000 (06:38 +0000)
* configure.in: Setup ability to run ./stage[1234]/xgcc in
fixinc *as if* it were a proper lang subdirectory.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47204 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 4763acb..fc78ab4 100644 (file)
@@ -1,5 +1,12 @@
 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
 
 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).
 
 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
        * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
 
 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
index 44ecb9f..74781d6 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
 # 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
    if test $d != ..; then
        STARTDIR=`pwd`
        cd $d
index 633050f..f50695a 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
 # 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
    if test $d != ..; then
        STARTDIR=`pwd`
        cd $d