Skip to content

Commit

Permalink
fix: remove the LDFLAGS from the defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxzsxxk committed Nov 28, 2023
1 parent 90a1b87 commit f1eea32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configs/milkv_duo_musl_riscv64_64mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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"

# opensbi
BR2_TARGET_OPENSBI=y
Expand Down
1 change: 0 additions & 1 deletion configs/milkv_duo_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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"

# opensbi
BR2_TARGET_OPENSBI=y
Expand Down

0 comments on commit f1eea32

Please sign in to comment.