OSDN Git Service

default-configs/aarch64-linux-user.mak: Remove unused define
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 Nov 2015 14:12:15 +0000 (14:12 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 24 Nov 2015 14:12:15 +0000 (14:12 +0000)
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 <peter.maydell@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id: 1447690178-4560-1-git-send-email-peter.maydell@linaro.org

default-configs/aarch64-linux-user.mak

index 3df7de5..0a5b08a 100644 (file)
@@ -1,3 +1 @@
 # Default configuration for aarch64-linux-user
-
-CONFIG_GDBSTUB_XML=y