From patchwork Mon Nov 16 16:09:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 56663 Delivered-To: patches@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp1404463lbb; Mon, 16 Nov 2015 08:09:39 -0800 (PST) X-Received: by 10.28.129.82 with SMTP id c79mr20910337wmd.80.1447690178992; Mon, 16 Nov 2015 08:09:38 -0800 (PST) Return-Path: Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id m10si9263163wmg.110.2015.11.16.08.09.38 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 16 Nov 2015 08:09:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::1 as permitted sender) client-ip=2001:8b0:1d0::1; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::1 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1ZyMLa-0001C1-2X; Mon, 16 Nov 2015 16:09:38 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org Subject: [PATCH for-2.5] default-configs/aarch64-linux-user.mak: Remove unused define Date: Mon, 16 Nov 2015 16:09:38 +0000 Message-Id: <1447690178-4560-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 The uses of the CONFIG_GDBSTUB_XML define were removed in commit b77abd95a9484c, but the define in aarch64-linux-user.mak somehow escaped the cull (the patchset probably crossed in the mail with the patches adding aarch64 support). Remove the stray define. Signed-off-by: Peter Maydell --- Harmless, but we might as well drop this patch into 2.5... default-configs/aarch64-linux-user.mak | 2 -- 1 file changed, 2 deletions(-) -- 1.9.1 diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak index 3df7de5..0a5b08a 100644 --- a/default-configs/aarch64-linux-user.mak +++ b/default-configs/aarch64-linux-user.mak @@ -1,3 +1 @@ # Default configuration for aarch64-linux-user - -CONFIG_GDBSTUB_XML=y