commit | ed971d9fa65b91a91101d23a968e6244b93d008d | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Thu Mar 17 11:05:56 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Thu Mar 17 11:05:56 2022 +0100 |
tree | b8d109b1a6e6f0c64b5fc957531af9e617ee8070 | |
parent | 13ed231a0fad6e5988673dc8fde3996ad0136735 [diff] |
x86: don't accept base architectures as extensions The -march= intentions are quite clear: A base architecture may be followed by any number of extensions. Accepting a base architecture in place of an extension will at best result in confusion, as the first of the two (or more) items specified simply would not take effect, due to being overridden by the later one(s).