qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] build: link with libatomic on powerpc-linux


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] build: link with libatomic on powerpc-linux
Date: Fri, 1 Apr 2016 13:24:07 +0100

On 1 April 2016 at 13:00, Olaf Hering <address@hidden> wrote:
> Building on powerpc-linux fails with undefined reference to __atomic_load_8 in
> icount_warp_rt(). Force linking to -latomic.

We should instead be fixing this by not doing atomic operations
on types of larger than void*. This also causes problems on x86
BSDs. I think there's already a proposed patch on the list for that.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]