mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 18:26:32 +00:00
依然是一些针对Mac编译环境的适配
This commit is contained in:
@ -22,8 +22,8 @@ kernel_subdirs := common driver process debug filesystem time arch exception mm
|
||||
|
||||
|
||||
head.o: head.S
|
||||
gcc -E head.S > head.s # 预处理
|
||||
as $(ASFLAGS) -o head.o head.s
|
||||
gcc -E head.S > _head.s # 预处理
|
||||
as $(ASFLAGS) -o head.o _head.s
|
||||
|
||||
|
||||
main.o: main.c
|
||||
|
Reference in New Issue
Block a user