From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLTTo-0003ht-Ps for qemu-devel@nongnu.org; Sun, 25 Feb 2007 19:12:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLTTn-0003hh-CS for qemu-devel@nongnu.org; Sun, 25 Feb 2007 19:12:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLTTn-0003he-8K for qemu-devel@nongnu.org; Sun, 25 Feb 2007 19:12:35 -0500 Received: from wr-out-0506.google.com ([64.233.184.224]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLTTm-0005AM-WD for qemu-devel@nongnu.org; Sun, 25 Feb 2007 19:12:35 -0500 Received: by wr-out-0506.google.com with SMTP id 68so1216599wri for ; Sun, 25 Feb 2007 16:12:33 -0800 (PST) Message-ID: Date: Mon, 26 Feb 2007 01:12:33 +0100 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] FreeBSD Support In-Reply-To: <200702192226.45410.cwolsen@domainatlantic.com> 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> 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: qemu-devel@nongnu.org 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. Regards, Andrew