guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: qemu-minimal: Add aarch64 to target list.


From: Efraim Flashner
Subject: 01/01: gnu: qemu-minimal: Add aarch64 to target list.
Date: Wed, 15 Mar 2017 12:06:48 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 378640ec37301de84f0ac7183aa88c52b25338c1
Author: Efraim Flashner <address@hidden>
Date:   Wed Mar 15 15:58:02 2017 +0200

    gnu: qemu-minimal: Add aarch64 to target list.
    
    * gnu/packages/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu'
    to the target list.
---
 gnu/packages/qemu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 3aa4128..d435939 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -197,7 +197,7 @@ server and embedded PowerPC, and S390 guests.")
     (arguments
      `(#:configure-flags
        ;; Restrict to the targets supported by Guix.
-       
'("--target-list=i386-softmmu,x86_64-softmmu,mips64el-softmmu,arm-softmmu")
+       
'("--target-list=i386-softmmu,x86_64-softmmu,mips64el-softmmu,arm-softmmu,aarch64-softmmu")
        ,@(package-arguments qemu)))
 
     ;; Remove dependencies on optional libraries, notably GUI libraries.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]