On 01/05/15 13:51, Marcus Shawcroft wrote:
On 23 March 2015 at 17:06, Szabolcs Nagy <szabolcs.n...@arm.com> 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 the same result on iterators.md.
Ok?
gcc/Changelog:
2015-03-23 Szabolcs Nagy <szabolcs.n...@arm.com>
* config/aarch64/geniterators.sh: Use standard BRE in sed.
OK /Marcus
I've committed this with r222852.
Kyrill