Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: gcc-ld: Fix -m* flag parsing
Any -m* flags need to be prefixed with "-Wl," when passed to the linker. This is already done for flags which aren't special-cased, so we can just remove the specific -m* flag handling to appease GCC. Signed-off-by: Sultan Alsawaf <[email protected]>
- Loading branch information