This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
building gcc on Solaris...
- From: Peter McIlroy <pmcilroy at nimble dot com>
- To: "'gcc at gnu dot org'" <gcc at gnu dot org>
- Date: Tue, 28 May 2002 15:02:04 -0700
- Subject: building gcc on Solaris...
I found that it is required to redefine the CFLAGS, LIBCFLAGS, and
LIBCXXFLAGS when using the SUNWspro cc compiler during make bootstrap.
make bootstrap
by itself fails.
make CFLAGS=-O LIBCFLAGS=-O LIBCXXFLAGS=-O bootstrap
seems to be building OK.
--peter mcilroy