Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
@ 2022-12-03 11:22 7r3nzy
  2022-12-03 11:24 ` [PR PATCH] [Updated] " 7r3nzy
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-03 11:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

There is a new pull request by 7r3nzy against master on the void-packages repository

https://github.com/7r3nzy/void-packages cross-arm-none-eabi-gdb
https://github.com/void-linux/void-packages/pull/40887

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



A patch file from https://github.com/void-linux/void-packages/pull/40887.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-arm-none-eabi-gdb-40887.patch --]
[-- Type: text/x-diff, Size: 1213 bytes --]

From 35a3010ea1cad3d871b4715cce150ac17736e26f Mon Sep 17 00:00:00 2001
From: Abdul Rehman <7r3nzy@gmail.com>
Date: Sat, 3 Dec 2022 16:15:43 +0500
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12

---
 srcpkgs/cross-arm-none-eabi-gdb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 230562e973bc..a210728b977b 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=11.1
+version=12.1
 revision=3
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 make_check=no  # See gdb/template.
 patch_args="-Np1"
 

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
@ 2022-12-03 11:24 ` 7r3nzy
  2022-12-04 13:16 ` [PR REVIEW] " paper42
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-03 11:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

There is an updated pull request by 7r3nzy against master on the void-packages repository

https://github.com/7r3nzy/void-packages cross-arm-none-eabi-gdb
https://github.com/void-linux/void-packages/pull/40887

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



A patch file from https://github.com/void-linux/void-packages/pull/40887.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-arm-none-eabi-gdb-40887.patch --]
[-- Type: text/x-diff, Size: 1301 bytes --]

From b34cae08ec924c1496cea9c884ad1a44f62214ad Mon Sep 17 00:00:00 2001
From: Abdul Rehman <7r3nzy@gmail.com>
Date: Sat, 3 Dec 2022 16:15:43 +0500
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12

---
 srcpkgs/cross-arm-none-eabi-gdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 230562e973bc..ed9bb305daff 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=11.1
-revision=3
+version=12.1
+revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
  --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 make_check=no  # See gdb/template.
 patch_args="-Np1"
 

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
  2022-12-03 11:24 ` [PR PATCH] [Updated] " 7r3nzy
@ 2022-12-04 13:16 ` paper42
  2022-12-04 13:20 ` 7r3nzy
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-04 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038968910

Comment:
this line shouldn't be necessary now, could you remove it?

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
  2022-12-03 11:24 ` [PR PATCH] [Updated] " 7r3nzy
  2022-12-04 13:16 ` [PR REVIEW] " paper42
@ 2022-12-04 13:20 ` 7r3nzy
  2022-12-04 13:29 ` [PR PATCH] [Updated] " 7r3nzy
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 13:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New review comment by 7r3nzy on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038969677

Comment:
Sure thing

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (2 preceding siblings ...)
  2022-12-04 13:20 ` 7r3nzy
@ 2022-12-04 13:29 ` 7r3nzy
  2022-12-04 13:30 ` [PR REVIEW] " 7r3nzy
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 13:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

There is an updated pull request by 7r3nzy against master on the void-packages repository

https://github.com/7r3nzy/void-packages cross-arm-none-eabi-gdb
https://github.com/void-linux/void-packages/pull/40887

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



A patch file from https://github.com/void-linux/void-packages/pull/40887.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-arm-none-eabi-gdb-40887.patch --]
[-- Type: text/x-diff, Size: 2126 bytes --]

From 1794994a7923e5edd525e5943e1a7efe6763c62d Mon Sep 17 00:00:00 2001
From: Abdul Rehman <7r3nzy@gmail.com>
Date: Sun, 4 Dec 2022 18:29:51 +0500
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12

---
 .../patches/gdb-mips-linux-nat.patch                  | 11 -----------
 srcpkgs/cross-arm-none-eabi-gdb/template              |  7 +++----
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch b/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch
deleted file mode 100644
index ec4e9c2666f5..000000000000
--- a/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gdb/mips-linux-nat.c
-+++ b/gdb/mips-linux-nat.c
-@@ -31,7 +31,7 @@
- #include "gdb_proc_service.h"
- #include "gregset.h"
- 
--#include <sgidefs.h>
-+#include <asm/sgidefs.h>
- #include "nat/gdb_ptrace.h"
- #include <asm/ptrace.h>
- #include "inf-ptrace.h"
diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 230562e973bc..110caea9fc70 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=11.1
-revision=3
+version=12.1
+revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
  --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl
@@ -18,9 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 make_check=no  # See gdb/template.
-patch_args="-Np1"
 
 if [ "${CROSS_BUILD}" ]; then
 	# Make python3.x detection work in cross builds

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (3 preceding siblings ...)
  2022-12-04 13:29 ` [PR PATCH] [Updated] " 7r3nzy
@ 2022-12-04 13:30 ` 7r3nzy
  2022-12-04 13:34 ` paper42
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 13:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New review comment by 7r3nzy on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038971213

Comment:
@paper42 I have removed the patch file as well

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (4 preceding siblings ...)
  2022-12-04 13:30 ` [PR REVIEW] " 7r3nzy
@ 2022-12-04 13:34 ` paper42
  2022-12-04 13:36 ` 7r3nzy
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-04 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038971900

Comment:
It still applies, no? Is it fixed upstream in a different way?

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (5 preceding siblings ...)
  2022-12-04 13:34 ` paper42
