This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building gcc-4.2.4 on Solaris 9


On Wed, Jul 30, 2008 at 7:56 AM, Jay <jayk123@hotmail.com> wrote:
> This definitely won't be the quickest way.
> Quicker would be to set CC/CFLAGS and use -disable-bootstrap.

Before I try your suggestions, another question:  It seems like
setting BOOT_CFLAGS to include "-m64" should do what I want.  The
Makefile says:

  # BOOT_CFLAGS is the value of CFLAGS to pass to the stage2, stage3 and stage4
  # bootstrap compilations.

If I understand this correctly, this would cause gcc from the later
stages to be called with -m64, so that they would, when building the
compiler, produce 64-bit objects and be able to link against my 64-bit
libgmp and libmpfr.  Is this right?

Thanks.

-David


-- 
David Eisner http://cradle.brokenglass.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]