qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Statically Compiling including SDL


From: Peter Maydell
Subject: Re: [Qemu-devel] Statically Compiling including SDL
Date: Wed, 11 May 2016 23:42:45 +0100

On 11 May 2016 at 21:39, Sam McKelvie <address@hidden> wrote:
> Apologies for breaking the thread of the discussion; still
> haven’t figured out how to cold-respond to a thread without an incoming email.
>
> Thank you for your response. Indeed, for my purposes I only need the
> static linux-user binary, so I can just remove SDL and it’s not a problem.

You can use the --target-list=... options to configure to tell it
to only build the linux-user binaries you care about, or use
--disable-system --disable-tools to disable building of the
system-emulation binaries and the miscellaneous standalone tools.
I recommend one or the other if you're using --static
(and then you should not need to uninstall SDL to build).

thanks
-- PMM



reply via email to

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