On 11 May 2016 at 21:39, Sam McKelvie <sam...@gmail.com> 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