meson/mesonbuild/compilers
John Ericson f4da210f46 Sanity check with external args
Previously cross, but not native, external args were used. Then in
d451a4bd97 the cross special cases were
removed, so external args are never used.

This commit switches that so they are always used. Sanity checking works
just the same as compiler checks like has header / has library.
2019-03-27 10:54:56 -04:00
..
__init__.py correct naming to CudaCompiler, pep8 2019-01-29 22:06:11 +02:00
c.py Sanity check with external args 2019-03-27 10:54:56 -04:00
c_function_attributes.py compilers/c_function_attributes: fix for ICC 2018-11-15 18:42:25 -08:00
compilers.py compilers: Log difference between empty and absent env var 2019-03-27 14:45:42 +00:00
cpp.py Add warning level zero 2019-02-19 00:06:27 +02:00
cs.py C# and Java compilers should have `is_cross = False` 2019-02-01 13:22:01 -05:00
cuda.py Fix nvcc error with threads dependency (4999) 2019-02-28 21:02:14 +02:00
d.py Add warning level zero 2019-02-19 00:06:27 +02:00
fortran.py Sanity check with external args 2019-03-27 10:54:56 -04:00
java.py C# and Java compilers should have `is_cross = False` 2019-02-01 13:22:01 -05:00
objc.py Sanity check with external args 2019-03-27 10:54:56 -04:00
objcpp.py Sanity check with external args 2019-03-27 10:54:56 -04:00
rust.py Fix setup so test suite runs with rustc + MSVC. Closes: 5099 2019-03-24 20:56:06 +02:00
swift.py Sanity check with external args 2019-03-27 10:54:56 -04:00
vala.py Sanity check with external args 2019-03-27 10:54:56 -04:00