From dc13a5ecf0f4f8351a10b5868e2857193d8b8a78 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 13 Oct 2024 19:39:44 -0700 Subject: [PATCH] Add CT_MULTILIB_SPACE=y to common.config This provides -Os versions of every toolchain library. Signed-off-by: Keith Packard --- configs/common.config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/common.config b/configs/common.config index 9c317655..ae00e57b 100644 --- a/configs/common.config +++ b/configs/common.config @@ -17,6 +17,7 @@ CT_GCC_SRC_CUSTOM=y CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc" CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array" CT_CC_LANG_CXX=y +CT_MULTILIB_SPACE=y # Newlib CT_NEWLIB_SRC_CUSTOM=y