POWER: Fix --optarch=GENERIC for GCC#2073
Conversation
…wer_optarch_generic_gcc
Use `powerpc64` and `powerpc64le` for `--optarch=GENERIC` for GCC on POWER
|
With this branch, I was able to robot-build |
…wer_optarch_generic_gcc
|
@boegel: Synced. And git didn't report any conflicts... |
|
@geimer OK, great. GitHub mentioned there was a conflict, but I guess it just got confused. |
|
@JackPerdue Can you take a look at these changes, and provide some feedback? Looks good to me, but this may impact you (even though the changes look backwards-compatible to me). |
|
A quick test: I didn't do a full test with EB, but it looks good to me at this point.. |
|
OK, thanks for the feedback @JackPerdue! I see no reason to hold this back any further, thanks a lot for tackling this @geimer, going in! |
Fixes #2064
Note that this PR builds on top of
#1974(the diff will get lean and mean once#1974is merged)