hard-code $(CC) to equal "cc"
this fixes the build on FreeBSD, where the value of $(CC) recently changed from "cc" (13.2) to "c99" (14). Signed-off-by: Lorenz (xha) <me@xha.li>
This commit is contained in:
parent
d023bdaa6b
commit
00501eeb6e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ OBJ = $(COMMOBJ) $(AMD64OBJ) $(ARM64OBJ) $(RV64OBJ)
|
|||
|
||||
SRCALL = $(OBJ:.o=.c)
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std=c99 -g -Wall -Wextra -Wpedantic
|
||||
|
||||
qbe: $(OBJ)
|
||||
|
|
Loading…
Add table
Reference in a new issue