summaryrefslogtreecommitdiff
path: root/repo/devel
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-22 23:32:55 +0000
committerdavidovski <david@davidovski.xyz>2022-01-22 23:32:55 +0000
commitc6e60b5d9922b6421a9461862b3d4cb77427be7d (patch)
tree1e856ecf82b4cb4c9a53b483e44742f5f5a724ed /repo/devel
parent9d151309511afad8a42c3e53af16ce443faa0026 (diff)
downgraded gcc
Diffstat (limited to 'repo/devel')
-rw-r--r--repo/devel/gcc.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild
index f18b57a..c74de26 100644
--- a/repo/devel/gcc.xibuild
+++ b/repo/devel/gcc.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS=(grep make )
DEPS=(glibc)
-PKG_VER=11.2.0
+PKG_VER=11.1.0
SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz
DESC="The GNU Compiler Collection - C and C++ frontends"