Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 23:08:52 +0100 (CET)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        marsgmiro@gmail.com
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: qemu unbuildable on FreeBSD 5.4/amd64
Message-ID:  <200511142208.jAEM8q7p002489@saturn.kn-bremen.de>
In-Reply-To: <28edec3c0511131931s36a5734epf2728cf0a1bf8a46@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <28edec3c0511131931s36a5734epf2728cf0a1bf8a46@mail.gmail.com> you write:
>Greetz!
>
> I find that the latest qemu is unbuildable on FreeBSD 5.4/amd64:
>===> qemu-0.7.2s.20051030 is only for amd64 i386, and you are running x86_64.
>
> In the Makefile, if i take out these out:
> .if ${ARCH} == "amd64"
>ARCH=           x86_64
>.endif
>[...]

> However if I don't, and I just add x86_64 to the supported archs:
> -ONLY_FOR_ARCHS=        amd64 i386
>+ONLY_FOR_ARCHS=        amd64 i386 x86_64
>
> It gets built and runs fine on my virtual machines.

Oh.  Looks like something changed that made this necessary.
Thanx for the report, fix submitted.

	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511142208.jAEM8q7p002489>