@ 2022-12-04 13:36 ` 7r3nzy
  2022-12-04 14:01 ` paper42
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New review comment by 7r3nzy on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038972171

Comment:
So actually I only made sure that it still builds without the patch in gcc12 and current gcc

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (6 preceding siblings ...)
  2022-12-04 13:36 ` 7r3nzy
@ 2022-12-04 14:01 ` paper42
  2022-12-04 14:28 ` 7r3nzy
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-04 14:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038976153

Comment:
I would guess this is only required for mips and other gdb packages still have it, so if you are not sure it's not required anymore, please don't remove it.

cc @unspecd

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

* Re: [PR REVIEW] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (7 preceding siblings ...)
  2022-12-04 14:01 ` paper42
@ 2022-12-04 14:28 ` 7r3nzy
  2022-12-04 14:31 ` [PR PATCH] [Updated] " 7r3nzy
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 14:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New review comment by 7r3nzy on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#discussion_r1038980131

Comment:
Ah Okay

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (8 preceding siblings ...)
  2022-12-04 14:28 ` 7r3nzy
@ 2022-12-04 14:31 ` 7r3nzy
  2022-12-04 14:47 ` paper42
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: 7r3nzy @ 2022-12-04 14:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

There is an updated pull request by 7r3nzy against master on the void-packages repository

https://github.com/7r3nzy/void-packages cross-arm-none-eabi-gdb
https://github.com/void-linux/void-packages/pull/40887

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



A patch file from https://github.com/void-linux/void-packages/pull/40887.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-arm-none-eabi-gdb-40887.patch --]
[-- Type: text/x-diff, Size: 1383 bytes --]

From 0f881966407822d37211c4e48596902c69a845cd Mon Sep 17 00:00:00 2001
From: Abdul Rehman <7r3nzy@gmail.com>
Date: Sun, 4 Dec 2022 19:31:37 +0500
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12

---
 srcpkgs/cross-arm-none-eabi-gdb/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 230562e973bc..110caea9fc70 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=11.1
-revision=3
+version=12.1
+revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
  --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl
@@ -18,9 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 make_check=no  # See gdb/template.
-patch_args="-Np1"
 
 if [ "${CROSS_BUILD}" ]; then
 	# Make python3.x detection work in cross builds

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (9 preceding siblings ...)
  2022-12-04 14:31 ` [PR PATCH] [Updated] " 7r3nzy
@ 2022-12-04 14:47 ` paper42
  2022-12-04 14:50 ` [PR PATCH] [Merged]: " paper42
  2023-10-26 15:33 ` riddicc
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-04 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/7r3nzy/void-packages cross-arm-none-eabi-gdb
https://github.com/void-linux/void-packages/pull/40887

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



A patch file from https://github.com/void-linux/void-packages/pull/40887.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-arm-none-eabi-gdb-40887.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From b1726c2b195314b0e67364eeb99ed988e9fe39ad Mon Sep 17 00:00:00 2001
From: Abdul Rehman <7r3nzy@gmail.com>
Date: Sun, 4 Dec 2022 19:31:37 +0500
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1.

---
 srcpkgs/cross-arm-none-eabi-gdb/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 230562e973bc..110caea9fc70 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=11.1
-revision=3
+version=12.1
+revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
  --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl
@@ -18,9 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 make_check=no  # See gdb/template.
-patch_args="-Np1"
 
 if [ "${CROSS_BUILD}" ]; then
 	# Make python3.x detection work in cross builds

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

* Re: [PR PATCH] [Merged]: cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (10 preceding siblings ...)
  2022-12-04 14:47 ` paper42
@ 2022-12-04 14:50 ` paper42
  2023-10-26 15:33 ` riddicc
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-04 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

There's a merged pull request on the void-packages repository

cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
https://github.com/void-linux/void-packages/pull/40887

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch (cross built from x86-64)



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

* Re: cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12
  2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
                   ` (11 preceding siblings ...)
  2022-12-04 14:50 ` [PR PATCH] [Merged]: " paper42
@ 2023-10-26 15:33 ` riddicc
  12 siblings, 0 replies; 14+ messages in thread
From: riddicc @ 2023-10-26 15:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

New comment by riddicc on void-packages repository

https://github.com/void-linux/void-packages/pull/40887#issuecomment-1781364944

Comment:
uhm? why is cross-arm-none-eabi-gcc still 9.3? is there something wrong with ur automatic proceedings?

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

end of thread, other threads:[~2023-10-26 15:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03 11:22 [PR PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 7r3nzy
2022-12-03 11:24 ` [PR PATCH] [Updated] " 7r3nzy
2022-12-04 13:16 ` [PR REVIEW] " paper42
2022-12-04 13:20 ` 7r3nzy
2022-12-04 13:29 ` [PR PATCH] [Updated] " 7r3nzy
2022-12-04 13:30 ` [PR REVIEW] " 7r3nzy
2022-12-04 13:34 ` paper42
2022-12-04 13:36 ` 7r3nzy
2022-12-04 14:01 ` paper42
2022-12-04 14:28 ` 7r3nzy
2022-12-04 14:31 ` [PR PATCH] [Updated] " 7r3nzy
2022-12-04 14:47 ` paper42
2022-12-04 14:50 ` [PR PATCH] [Merged]: " paper42
2023-10-26 15:33 ` riddicc

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 NNTP newsgroup(s).