Re: [Qemu-devel] [PATCH v2] configure: Default to 'cc', not 'gcc'

2012-12-08 Thread Blue Swirl
Thanks, applied. On Fri, Dec 7, 2012 at 3:39 PM, Peter Maydell wrote: > Default to 'cc' as our compiler, rather than 'gcc'. We used to have > to insist on gcc when we still kept the CPU env in a fixed global > register, but this is no longer necessary and we will now compile OK > on clang as well

[Qemu-devel] [PATCH v2] configure: Default to 'cc', not 'gcc'

2012-12-07 Thread Peter Maydell
Default to 'cc' as our compiler, rather than 'gcc'. We used to have to insist on gcc when we still kept the CPU env in a fixed global register, but this is no longer necessary and we will now compile OK on clang as well as gcc. Using 'cc' should generally result in us using the most standard and m