]> Git Repo - buildroot-mgba.git/commitdiff
toolchain/toolchain-external/toolchain-external-codescape-mti-mips: disable gdbserver
authorFabrice Fontaine <[email protected]>
Tue, 21 Feb 2023 16:00:36 +0000 (17:00 +0100)
committerThomas Petazzoni <[email protected]>
Sat, 12 Aug 2023 20:21:55 +0000 (22:21 +0200)
Fix the following build failure:

>>> toolchain-external-codescape-mti-mips 2018.09-02 Copying gdbserver
Could not find gdbserver in external toolchain

Fixes:
 - http://autobuild.buildroot.org/results/ead304285a9cf32bf6b9dcc7fc30acece25ec680

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in

index 8217ddc38c7331e3a5ed16c9df291decced067e2..720d705d14ba6269dff8f428f26b346177b42755 100644 (file)
@@ -5,6 +5,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
        depends on BR2_MIPS_CPU_MIPS32R2 || (BR2_MIPS_CPU_MIPS64R2 && !BR2_MIPS_SOFT_FLOAT)
        select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+       select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
        select BR2_INSTALL_LIBSTDCPP
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
        select BR2_TOOLCHAIN_GCC_AT_LEAST_6
This page took 0.034775 seconds and 4 git commands to generate.