lix/mk
Matthew Bauer 72f8771094 Allow PRECOMPILE_HEADERS in cross-compilation
In cross, CXX will look like aarch64-unknown-linux-gnu-g++. We could
run some command to check what kind of compiler it is, but for now we
can just check if g++ is anywhere in the string. I couldn’t find any
"ends with" for makefile, so it can be anywhere in CXX.
2020-07-25 18:02:42 -05:00
..
clean.mk Add 'mk/' from commit '1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545' 2014-02-01 14:38:28 +01:00
dist.mk Add 'mk/' from commit '1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545' 2014-02-01 14:38:28 +01:00
functions.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
install.mk Sync with make-rules repo 2014-04-03 17:37:14 +02:00
jars.mk Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901' 2014-12-14 01:47:06 +01:00
lib.mk Fix Perl bindings 2019-11-07 12:18:37 +01:00
libraries.mk Prelink static libraries into an object file 2020-06-09 23:35:38 -05:00
patterns.mk Precompile headers 2019-11-07 10:12:35 +01:00
precompiled-headers.mk Allow PRECOMPILE_HEADERS in cross-compilation 2020-07-25 18:02:42 -05:00
programs.mk Don't install unit tests 2020-05-08 12:03:27 +02:00
run_test.sh Run the tests in parallel 2020-07-02 16:13:36 +02:00
templates.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
tests.mk Shorten the path to the test root 2020-07-03 09:20:01 +02:00
tracing.mk make check: Run unit tests 2020-05-08 11:49:40 +02:00