Use a local copy of the source when building gcc-target (since
authorEric Andersen <andersen@codepoet.org>
Wed, 8 Oct 2003 02:46:12 +0000 (02:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 8 Oct 2003 02:46:12 +0000 (02:46 -0000)
commitde51377181204d7c8982880494b4b2ca345b7d06
treed04a46fec13542059fbb2aab743fc4e2b6e195f4
parent1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502
Use a local copy of the source when building gcc-target (since
we hacked up the source used to build the cross compiler).

Fix the crt1.o not found problems.  It turns out gcc was thinking
it was acting as a cross compiler, which is clearly not what we
want here.

With this, everything seems to be working nicely for both C
and C++.
make/gcc-3.3.mk