* [Buildroot] [PATCH] package/gdb: Enable OpenRISC GDB support
@ 2022-07-29 22:07 Stafford Horne
2022-07-30 14:48 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Stafford Horne @ 2022-07-29 22:07 UTC (permalink / raw)
To: buildroot; +Cc: Stafford Horne
The OpenRiSC gdb port has supported native debugging since version 8.3
and remote debugging since before that. So it is now safe to enabled
this.
This patch removes the conditions blocking gdb from being built on or1k
architecture builds.
Signed-off-by: Stafford Horne <shorne@gmail.com>
---
package/gdb/Config.in | 1 -
package/gdb/Config.in.host | 1 -
2 files changed, 2 deletions(-)
diff --git a/package/gdb/Config.in b/package/gdb/Config.in
index a39837fe71..2708834ee2 100644
--- a/package/gdb/Config.in
+++ b/package/gdb/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
default y
depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
depends on !BR2_microblaze
- depends on !BR2_or1k
comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 43af64a1ed..dfa9f8c384 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -3,7 +3,6 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
default y
depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
depends on !BR2_microblaze
- depends on !BR2_or1k
comment "Host GDB Options"
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
--
2.37.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/gdb: Enable OpenRISC GDB support
2022-07-29 22:07 [Buildroot] [PATCH] package/gdb: Enable OpenRISC GDB support Stafford Horne
@ 2022-07-30 14:48 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-07-30 14:48 UTC (permalink / raw)
To: Stafford Horne; +Cc: buildroot
Stafford, All,
On 2022-07-30 07:07 +0900, Stafford Horne spake thusly:
> The OpenRiSC gdb port has supported native debugging since version 8.3
> and remote debugging since before that. So it is now safe to enabled
> this.
>
> This patch removes the conditions blocking gdb from being built on or1k
> architecture builds.
>
> Signed-off-by: Stafford Horne <shorne@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/gdb/Config.in | 1 -
> package/gdb/Config.in.host | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/package/gdb/Config.in b/package/gdb/Config.in
> index a39837fe71..2708834ee2 100644
> --- a/package/gdb/Config.in
> +++ b/package/gdb/Config.in
> @@ -3,7 +3,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
> default y
> depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
> depends on !BR2_microblaze
> - depends on !BR2_or1k
>
> comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
> depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS
> diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
> index 43af64a1ed..dfa9f8c384 100644
> --- a/package/gdb/Config.in.host
> +++ b/package/gdb/Config.in.host
> @@ -3,7 +3,6 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
> default y
> depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
> depends on !BR2_microblaze
> - depends on !BR2_or1k
>
> comment "Host GDB Options"
> depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
> --
> 2.37.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-30 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29 22:07 [Buildroot] [PATCH] package/gdb: Enable OpenRISC GDB support Stafford Horne
2022-07-30 14:48 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox