------- Comment #14 from ebotcazou at gcc dot gnu dot org  2006-09-19 05:49 
-------
> gcc was built with:
> 
> PKG_BUILD_GCC_LANGS=c,c++
> test -d objdir || mkdir objdir
> (cd objdir; ../configure \
>                 --prefix=/opt/aegis \
>                 --with-as=/usr/ccs/bin/as \
>                 --without-gnu-as \
>                 --with-ld=/usr/ccs/bin/ld \
>                 --without-gnu-ld \
>                 --enable-languages=$PKG_BUILD_GCC_LANGS \
>                 --enable-shared \
>                 --enable-__cxa_atexit \
>                 --with-cpu=ultrasparc)
> gmake -j3 -C objdir LIBCXXFLAGS='-O2' bootstrap-lean

--enable-__cxa_atexit is not supported on Solaris.  Try to remove --with-cpu.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24649

Reply via email to