summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-09-19 16:15:56 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-09-22 18:14:40 +0200
commitf275e5451d572fb9a31ae65996b2a1103ceeb817 (patch)
tree2e35477024dc2565b8becc3ac6014f67a6add731 /libre
parent18456a89882592b9008f2d2a4e6c4f6dbb53bda4 (diff)
downloadabslibre-f275e5451d572fb9a31ae65996b2a1103ceeb817.tar.gz
abslibre-f275e5451d572fb9a31ae65996b2a1103ceeb817.tar.bz2
abslibre-f275e5451d572fb9a31ae65996b2a1103ceeb817.zip
riscv32-elf toolchain: fix pkgdesc
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre')
-rw-r--r--libre/riscv32-elf-gcc-initial/PKGBUILD4
-rw-r--r--libre/riscv32-elf-gcc/PKGBUILD4
-rw-r--r--libre/riscv32-elf-newlib/PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/libre/riscv32-elf-gcc-initial/PKGBUILD b/libre/riscv32-elf-gcc-initial/PKGBUILD
index 7a1dd868e..925bcbda1 100644
--- a/libre/riscv32-elf-gcc-initial/PKGBUILD
+++ b/libre/riscv32-elf-gcc-initial/PKGBUILD
@@ -6,8 +6,8 @@ _pkgver=9.1.0
#_snapshot=8-20180824
pkgver=$_pkgver${_snapshot/*-/+}
_islver=0.21
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for SuperH target'
+pkgrel=2
+pkgdesc='The GNU Compiler Collection - cross compiler for RISC V 32 target'
arch=(x86_64 i686 armv7h)
url='http://gcc.gnu.org/'
license=(GPL LGPL FDL)
diff --git a/libre/riscv32-elf-gcc/PKGBUILD b/libre/riscv32-elf-gcc/PKGBUILD
index fbfd07271..8c4c7b62e 100644
--- a/libre/riscv32-elf-gcc/PKGBUILD
+++ b/libre/riscv32-elf-gcc/PKGBUILD
@@ -6,8 +6,8 @@ _pkgver=9.1.0
#_snapshot=8-20180824
pkgver=$_pkgver${_snapshot/*-/+}
_islver=0.21
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for SuperH target'
+pkgrel=2
+pkgdesc='The GNU Compiler Collection - cross compiler for RISC V 32 target'
arch=(x86_64 i686 armv7h)
url='http://gcc.gnu.org/'
license=(GPL LGPL FDL)
diff --git a/libre/riscv32-elf-newlib/PKGBUILD b/libre/riscv32-elf-newlib/PKGBUILD
index 87d91d642..c05277391 100644
--- a/libre/riscv32-elf-newlib/PKGBUILD
+++ b/libre/riscv32-elf-newlib/PKGBUILD
@@ -3,9 +3,9 @@
_target=riscv32-elf
pkgname=$_target-newlib
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded systems (SuperH)'
+pkgdesc='A C standard library implementation intended for use on embedded systems (RISC V 32)'
arch=(any)
url='http://www.sourceware.org/newlib/'
license=(BSD)