diff options
author | Greg Hogan <code@greghogan.com> | 2024-01-09 18:21:09 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:29 +0200 |
commit | 18516a38186e13ea33ccdee4de1ecaae75c4832f (patch) | |
tree | f4f2021117909b741fe49d3c8339d514bb367939 | |
parent | f49586ec3f033d9d6bdb8982d2ffc054c6333074 (diff) | |
download | guix-18516a38186e13ea33ccdee4de1ecaae75c4832f.tar.gz guix-18516a38186e13ea33ccdee4de1ecaae75c4832f.zip |
dist_patch_DATA: Unregister unlisted patch.
This patch was delisted from gcc-11 in 22f06be9287e22272bf3f34b91e9711e29bea129
and was delisted from gcc-10 in 2fbb5398a39bf18e41235891a0740fa0bc4d7a4d (merged
from master in 190eff1d201a099542cc1d3406bcc1eda6a980da).
* gnu/local.mk (dist_patch_DATA): Remove
gcc-10-tree-sra-union-handling.patch.
Change-Id: I46fca2cb942463a6f2efdd4012f735ed0cbd881d
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 cebc99fbfa..c9621b67df 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1335,7 +1335,6 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-10-cross-environment-variables.patch \ %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/gcc-13-cross-system-header-dir.patch \ %D%/packages/patches/gcc-13.2.0-libstdc++-docbook-xsl-uri.patch \ |