summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-18 19:45:16 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-18 19:45:16 +0100
commitdd4e4b037665f762e9d066af00f2e57a92c2e3bf (patch)
treec9aeb31b3b2fee6ad5a4005d8ec8cdd3df297365 /gnu/packages/gcc.scm
parentc4d769d359c67680fe55c3b71e659cd31837f3ec (diff)
downloadpatches-dd4e4b037665f762e9d066af00f2e57a92c2e3bf.tar
patches-dd4e4b037665f762e9d066af00f2e57a92c2e3bf.tar.gz
gnu: GCC@9: Remove obsolete patch.
This patch became obsolete when the update to 9.3.0 was merged (commit 3dade1d59e7b4caa641670a76c0c48b4c90f6b3c). * gnu/packages/patches/gcc-9-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-9)[source](patches): Remove it.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 09367d8184..f465470d49 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -560,7 +560,6 @@ It also includes runtime support libraries for these languages.")))
(base32
"1la2yy27ziasyf0jvzk58y1i5b5bq2h176qil550bxhifs39gqbi"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
- "gcc-9-libsanitizer-mode-size.patch"
"gcc-9-asan-fix-limits-include.patch"
"gcc-5.0-libvtv-runpath.patch"))))))