diff mbox series

[1/1] toolchain/toolchain-external/toolchain-external-codescape-mti-mips: disable gdbserver

Message ID 20230221160036.2903448-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] toolchain/toolchain-external/toolchain-external-codescape-mti-mips: disable gdbserver | expand

Commit Message

Fabrice Fontaine Feb. 21, 2023, 4 p.m. UTC
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 <fontaine.fabrice@gmail.com>
---
 .../toolchain-external-codescape-mti-mips/Config.in              | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Aug. 12, 2023, 8:22 p.m. UTC | #1
On Tue, 21 Feb 2023 17:00:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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 <fontaine.fabrice@gmail.com>
> ---
>  .../toolchain-external-codescape-mti-mips/Config.in              | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 12, 2023, 6:06 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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 <fontaine.fabrice@gmail.com>

Committed to 2023.02.x and 2023.05.x, thanks.
diff mbox series

Patch

diff --git a/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in b/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in
index 8217ddc38c..720d705d14 100644
--- a/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in
+++ b/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in
@@ -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