mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 04:56:30 +00:00
将makefile中的gcc字样用$(CC)环境变量代替
This commit is contained in:
@ -5,4 +5,4 @@ all: libsystem
|
||||
libsystem: syscall.o
|
||||
|
||||
syscall.o: syscall.c
|
||||
gcc $(CFLAGS) -c syscall.c -o syscall.o
|
||||
$(CC) $(CFLAGS) -c syscall.c -o syscall.o
|
||||
|
Reference in New Issue
Block a user