Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-binutils.py: Fix error with x86-64-v{2,3,4} as value to '-m'
These values are not valid '-mtune' values, so the build errors. Do not add '-mtune' at all, unless one of these values has been specified, in which case '-mtune=native' is a safe choice. Closes: #255 Link: https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html Signed-off-by: Nathan Chancellor <[email protected]>
- Loading branch information