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
This commit is contained in:
parent
c185387d50
commit
d8140df691
@ -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).
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user