From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1EQt-0004xp-I2 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 09:19:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1EQp-00016K-B9 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 09:18:59 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:58968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1EQp-000154-4w for qemu-devel@nongnu.org; Tue, 24 Nov 2015 09:18:55 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1a1EQl-0002j4-Uf for qemu-devel@nongnu.org; Tue, 24 Nov 2015 14:18:51 +0000 From: Peter Maydell Date: Tue, 24 Nov 2015 14:18:49 +0000 Message-Id: <1448374731-10445-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1448374731-10445-1-git-send-email-peter.maydell@linaro.org> References: <1448374731-10445-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 2/4] default-configs/aarch64-linux-user.mak: Remove unused define List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 Reviewed-by: Laurent Desnogues Message-id: 1447690178-4560-1-git-send-email-peter.maydell@linaro.org --- default-configs/aarch64-linux-user.mak | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.9.1