diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-14 11:43:38 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-14 11:43:38 +0200 |
commit | 66b5d33c4ff8d146fa7f0e6e642008ac7e8cfb9d (patch) | |
tree | f784fee6eeff3c12906c896d0ad0919d51ea9ff3 /gnu/local.mk | |
parent | 9900f9e9b86550e7d336b04ad46fba088e28cbd6 (diff) | |
download | guix-66b5d33c4ff8d146fa7f0e6e642008ac7e8cfb9d.tar guix-66b5d33c4ff8d146fa7f0e6e642008ac7e8cfb9d.tar.gz |
Revert "gnu: gcc-11: Fix build on powerpc64le."
This reverts commit 9900f9e9b86550e7d336b04ad46fba088e28cbd6.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1255846462..b07811f1cb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1184,7 +1184,6 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-11-libstdc++-hurd-libpthread.patch \ %D%/packages/patches/gcc-12-cross-environment-variables.patch \ %D%/packages/patches/gcc-10-tree-sra-union-handling.patch \ - %D%/packages/patches/gcc-11-libstdc++-powerpc.patch \ %D%/packages/patches/gcolor3-update-libportal-usage.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gd-brect-bounds.patch \ |