unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63340] [PATCH] gnu: Add gdb-multiarch.
@ 2023-05-07  1:29 iyzsong--- via Guix-patches via
  2023-08-28 10:55 ` bug#63340: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-05-07  1:29 UTC (permalink / raw)
  To: 63340; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/gdb.scm (gdb-multiarch): New variable.
---
 gnu/packages/gdb.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 82050d9ac5..d8ff4b8ced 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -170,6 +170,19 @@ (define-public gdb
   ;; The "default" version.
   gdb-12)
 
+(define-public gdb-multiarch
+  (package/inherit gdb-12
+    (name "gdb-multiarch")
+    (arguments
+     `(#:configure-flags
+       (list "--enable-targets=all"
+             "--enable-multilib"
+             "--enable-interwork"
+             "--enable-languages=c,c++"
+             "--disable-nls")
+       ,@(package-arguments gdb-12)))
+    (synopsis "The GNU debugger (with all architectures enabled)")))
+
 (define-public gdb-minimal
   (package/inherit gdb-12
     (name "gdb-minimal")

base-commit: 5dcfe798f44753e18104541e83591cac6e053525
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63340: [PATCH] gnu: Add gdb-multiarch.
  2023-05-07  1:29 [bug#63340] [PATCH] gnu: Add gdb-multiarch iyzsong--- via Guix-patches via
@ 2023-08-28 10:55 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-28 10:55 UTC (permalink / raw)
  To: 63340-done


Pushed now, closing.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-28 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07  1:29 [bug#63340] [PATCH] gnu: Add gdb-multiarch iyzsong--- via Guix-patches via
2023-08-28 10:55 ` bug#63340: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).