Re: [PATCH][AArch64] Fix geniterators.sh to use standard BRE syntax in sed

2015-05-06 Thread Kyrill Tkachov
On 01/05/15 13:51, Marcus Shawcroft wrote: On 23 March 2015 at 17:06, Szabolcs Nagy wrote: GCC can be compiled for aarch64 target with busybox sed except for the geniterators.sh script which uses nonstandard basic regex. I explicitly set LC_ALL=C too because the regex depends on collation ord

Re: [PATCH][AArch64] Fix geniterators.sh to use standard BRE syntax in sed

2015-05-01 Thread Marcus Shawcroft
On 23 March 2015 at 17:06, Szabolcs Nagy wrote: > GCC can be compiled for aarch64 target with busybox sed except for > the geniterators.sh script which uses nonstandard basic regex. > > I explicitly set LC_ALL=C too because the regex depends on collation > order. > > I tested that the script gives

[PATCH][AArch64] Fix geniterators.sh to use standard BRE syntax in sed

2015-03-23 Thread Szabolcs Nagy
GCC can be compiled for aarch64 target with busybox sed except for the geniterators.sh script which uses nonstandard basic regex. I explicitly set LC_ALL=C too because the regex depends on collation order. I tested that the script gives the same result on iterators.md. Ok? gcc/Changelog: 2015-