Skip to content

Commit

Permalink
od: configs: rs90: Switch to Binutils 2.40 and 6.2 kernel headers
Browse files Browse the repository at this point in the history
Binutils 2.38 is a legacy option now.
Buildroot 2023.11 defaults to 6.6.x headers which is too new, as we're
still using jz-6.2.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Dec 8, 2023
1 parent 8cc138d commit f4202d0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions configs/od_rs90_defconfig
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
BR2_mipsel=y
BR2_TOOLCHAIN_BUILDROOT_VENDOR="rs90"
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_BINUTILS_VERSION_2_38_X=y
BR2_GCC_VERSION_12_X=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_GDB_VERSION_11=y
BR2_TARGET_OPTIMIZATION="-pipe -fipa-pta"
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/output/ccache/rs90"
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 @@ -43,8 +42,8 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="ingenic/rs90 ingenic/rg99"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=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 @@ -139,4 +138,3 @@ BR2_PACKAGE_OD_PASSWD_CONFIG=y
BR2_PACKAGE_SALSAD=y
BR2_PACKAGE_UBIBOOT=y
BR2_PACKAGE_UBIBOOT_BOARDNAME="rs90"
BR2_PER_PACKAGE_DIRECTORIES=y

0 comments on commit f4202d0

Please sign in to comment.