Commit bc7a8a6
committed
Check for arch alias names when parsing the -arch option
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".1 parent caccd79 commit bc7a8a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments