guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 47b41dced835020f803dc56f52e949c94d2f7061
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 12:17:51 2026 +0200
gnu: Remove libstdc++-4.9.
* gnu/packages/gcc.scm (libstdc++-4.9): Delete variable.
---
gnu/packages/gcc.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index bddec56202..603b01ba12 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1335,9 +1335,6 @@ using compilers other than GCC."
(inputs `(("libstdc++" ,libstdc++)))
(synopsis "Headers of GNU libstdc++")))))
-(define-public libstdc++-4.9
- (make-libstdc++ gcc-4.9))
-
(define (make-libiberty gcc)
"Return a libiberty package based on GCC."
(package