configs/galileo_defconfig: remove legacy binutils version selection
Back when galileo_defconfig was added, an explicit binutils version was used, because only binutils >= 2.25 had support for the -momit-lock-prefix option, necessary to workaround a CPU issue. Support for binutils 2.25 has now been removed from Buildroot, and therefore the option no longer exists, causing a build failure. The oldest binutils version that can be selected in Buildroot is binutils 2.26, which has support for -momit-lock-prefix. Therefore, we simply remove the explicit binutils version selection. Fixes: https://gitlab.com/buildroot.org/buildroot/builds/15762201 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ef1ad1fe66
commit
fcbb098a0c
@ -1,8 +1,6 @@
|
||||
BR2_x86_x1000=y
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
# Binutils 2.25 is required as this enables stripping the LOCK prefix
|
||||
BR2_BINUTILS_VERSION_2_25_X=y
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
|
||||
BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
|
||||
|
Loading…
Reference in New Issue
Block a user