[build] Accept CROSS= as a synonym for CROSS_COMPILE=

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-03-13 11:32:54 +00:00
parent 1f65ed53da
commit 0d29cf2a4d

View File

@@ -9,6 +9,7 @@ ASFLAGS :=
LDFLAGS :=
HOST_CFLAGS :=
MAKEDEPS := Makefile
CROSS_COMPILE ?= $(CROSS)
###############################################################################
#