summaryrefslogtreecommitdiff
path: root/pcr/qemu-riscv-git
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-12 12:25:28 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-12 12:25:28 +0100
commit22e7c24afdc090e291f8ad11f59eeb10d1d44ed8 (patch)
tree47c1aee63ed4bfd1812fdf283cd8be2b9d2e3c0c /pcr/qemu-riscv-git
parentc572218c3ebf39b3a27df9aed75c5f00aef14786 (diff)
downloadabslibre-22e7c24afdc090e291f8ad11f59eeb10d1d44ed8.tar.gz
abslibre-22e7c24afdc090e291f8ad11f59eeb10d1d44ed8.tar.bz2
abslibre-22e7c24afdc090e291f8ad11f59eeb10d1d44ed8.zip
pcr/qemu-user-static-riscv-git: added
Diffstat (limited to 'pcr/qemu-riscv-git')
-rw-r--r--pcr/qemu-riscv-git/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/pcr/qemu-riscv-git/PKGBUILD b/pcr/qemu-riscv-git/PKGBUILD
index fedbb0ae9..5a4e352ec 100644
--- a/pcr/qemu-riscv-git/PKGBUILD
+++ b/pcr/qemu-riscv-git/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=qemu-riscv-git
_gitname=riscv-qemu
pkgname=(qemu-riscv-git qemu-riscv-headless-git qemu-riscv-arch-extra-git qemu-riscv-headless-arch-extra-git qemu-riscv-block-{iscsi-git,rbd-git,gluster-git} qemu-riscv-guest-agent-git)
-pkgdesc="A generic and open source machine emulator and virtualizer. Git version."
+pkgdesc="A generic and open source machine emulator and virtualizer. Git version with riscv support."
pkgver=2.11.50.r57991.713f2c1164
pkgrel=1
arch=(x86_64)
@@ -48,13 +48,12 @@ prepare() {
sed -i 's/vte-2\.90/vte-2.91/g' configure
# update git submodules
- scripts/git-submodule.sh update ui/keycodemapdb capstone
+ scripts/git-submodule.sh update ui/keycodemapdb capstone
}
build() {
_build full \
- --audio-drv-list="pa alsa sdl" \
- --disable-git-update
+ --audio-drv-list="pa alsa sdl"
_build headless \
--audio-drv-list= \
@@ -63,8 +62,7 @@ build() {
--disable-gtk \
--disable-vte \
--disable-opengl \
- --disable-virglrenderer \
- --disable-git-update
+ --disable-virglrenderer
}
_build() (
@@ -88,6 +86,7 @@ _build() (
--enable-modules \
--enable-jemalloc \
--disable-werror \
+ --disable-git-update \
"${@:2}"
make