d148f78a5c
* make/check.make: Skip if CC is not set. * make/check-mlibc.make: New file. * scaffold/scaffold.make: Use it for mlibc targets. * tinycc/tinycc.make: Skip mlibc targets if CC32 not set.
4 lines
47 B
Makefile
4 lines
47 B
Makefile
ifneq ($(CC32),)
|
|
include make/check.make
|
|
endif
|