From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VstYk-0005qO-C1 for qemu-devel@nongnu.org; Tue, 17 Dec 2013 07:15:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VstYc-0001Y8-5s for qemu-devel@nongnu.org; Tue, 17 Dec 2013 07:15:34 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:43519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VstYb-0001Xh-VI for qemu-devel@nongnu.org; Tue, 17 Dec 2013 07:15:26 -0500 From: Peter Maydell Date: Tue, 17 Dec 2013 12:15:22 +0000 Message-Id: <1387282522-11280-8-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1387282522-11280-1-git-send-email-peter.maydell@linaro.org> References: <1387282522-11280-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 7/7] default-configs: Add config for aarch64-softmmu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvmarm@lists.cs.columbia.edu, Christoffer Dall , patches@linaro.org Add a config for aarch64-softmmu; this enables building of this target. The resulting executable doesn't know about any 64 bit CPUs, but all the 32 bit CPUs and board models work. Signed-off-by: Peter Maydell Message-id: 1385645602-18662-8-git-send-email-peter.maydell@linaro.org --- default-configs/aarch64-softmmu.mak | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 default-configs/aarch64-softmmu.mak diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak new file mode 100644 index 0000000..6d3b5c7 --- /dev/null +++ b/default-configs/aarch64-softmmu.mak @@ -0,0 +1,6 @@ +# Default configuration for aarch64-softmmu + +# We support all the 32 bit boards so need all their config +include arm-softmmu.mak + +# Currently no 64-bit specific config requirements -- 1.8.5