Fold conv package into fmt

Both packages had nearly identical dependency requirements, so merging
them should help reduce the complexity of the build graph.
This commit is contained in:
Justine Tunney 2020-12-09 15:04:54 -08:00
parent 978b7858f9
commit 1fc91f3580
203 changed files with 352 additions and 563 deletions

View file

@ -23,14 +23,12 @@ TOOL_DECODE_CHECKS = \
TOOL_DECODE_DIRECTDEPS = \
LIBC_CALLS \
LIBC_CONV \
LIBC_ELF \
LIBC_FMT \
LIBC_LOG \
LIBC_MEM \
LIBC_NEXGEN32E \
LIBC_RAND \
LIBC_TIME \
LIBC_RUNTIME \
LIBC_RUNTIME \
LIBC_STDIO \
@ -38,11 +36,12 @@ TOOL_DECODE_DIRECTDEPS = \
LIBC_STUBS \
LIBC_SYSV \
LIBC_SYSV_CALLS \
LIBC_TIME \
LIBC_UNICODE \
LIBC_X \
TOOL_DECODE_LIB \
THIRD_PARTY_GDTOA \
THIRD_PARTY_GETOPT \
TOOL_DECODE_LIB \
THIRD_PARTY_XED
TOOL_DECODE_DEPS := \