Skip to content

Commit abaa60e

Browse files
committed
Add CT_MULTILIB_SPACE=y to common.config
This provides -Os versions of every toolchain library. Signed-off-by: Keith Packard <[email protected]>
1 parent a65221f commit abaa60e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/common.config

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CT_GCC_SRC_CUSTOM=y
1717
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
1818
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
1919
CT_CC_LANG_CXX=y
20+
CT_MULTILIB_SPACE=y
2021

2122
# Newlib
2223
CT_NEWLIB_SRC_CUSTOM=y

0 commit comments

Comments
 (0)