mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
The prebuilt MIPS64 toolchains are very old, causing build issues (for example recently with the systemd v258 update). Replace them both a single toolchain configuration that uses one of the mips64el Bootlin toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
BR2_mips64el=y
|
|
# BR2_MIPS_SOFT_FLOAT is not set
|
|
BR2_TOOLCHAIN_EXTERNAL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE=y
|