This commit is contained in:
David Yeske 2025-01-28 22:46:59 -05:00 committed by GitHub
commit 7ad2b6a29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ SYMBOL_PREFIX :=
#
# Locations of tools
#
HOST_CC := gcc
CC ?= gcc
HOST_CC := $(CC)
RM := rm -f
TOUCH := touch
MKDIR := mkdir