From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HO7lz-0004c7-3n for qemu-devel@nongnu.org; Mon, 05 Mar 2007 02:38:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HO7lx-0004bt-Fd for qemu-devel@nongnu.org; Mon, 05 Mar 2007 02:38:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO7lx-0004bq-Bt for qemu-devel@nongnu.org; Mon, 05 Mar 2007 02:38:17 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HO7lw-0006XT-P8 for qemu-devel@nongnu.org; Mon, 05 Mar 2007 02:38:17 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by mx20.gnu.org with esmtp (Exim 4.52) id 1HO7lu-0003bi-T6 for qemu-devel@nongnu.org; Mon, 05 Mar 2007 02:38:15 -0500 Received: by ug-out-1314.google.com with SMTP id j40so1135556ugd for ; Sun, 04 Mar 2007 23:38:13 -0800 (PST) Message-ID: Date: Mon, 5 Mar 2007 08:38:12 +0100 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] FreeBSD Support In-Reply-To: <20070303221259.GB27476@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702161402.23660.cwolsen@domainatlantic.com> <200702192110.52907.cwolsen@domainatlantic.com> <200702200241.26220.paul@codesourcery.com> <200702192226.45410.cwolsen@domainatlantic.com> <20070303221259.GB27476@networkno.de> Reply-To: balrogg@gmail.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thiemo Seufer Cc: qemu-devel@nongnu.org Hi, On 03/03/07, Thiemo Seufer wrote: > andrzej zaborowski wrote: > > Hi, > > > > On 20/02/07, Christopher Olsen wrote: > > >Ok FreeBSD Support round one.. > > > > > >Be gentle this is my first attempt at working with the rest of this > > >community.. > > > > > >Files it modifies and the reasons are as follows > > > > > >configure - Adds HOST_FREEBSD type to alter included libraries FreeBSD does > > >not need -ltr > > >Makefile.target - Once again uses HOST_FREEBSD to avoid including -ltr > > > > See http://lists.gnu.org/archive/html/qemu-devel/2006-11/msg00166.html > > - I believe this is a more appropriate way to select -lrt. > > The solaris part there looked a bit inconsistent, is the appended > version ok? It works for FreeBSD, I think it's Ok. Regards, Andrew