[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70351] [PATCH 0/3] gnu: cross-gcc: Support GCC 13.
From: |
Jean-Pierre De Jesus Diaz |
Subject: |
[bug#70351] [PATCH 0/3] gnu: cross-gcc: Support GCC 13. |
Date: |
Fri, 12 Apr 2024 11:22:59 +0000 |
This patch series fixes the build of cross compilers for GCC 13,
first a patch was avoided for GCC 13 as it is not needed anymore
and a patch was added to fix compilation as in GCC 13 the way
that --includedir and --with-native-system-header-dir changed
the way it works and assumed that --includedir is where the
system headers are installed.
This fixes the issue: <https://issues.guix.gnu.org/69913>.
(Sent again the cover letter since I forgot to :w it seems).
On Fri, Apr 12, 2024 at 10:49 AM Jean-Pierre De Jesus DIAZ
<jean@foundation.xyz> wrote:
>
> *** BLURB HERE ***
>
> Jean-Pierre De Jesus DIAZ (3):
> gnu: cross-gcc-patches: Avoid patch for GCC 13+.
> gnu: cross-gcc: Add patch for GCC 13.
> gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain-13.
>
> gnu/local.mk | 1 +
> gnu/packages/cross-base.scm | 8 ++++-
> gnu/packages/cross-toolchain.scm | 5 +++
> .../gcc-13-cross-system-header-dir.patch | 32 +++++++++++++++++++
> 4 files changed, 45 insertions(+), 1 deletion(-)
> create mode 100644 gnu/packages/patches/gcc-13-cross-system-header-dir.patch
>
>
> base-commit: 4e7337536ba41e888a601c92fada8a4adca9d2c6
> --
> 2.41.0
>