This is the mail archive of the gcc-patches@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: [Ada/4.1] Fix PR ada/18819 on s390x


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.


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