This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
sparc port still fails bootstrap on sparc-sun-solaris28 (sparcv9 bootstraps)
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
- Date: Mon, 17 Dec 2001 17:09:57 -0500 (EST)
- Subject: sparc port still fails bootstrap on sparc-sun-solaris28 (sparcv9 bootstraps)
For some reason configure-target-libstdc++-v3 doesn't work on
sparc-sun-solaris2.8:
checking for thread model used by GCC... posix
checking for exception model to use... configure: error: unable to detect exception model
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.1/objdir'
make: *** [bootstrap] Error 2
For some reason the sparcv9-sun-solaris28 bootstrap doesn't
have this problem.
Brad