Re: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-07-08 Thread James Greenhalgh
On Tue, Jun 25, 2019 at 09:30:30AM +0100, Tamar Christina wrote: > Hi All, > > This is an update to the patch rebased to after the SVE2 options have been > merged. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > Ok for trunk? OK. Thanks, James > > Thanks, > Tamar >

RE: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-06-25 Thread Tamar Christina
na > Sent: Tuesday, May 21, 2019 18:00 > To: gcc-patches@gcc.gnu.org > Cc: nd ; James Greenhalgh ; > Richard Earnshaw ; Marcus Shawcroft > > Subject: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc > > Hi All, > > Due to config.gcc all the options nee

Re: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-05-24 Thread Kyrill Tkachov
Hi Tamar, On 5/21/19 6:00 PM, Tamar Christina wrote: Hi All, Due to config.gcc all the options need to be on one line because of the grep lines which would select only the first line of the option. This causes it not to select the right bits on options that are spread over multiple lines wh

[PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-05-21 Thread Tamar Christina
Hi All, Due to config.gcc all the options need to be on one line because of the grep lines which would select only the first line of the option. This causes it not to select the right bits on options that are spread over multiple lines when the --with-arch configure option is used. The issue hap