mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Since 4.17, make headers_check requires a working compiler to detect goto-asm support. Configuring CROSS_COMPILE= with a non-existant gcc compiler (as is the case when building linux:host in a clean build) will now always fail. Avoid setting CROSS_COMPILE in Makefile and instead pass on the command line when required. Signed-off-by: Matthias Reichl <hias@horus.com>