Delete some unintentional code

This commit is contained in:
Justine Tunney 2024-06-01 20:36:58 -07:00
parent 165c6b37e2
commit c67faf61df
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 0 additions and 71 deletions

View file

@ -100,10 +100,6 @@ $(LIBC_STR_A_OBJS): private \
-Wframe-larger-than=4096 \
-Walloca-larger-than=4096
o/$(MODE)/libc/str/demangle.o: private \
OVERRIDE_CFLAGS += \
-ffreestanding
LIBC_STR_LIBS = $(foreach x,$(LIBC_STR_ARTIFACTS),$($(x)))
LIBC_STR_SRCS = $(foreach x,$(LIBC_STR_ARTIFACTS),$($(x)_SRCS))
LIBC_STR_HDRS = $(foreach x,$(LIBC_STR_ARTIFACTS),$($(x)_HDRS))