diff options
author | thatmadhacker <finman292004@gmail.com> | 2019-08-16 10:42:51 -0400 |
---|---|---|
committer | thatmadhacker <finman292004@gmail.com> | 2019-08-16 10:42:51 -0400 |
commit | 8d67ddf725b921cb56cf780c1f3f972c9acb8c96 (patch) | |
tree | 94d2a6f212da6853bb6f28b57b0cc9501cd1c690 | |
parent | Update for gcc 7.2.0 (diff) | |
download | i686-elf-gcc-8d67ddf725b921cb56cf780c1f3f972c9acb8c96.tar.xz |
Fixed the build and updated the gcc version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -1,8 +1,8 @@ -# Maintainer: Jannik Birk <birk.jannik@gmail.com> +# Maintainer: Finlay Maroney <finman292004@protonmail.com> _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 |