Installation of DejaGNU
Prepare DejaGNU to be compiled:
./configure --prefix=/stage1
Build and install the package:
make
make install
This completes the testing tools. We can now rebuild GCC and Binutils
to link them against the new Glibc, and test them properly.