Parsing commandline arguments

This commit is contained in:
2025-09-13 15:43:31 +02:00
parent dc3d80d707
commit e6891b39cc
18 changed files with 448 additions and 59 deletions

View File

@ -12,10 +12,12 @@ SRCFILES := $(call GRABSRC, \
printf \
dlmalloc \
sync \
args \
)
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \
-DPRINTF_INCLUDE_CONFIG_H=1 -DLACKS_STRING_H=1 -include $(ROOT)/ulib/string/string.h
-isystem $(ROOT)/ulib/std -DPRINTF_INCLUDE_CONFIG_H=1 \
-DULIB_FLOAT_SUPPORT=0
ASFILES := $(call GET_ASFILES, $(SRCFILES))
CFILES := $(call GET_CFILES, $(SRCFILES))