3a240221f0
* GNUmakefile (build-scripts): New target (HELP_TOP): Mention it. * configure (main): Write GUILE_FOR_BUILD. * make/bin-mlibc.make: Skip if CC32 is not set. * make/bin.make: Skip if CC is not set. * make/install.make (install): Only install $(OUT)/mes.mes if MES_BOOTSTRAP is set. * make/mescc-guile.make: Skip if GUILE is not set. * make/mescc-mes.make: Skip if MES is not set. * HACKING: write something about
8 lines
120 B
Makefile
8 lines
120 B
Makefile
ifneq ($(CC32),)
|
|
C_FLAGS:=-nostdinc -fno-builtin
|
|
LD_FLAGS:=-nostdlib
|
|
CROSS:=$(CC32:%gcc=%)
|
|
|
|
include make/bin.make
|
|
endif
|