From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHM8v-0001gY-FW for qemu-devel@nongnu.org; Fri, 01 Apr 2005 08:24:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHM8o-0001cx-De for qemu-devel@nongnu.org; Fri, 01 Apr 2005 08:24:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHM8o-0001cu-3j for qemu-devel@nongnu.org; Fri, 01 Apr 2005 08:24:50 -0500 Received: from [193.252.22.30] (helo=smtp1.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHLpi-0003QS-Gc for qemu-devel@nongnu.org; Fri, 01 Apr 2005 08:05:06 -0500 Received: from me-wanadoo.net (localhost.fabulous.com [127.0.0.1]) by mwinf0108.wanadoo.fr (SMTP Server) with ESMTP id 723C51C00D01 for ; Fri, 1 Apr 2005 15:05:04 +0200 (CEST) Received: from [192.168.0.2] (AGrenoble-152-1-6-16.w82-122.abo.wanadoo.fr [82.122.4.16]) by mwinf0108.wanadoo.fr (SMTP Server) with ESMTP id 24FC71C00CFB for ; Fri, 1 Apr 2005 15:05:04 +0200 (CEST) From: =?ISO-8859-1?Q?J=E9r=F4me?= Bouat In-Reply-To: <1110228937.3297.18.camel@penguin> References: <1110228937.3297.18.camel@penguin> Content-Type: text/plain; charset=ISO-8859-15 Date: Fri, 01 Apr 2005 15:05:04 +0200 Message-Id: <1112360704.11489.11.camel@penguin> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] x86 emulated hardware : which make.conf options ? 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 I would like to install Gentoo Linux on QEmu. I want to compile some programs in order to fit QEmu emulated hardware. Here are the flags I assume to fit emulated hardware : I choosed -Os to optimize global speed (with emulation). Is it true ? --- CFLAGS=3D"-Os -fomit-frame-pointer -pipe -march=3Di386 -mno-mmx -mno-3dno= w -mno-sse2" CXXFLAGS=3D"${CFLAGS}" --- What do you think about it ? Thanks, J=E9r=F4me