Skip to content

Commit

Permalink
od: configs: lepus: Switch to Binutils 2.40
Browse files Browse the repository at this point in the history
Binutils 2.38 is a legacy option now.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Dec 8, 2023
1 parent 70f66ed commit 9234e58
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions configs/od_lepus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ BR2_mips_xburst=y
BR2_MIPS_FP32_MODE_32=y
BR2_TOOLCHAIN_BUILDROOT_VENDOR="lepus"
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_BINUTILS_VERSION_2_38_X=y
BR2_GCC_VERSION_12_X=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
Expand All @@ -14,9 +12,9 @@ BR2_GDB_VERSION_11=y
BR2_TARGET_OPTIMIZATION="-pipe -fipa-pta"
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/output/ccache/lepus"
BR2_CCACHE_BR_ONLY=y
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="$(TOPDIR)/board/opendingux/patches"
BR2_PER_PACKAGE_DIRECTORIES=y
# BR2_PIC_PIE is not set
BR2_SSP_NONE=y
BR2_RELRO_NONE=y
Expand Down Expand Up @@ -47,8 +45,8 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
BR2_PACKAGE_LINUX_TOOLS_GPIO=y
BR2_PACKAGE_LINUX_TOOLS_PERF=y
BR2_PACKAGE_LINUX_TOOLS_PERF_NEEDS_HOST_PYTHON3=y
BR2_PACKAGE_LINUX_TOOLS_PERF_TUI=y
BR2_PACKAGE_LINUX_TOOLS_PERF_NEEDS_HOST_PYTHON3=y
BR2_PACKAGE_BUSYBOX_CONFIG="board/opendingux/busybox.config"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_ALSA_UTILS=y
Expand Down Expand Up @@ -147,4 +145,3 @@ BR2_PACKAGE_PYCLOCK=y
BR2_PACKAGE_SALSAD=y
BR2_PACKAGE_UBIBOOT=y
BR2_PACKAGE_UBIBOOT_BOARDNAME="lepus"
BR2_PER_PACKAGE_DIRECTORIES=y

0 comments on commit 9234e58

Please sign in to comment.