mirror of
https://github.com/ipxe/ipxe.git
synced 2025-02-25 18:55:24 -06:00
Merge 3c301c6cf0
into bc5f3dbe3e
This commit is contained in:
commit
7ad2b6a29c
@ -16,7 +16,8 @@ SYMBOL_PREFIX :=
|
||||
#
|
||||
# Locations of tools
|
||||
#
|
||||
HOST_CC := gcc
|
||||
CC ?= gcc
|
||||
HOST_CC := $(CC)
|
||||
RM := rm -f
|
||||
TOUCH := touch
|
||||
MKDIR := mkdir
|
||||
|
Loading…
Reference in New Issue
Block a user