From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christoph Egger" Subject: Re: [PATCH 1/3] Add support for OpenBSD Date: Tue, 17 Oct 2006 18:02:09 +0200 Message-ID: <200610171802.10462.Christoph.Egger@amd.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wednesday 18 October 2006 17:24, Keir Fraser wrote: > On 17/10/06 15:30, "Christoph Egger" wrote: > > I made the xen kernel buildable on OpenBSD. > > The first patch touches the buildsystem. > > Why is elf_{i386,x86_64}_obsd needed? Is OpenBSD so very special it needs > its own linkage target architecture? ld on OpenBSD complains that elf_i386 and elf_x86_64 are not supported. It expects elf_i386_obsd or elf_x86_64_obsd respectively.