qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 996303] Re: does not work with clang


From: Peter Maydell
Subject: [Qemu-devel] [Bug 996303] Re: does not work with clang
Date: Thu, 27 Sep 2012 11:26:23 -0000

>  I removed register from the variable declaration

That is going to be badly broken somewhere along the line for at least
some CPU targets: don't try to ship that!

This is all fixed properly in git master (because Blue Swirl committed a lot of 
patches that let us finally drop the need for that global register variable), 
so either:
 (1) compile with a real gcc (not llvm-gcc or clang)
 (2) use git master
 (3) wait for 1.3.

For fink it should be entirely possible to use option (1) I would have
thought.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/996303

Title:
  does not work with clang

Status in QEMU:
  Fix Committed

Bug description:
  Frozen on start.

  CPU: dual-core 64-bit penryn
  MacOS: 10.7.3-x86_64
  Xcode: 4.3.2
  CC: /usr/bin/clang
  CXX: /usr/bin/clang++ => /usr/bin/clang
  LD: /usr/bin/clang
  CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
  CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
  MAKEFLAGS: -j2

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/996303/+subscriptions



reply via email to

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