On Thu, 6 Apr 2006 15:40:53 -0400
"Jim C. Brown" <[EMAIL PROTECTED]> wrote:

> having configure check for gcc3, gcc31, gcc32, gcc33, gcc34, etc
> before checking for gcc itself might work.
> 
> is it really worth the trouble to check every possible combination?
>[...]
> > IMHO this should be changed to avoid running things like this :
> > ./configure --cc=gcc32 --help

How about doing:

CC=gcc32 ./configure

-- 
Kevin F. Quinn

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to