[pve-devel] [PATCH qemu 3/3] debian/rules: build also bin/qemu-system-arm and bin/qemu-system-aarch64
Geert Stappers
stappers at stappers.it
Mon Feb 19 20:53:13 CET 2018
Signed-off-by: Geert Stappers <stappers at stappers.it>
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index a5d1e55..e595483 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ TRGTS +=--target-list=\"
TRGTS +=$(ARCH)-softmmu
# for build host
# next placeholder for additional targets
-#TRGTS +=arm-softmmu
-#TRGTS +=aarch64-softmmu
+TRGTS +=arm-softmmu
+TRGTS +=aarch64-softmmu
#TRGTS +=mips-softmmu
#TRGTS +=mipsel-softmmu
TRGTS +=\"
--
1.7.10.4
More information about the pve-devel
mailing list