Add libcxx filesystem modules

This commit is contained in:
Justine Tunney 2023-07-08 02:40:17 -07:00
parent a092fda388
commit 0c43c98de1
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 2612 additions and 4 deletions

View file

@ -8,16 +8,17 @@
# - Backtraces
# - Syscall tracing
# - Function tracing
# - No GDB debugging
#
ifeq ($(MODE),)
ENABLE_FTRACE = 1
CONFIG_OFLAGS ?= -g
CONFIG_CCFLAGS += -O2 $(BACKTRACES)
CONFIG_CPPFLAGS += -DSYSDEBUG
TARGET_ARCH ?= -msse3
endif
ifeq ($(MODE), aarch64)
ENABLE_FTRACE = 1
CONFIG_OFLAGS ?= -g
CONFIG_CCFLAGS += -O2 $(BACKTRACES)
CONFIG_CPPFLAGS += -DSYSDEBUG
endif