aboutsummaryrefslogtreecommitdiff
path: root/cross/armclang-linux.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-3/+2
This is like the project options, but for meson builtin options. The only real differences here have to do with the differences between meson builtin options and project options. Some meson options can be set on a per-machine basis (build.pkg_config_path vs pkg_config_path) others can be set on a per-subproject basis, but should inherit the parent setting.
2020-01-06Updated linker MR (#6407)Jussi Pakkanen1-1/+1
* environment: Fix passing always args to a number of less common linkers These are mostly (oops xilink) proprietary linkers I can't use for various reasons. Fixes: #6332 * Add intelfix from scivision. * Ifort fix from scivision. * PGI fix from scivision. * Cuda fix from scivision. * Fix linker passing for armclang.
2019-08-02Make ARM compilers work on Linux.Jussi Pakkanen1-0/+35