This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada/4.1] Fix PR ada/18819 on s390x
- From: Michael Matz <matz at suse dot de>
- To: Ulrich Weigand <Ulrich dot Weigand at de dot ibm dot com>
- Cc: Richard Guenther <richard dot guenther at gmail dot com>, Eric Botcazou <ebotcazou at adacore dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 26 Jan 2006 17:17:56 +0100 (CET)
- Subject: Re: [Ada/4.1] Fix PR ada/18819 on s390x
- References: <OFB83E6FDD.9C26D16D-ON41257102.00498272-41257102.0049CB83@de.ibm.com>
Hi,
On Thu, 26 Jan 2006, Ulrich Weigand wrote:
> > - s390_tune = s390_arch;
> > - s390_tune_flags = s390_arch_flags;
> > + /* At SuSE we want to tune for z9-109 by default. */
> > + s390_handle_arch_option ("z9-109", &s390_tune, &s390_tune_flags);
> > }
>
> Why not simply use configure --with-tune=z9-109 ?
Ignorance on my part.
Ciao,
Michael.