This is the mail archive of the gcc@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: Build failure with 3.1 CVS on sparc-sun-solaris2.8


On Wed, Feb 06, 2002 at 02:06:47PM -0500, Jeff Sturm wrote:
> If you omit --with-cpu=ultrasparc the bootstrap will be
> straightforward, resulting in a compiler that can run on a 32-bit host but
> still generate executables for 64-bit ultrasparc.

This indicates a bug in the configury somewhere: --with-cpu should only
affect arch selection and tuning.  It should not affect 32-bit vs 64-bit.

So --with-cpu=ultrasparc should select TARGET_V8PLUS, not TARGET_64BIT.


r~


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