From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdSei-0004XE-SI for qemu-devel@nongnu.org; Sat, 28 Feb 2009 12:07:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdSeg-0004UN-Pj for qemu-devel@nongnu.org; Sat, 28 Feb 2009 12:07:16 -0500 Received: from [199.232.76.173] (port=39873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdSeg-0004UC-LK for qemu-devel@nongnu.org; Sat, 28 Feb 2009 12:07:14 -0500 Received: from bsdimp.com ([199.45.160.85]:61310 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdSeg-0000GN-19 for qemu-devel@nongnu.org; Sat, 28 Feb 2009 12:07:14 -0500 Date: Sat, 28 Feb 2009 10:04:12 -0700 (MST) Message-Id: <20090228.100412.1365486626.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Document some missing options in configure -h From: "M. Warner Losh" In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, andreas.faerber@web.de In message: Andreas_F=E4rber writes: : Signed-off-by: Andreas Faerber : --- : This patch documents only these two for now. : Still undocumented here is --disable-gfx-checks. : = : diff --git a/configure b/configure : index 62925d8..75e1099 100755 : --- a/configure : +++ b/configure : @@ -531,6 +531,8 @@ echo " --cc=3DCC use C compiler= CC = : [$cc]" : echo " --host-cc=3DCC use C compiler CC [$host_cc] for= = : dyngen etc." : echo " --make=3DMAKE use specified make [$make]" : echo " --install=3DINSTALL use specified install [$install]= " : +echo " --extra-cflags=3DCFLAGS add C compiler flags CFLAGS" : +echo " --extra-ldflags=3DLDFLAGS add linker flags LDFLAGS" This spacing doesn't look like it lines up to me... : echo " --static enable static build [$static]" : echo " --enable-sparse enable sparse checker" : echo " --disable-sparse disable sparse checker (default)"