Add iostream to CTL

This commit is contained in:
Justine Tunney 2024-06-29 15:45:09 -07:00
parent 617ddfee93
commit 98e684622b
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
20 changed files with 1531 additions and 7 deletions

View file

@ -18,7 +18,11 @@ CTL_A_CHECKS = \
CTL_A_DIRECTDEPS = \
LIBC_INTRIN \
LIBC_MEM \
LIBC_STDIO \
LIBC_STR \
THIRD_PARTY_GDTOA \
THIRD_PARTY_LIBCXXABI \
THIRD_PARTY_LIBUNWIND \
CTL_A_DEPS := $(call uniq,$(foreach x,$(CTL_A_DIRECTDEPS),$($(x))))