Skip to content

Commit

Permalink
Add CT_MULTILIB_SPACE=y to common.config
Browse files Browse the repository at this point in the history
This provides -Os versions of every toolchain library.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Oct 14, 2024
1 parent f50a8c8 commit ccd100c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccd100c

Please sign in to comment.