At least compile c++ stdlib.

This commit is contained in:
wilkie
2010-04-04 15:14:32 -04:00
parent ab842ecf20
commit 3b167c33c9

View File

@@ -119,6 +119,8 @@ echo "PASS-2 COMPILE GCC"
cd gcc-obj
#make all-target-libgcc
#make install-target-libgcc
make all-target-libstdc++-v3 || exit
make install-target-libstdc++-v3 || exit
make || exit
make install || exit
cd ..