mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 19:33:26 +00:00
bugfix: 修复浮点数打印错误的bug
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
kernel_common_subdirs:=libELF
|
||||
kernel_common_subdirs:=libELF math
|
||||
|
||||
all: glib.o
|
||||
@list='$(kernel_common_subdirs)'; for subdir in $$list; do \
|
||||
|
Reference in New Issue
Block a user