Parcourir la source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 8 ans
Parent
révision
0d29cf2a4d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile Voir le fichier

@@ -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
 #

Chargement…
Annuler
Enregistrer