qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] compile failure on macos: "only weak aliases are supported on darwin"
@ 2012-11-02  9:54 Peter Maydell
  2012-11-02 10:39 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2012-11-02  9:54 UTC (permalink / raw)
  To: QEMU Developers, Paolo Bonzini

Building on MacOS with clang has broken:

qmp.c:474:1: error: only weak aliases are supported on darwin
QEMU_WEAK_ALIAS(arch_query_cpu_definitions, default_arch_query_cpu_definitions);
^
./compiler.h:54:54: note: expanded from macro 'QEMU_WEAK_ALIAS'
        typeof(oldname) newname __attribute__((weak, alias (#oldname)))
                                                     ^
1 error generated.


Looks like commit 67d223be is the culprit (and QEMU_WEAK_ALIAS
isn't actually generated weak aliases?)

-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-02 10:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02  9:54 [Qemu-devel] compile failure on macos: "only weak aliases are supported on darwin" Peter Maydell
2012-11-02 10:39 ` Paolo Bonzini
2012-11-02 10:41   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).