From 8d67ddf725b921cb56cf780c1f3f972c9acb8c96 Mon Sep 17 00:00:00 2001 From: thatmadhacker Date: Fri, 16 Aug 2019 10:42:51 -0400 Subject: Fixed the build and updated the gcc version --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 953e7c8..c4f808d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = i686-elf-gcc pkgdesc = The GNU Compiler Collection - cross compiler for i686-elf target - pkgver = 7.2.0 + pkgver = 9.2.0 pkgrel = 1 url = http://gcc.gnu.org/ arch = i686 @@ -13,9 +13,9 @@ pkgbase = i686-elf-gcc depends = mpfr depends = gmp options = !emptydirs - source = https://mirrors.kernel.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz + source = https://mirrors.kernel.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz source = libiberty-ignore-cflags.patch - sha256sums = 1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a + sha256sums = ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206 sha256sums = 8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c pkgname = i686-elf-gcc diff --git a/PKGBUILD b/PKGBUILD index ca2ca89..591efb8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: Jannik Birk +# Maintainer: Finlay Maroney _target=i686-elf pkgname=$_target-gcc -pkgver=7.2.0 +pkgver=9.2.0 pkgrel=1 pkgdesc='The GNU Compiler Collection - cross compiler for i686-elf target' arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=($_target-binutils zlib libmpc mpfr gmp) options=(!emptydirs) source=("https://mirrors.kernel.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz" "libiberty-ignore-cflags.patch") -sha256sums=('1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a' +sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206' '8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c') _basedir=gcc-$pkgver -- cgit v1.2.1