From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= Subject: Re: [SeaBIOS] [PATCH] ld: don't hardcode "-melf_i386" Date: Tue, 15 Apr 2014 20:22:38 +0200 Message-ID: <534D78EE.2040105@citrix.com> References: <1397582552-51956-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wa80J-00028F-2U for xen-devel@lists.xenproject.org; Tue, 15 Apr 2014 18:22:43 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Idwer Vollering Cc: xen-devel@lists.xenproject.org, "seabios@seabios.org" , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 15/04/14 19:57, Idwer Vollering wrote: > 2014-04-15 19:22 GMT+02:00 Roger Pau Monne : >> On FreeBSD, the name of the emulation is "-melf_i386_fbsd", so allow >> SeaBIOS to fetch the emulation to use from the environment variables. >> >> This allows SeaBIOS to compile on FreeBSD with gcc. > > What about clang? On FreeBSD >= 10 you need gcc from ports. Well, as stated on the commit message, this only fixes the linker issue, it still requires gcc. I will certainly look into getting it compiled with clang, but it is not a priority for me right now. Roger.