Browse Source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
0d29cf2a4d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile View File

@@ -9,6 +9,7 @@ ASFLAGS		:=
9 9
 LDFLAGS		:=
10 10
 HOST_CFLAGS	:=
11 11
 MAKEDEPS	:= Makefile
12
+CROSS_COMPILE	?= $(CROSS)
12 13
 
13 14
 ###############################################################################
14 15
 #

Loading…
Cancel
Save