[libav-devel] [GASPP PATCH] Check for arch alias names when parsing the -arch option

2015-05-18 Thread Martin Storsjo
This fixes running with -arch ppc. There's a similar check further below (which checks the arch value after autodetecting it, if it wasn't set), but if this particular check is removed, the -arch parameter won't be validated at all when doing e.g. gas-preprocessor.pl -arch foo -- gcc -v. ---

Re: [libav-devel] [GASPP PATCH] Check for arch alias names when parsing the -arch option

2015-05-18 Thread Luca Barbato
On 18/05/15 09:22, Martin Storsjo wrote: This fixes running with -arch ppc. There's a similar check further below (which checks the arch value after autodetecting it, if it wasn't set), but if this particular check is removed, the -arch parameter won't be validated at all when doing e.g.