Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make-binaries: Don't use non-prefixed cross tools
Omit the directory that contains cross compilation tools without "$target-" prefix from the PATH. Having it in the path might lead to problems when native tools are needed during cross compilation. For actual cross compilation, the prefixed tools should always be used anyway.
- Loading branch information