CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/03 13:45:44
Modified files:
usr.bin/make : Makefile.boot arch.c main.c make.1
Log message:
Add a new default variable in Makefile context, MACHINE_CPU. Its value is
decided at compile-time and is either MACHINE_CPU from <machine/param.h> if
it is defined, or the same value as MACHINE_ARCH otherwise.
This will be used to allow ports with suffixes to their canonical MACHINE_ARCH
to provide this canonical name as MACHINE_CPU, and in turn to let Makefiles
do TRT.
ok kettenis@