Commit d8140df6 by Loren J. Rittle Committed by Loren J. Rittle

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
parent c185387d
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment