Explorar el Código

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 9 años
padre
commit
0d29cf2a4d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile Ver fichero

@@ -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…
Cancelar
Guardar