Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
[od] Update GCC and binutils options
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 26, 2021
1 parent 2d0ba6c commit 6f640c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions configs/rg350_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-lto"
BR2_BINUTILS_VERSION_2_34_X=y
BR2_BINUTILS_ENABLE_LTO=y
BR2_GCC_VERSION_10_X=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-lto"
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_GRAPHITE=y
BR2_GCC_ENABLE_LTO=y
Expand Down
5 changes: 3 additions & 2 deletions configs/rg350m_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-lto"
BR2_BINUTILS_VERSION_2_34_X=y
BR2_BINUTILS_ENABLE_LTO=y
BR2_GCC_VERSION_10_X=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-lto"
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_GRAPHITE=y
BR2_GCC_ENABLE_LTO=y
Expand Down

0 comments on commit 6f640c4

Please sign in to comment.