Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: fix invalid target triple for arm
The triple arm-openwrt-linux-muslgnueabi isn't recognized by e.g. clang: clang: error: version 'gnueabi' in target triple 'arm-openwrt-linux-muslgnueabi' is invalid clang: warning: unknown platform, assuming -mfloat-abi=soft Fix by dropping the 'gnu' from what looks like an old C/P mistake. Fixes: 6b63716 ("add preliminary support for musl") Signed-off-by: Tony Ambardar <[email protected]>
- Loading branch information