rudix-mac / rudix

Build system target on macOS with precompiled packages
https://rudix.org
BSD 3-Clause "New" or "Revised" License
194 stars 35 forks source link

qemu: update to QEMU 1.3.1 #5

Closed ehabkost closed 11 years ago

ehabkost commented 11 years ago

Signed-off-by: Eduardo Habkost ehabkost@raisama.net

I expected the binaries built using llvm-gcc to be completely broken, like the last time I tested it, but they are surprisingly working (I am booting an Ubuntu disk image right now). But I plan to send a pull request changing it to use clang, because inline asm support in i686-apple-darwin11-llvm-gcc-4.2 is not very reliable.

ehabkost commented 11 years ago

The branch was updated to force CC=clang.

ruda commented 11 years ago

Just a recommendation,try to submit changes in just one commit, because it's easier later to cherry pick and commit on other branches (other OS X versions).