mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 19:33:26 +00:00
将makefile中的gcc字样用$(CC)环境变量代替
This commit is contained in:
@ -10,7 +10,7 @@ ECHO:
|
||||
|
||||
|
||||
$(kernel_fs_fat32_objs): ECHO
|
||||
gcc $(CFLAGS) -c $@ -o $@.o
|
||||
$(CC) $(CFLAGS) -c $@ -o $@.o
|
||||
|
||||
|
||||
all: $(kernel_fs_fat32_objs)
|
||||
|
Reference in New Issue
Block a user