mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
tools: invoke compiler with $(CC) instead of gcc for consistency
Signed-off-by: Tonny Tzeng tonny.tzeng@intel.com
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
OUT_DIR ?= .
|
||||
|
||||
all:
|
||||
gcc -o $(OUT_DIR)/acrntrace acrntrace.c sbuf.c -I. -lpthread
|
||||
$(CC) -o $(OUT_DIR)/acrntrace acrntrace.c sbuf.c -I. -lpthread
|
||||
|
||||
clean:
|
||||
rm $(OUT_DIR)/acrntrace
|
||||
|
||||
Reference in New Issue
Block a user