From patchwork Thu Jun 21 06:25:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 932591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="gKDWqo9Z"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41BCKC4fm0z9s2L for ; Thu, 21 Jun 2018 17:01:03 +1000 (AEST) Received: from localhost ([::1]:53430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVtaX-00037V-9j for incoming@patchwork.ozlabs.org; Thu, 21 Jun 2018 03:01:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVtIB-0004zi-Ol for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVtIA-0003Pf-Tt for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:03 -0400 Received: from mail-wr0-x243.google.com ([2a00:1450:400c:c0c::243]:38410) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVtIA-0003Of-OD for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:02 -0400 Received: by mail-wr0-x243.google.com with SMTP id e18-v6so1863017wrs.5 for ; Wed, 20 Jun 2018 23:42:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UNtcxCZwD82houSdFryc5MDerGf0aeOxHsKXqablM8s=; b=gKDWqo9ZSXu7dFXRCOZDC+TSf9nBNqyN2QefjB8jB7WeFKx6avWLXLKC8PW2+wv/Qq ItcU0P7rjS71XC1g8MGK6BYPD72n8C7j12OPilaMULsnWrxcTdYB0NPkj33IidMKclIo OtAN3JbiSSJy3o6SZQjZqai+RF30OWAAL24f0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UNtcxCZwD82houSdFryc5MDerGf0aeOxHsKXqablM8s=; b=tIENEyBa1LkuIZx1GkNSeV9VjsGci69fxjN6ZByJT1I1lMJ79HRgB7zBR/R9+khFB9 bFY6++/GbQS+kQUGhxxJgDi5WNNc5TF6x7iLtqsDFJmBKiTSzlVYwpxZ5CDiRUMKmA3+ VLGyuPu3sByIMS5yvhVz/8wb6GMOGQiLMquiUkiELqET0eTG8qqU6NdTLt4/u40yxy2J IC76iRBo5QLAJrFfdl81sBePFWcpX+LMtNv6IykQ3eQOvWtl4AoQprd7m0gn1HrMbrr1 LTyCwaRFym4kPvViFfv7cBbVmb4m4QhH6kqGmZMHV451McvXNVtwSw7K+1wLNUpaqCKQ 4vgA== X-Gm-Message-State: APt69E1ZMZPVUkUxlQR5G+CUmmClxfBo1l+Pl3SMFX0zcavpT++QGMJM Y13PzUfg8I/X+x2haiLQ9DlWUQ== X-Google-Smtp-Source: ADUXVKJFlduDTD3FPcBvRJESXgGyXtAolV5Gjo8mcr43gZz8CsbO9/Ld+vdU5p146sL1ZIVFyrQYXw== X-Received: by 2002:adf:d84a:: with SMTP id k10-v6mr20332026wrl.26.1529563321730; Wed, 20 Jun 2018 23:42:01 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id p3-v6sm4156567wrn.31.2018.06.20.23.41.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Jun 2018 23:41:56 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 6CA763E0CEF; Thu, 21 Jun 2018 07:26:07 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Thu, 21 Jun 2018 07:25:34 +0100 Message-Id: <20180621062605.941-27-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180621062605.941-1-alex.bennee@linaro.org> References: <20180621062605.941-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c0c::243 Subject: [Qemu-devel] [PULL v2 26/57] tests/tcg: enable building for AArch64 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: agraf@suse.de, =?utf-8?q?Alex_Benn=C3=A9e?= , richard.henderson@linaro.org, qemu-devel@nongnu.org, f4bug@amsat.org, cota@braap.org, "open list:ARM" , famz@redhat.com, aurelien@aurel32.net Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" We only have compilers for the (default) little endian variants. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé diff --git a/MAINTAINERS b/MAINTAINERS index a6d233a43a..de1ae8423e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -136,6 +136,7 @@ L: qemu-arm@nongnu.org S: Maintained F: target/arm/ F: tests/tcg/arm/ +F: tests/tcg/aarch64/ F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h diff --git a/tests/tcg/aarch64/Makefile.include b/tests/tcg/aarch64/Makefile.include new file mode 100644 index 0000000000..de32c91235 --- /dev/null +++ b/tests/tcg/aarch64/Makefile.include @@ -0,0 +1,8 @@ +# Makefile.include for AArch64 targets +# +# We don't have any bigendian build tools so we only use this for AArch64 + +ifeq ($(TARGET_NAME),aarch64) +DOCKER_IMAGE=debian-arm64-cross +DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc +endif