summaryrefslogtreecommitdiff
path: root/pcr/riscv64-linux-gnu-glibc
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-20 13:26:41 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-20 13:26:41 +0100
commitaa5a1b49d9f7eda4b864d12e90c2cf49fda43f35 (patch)
tree3330fad90f88ba09b7b473330d363fa6fc981259 /pcr/riscv64-linux-gnu-glibc
parent5dc7c715dbe22e410ce8ab33b6dd2d41f4401122 (diff)
downloadabslibre-aa5a1b49d9f7eda4b864d12e90c2cf49fda43f35.tar.gz
abslibre-aa5a1b49d9f7eda4b864d12e90c2cf49fda43f35.tar.bz2
abslibre-aa5a1b49d9f7eda4b864d12e90c2cf49fda43f35.zip
pcr/riscv64-*: updated
Diffstat (limited to 'pcr/riscv64-linux-gnu-glibc')
-rw-r--r--pcr/riscv64-linux-gnu-glibc/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/pcr/riscv64-linux-gnu-glibc/PKGBUILD b/pcr/riscv64-linux-gnu-glibc/PKGBUILD
index 124836d15..95b36be1c 100644
--- a/pcr/riscv64-linux-gnu-glibc/PKGBUILD
+++ b/pcr/riscv64-linux-gnu-glibc/PKGBUILD
@@ -10,7 +10,7 @@ _snapshot=20171231
pkgver=2.26.v$_snapshot
pkgrel=1
pkgdesc="GNU C Library riscv64 target"
-arch=(any)
+arch=('x86_64')
url='https://github.com/riscv/riscv-gnu-toolchain'
license=('GPL' 'LGPL')
depends=($_target-gcc $_target-linux-api-headers)
@@ -59,7 +59,6 @@ build() {
--disable-multilib \
--enable-kernel=3.0.0
- echo "build-programs=no" >> configparms
make
}
@@ -67,6 +66,4 @@ package() {
cd glibc-build
make install_root=$pkgdir/usr/$_target install
-
- rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
}