From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWSvq-0000zW-Oo for qemu-devel@nongnu.org; Wed, 16 Oct 2013 11:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWSvk-0007hu-Pv for qemu-devel@nongnu.org; Wed, 16 Oct 2013 11:22:42 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:53754 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWSvk-0007hf-KN for qemu-devel@nongnu.org; Wed, 16 Oct 2013 11:22:36 -0400 References: <1381934232-55158-1-git-send-email-sson@FreeBSD.org> <1381934232-55158-19-git-send-email-sson@FreeBSD.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1381934232-55158-19-git-send-email-sson@FreeBSD.org> Date: Wed, 16 Oct 2013 16:22:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 18/18] bsd-user: add arm, mips and mips64 options to configure target-listt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stacey Son Cc: qemu-devel@nongnu.org sson@FreeBSD.org writes: > This change adds arm-bsd-user, mips-bsd-user, mips64-bsd-user, > mips64el-bsd-user, and mipsel-bsd-user as --target-list options to configure. > > Signed-off-by: Stacey Son > --- > new file mode 100644 > index 0000000..46d4aa2 > --- /dev/null > +++ b/default-configs/arm-bsd-user.mak > @@ -0,0 +1,3 @@ > +# Default configuration for arm-linux-user Comment wrong > + > +CONFIG_GDBSTUB_XML=y Given how little is typically in the -user .mak fragments I wonder what the point of them is. Should the build fall-back to a generic .mak fragment if there is no special config for a given build target? -- Alex Bennée