Skip to content

Commit

Permalink
feat: restore the use of musl
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxzsxxk committed Nov 27, 2023
1 parent 2b98809 commit d710c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/milkv_duo_musl_riscv64_64mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BR2_KERNEL_HEADERS_5_10=y
# Using gcc13 to have t-head's optimization and features
BR2_GCC_VERSION_13_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TARGET_OPTIMIZATION="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"
BR2_TARGET_LDFLAGS="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"

Expand Down
1 change: 1 addition & 0 deletions configs/milkv_duo_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BR2_KERNEL_HEADERS_5_10=y
# Using gcc13 to have t-head's optimization and features
BR2_GCC_VERSION_13_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TARGET_OPTIMIZATION="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"
BR2_TARGET_LDFLAGS="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"

Expand Down

0 comments on commit d710c24

Please sign in to comment.