From: "Jim C. Brown" <[EMAIL PROTECTED]>
   Date: Mon, 8 May 2006 11:12:54 -0400

   > Maybe make the check into a function, and if the first arg is distcc or 
ccache,

Do you know icecast or compilercache? Sorry, this is incorrect way by
definition.

   > check that the first arg is -x

This is also incorrect.

[EMAIL PROTECTED]:/tmp> alias compiler=gcc
[EMAIL PROTECTED]:/tmp> compiler -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
[...]
[EMAIL PROTECTED]:/tmp> [ -x compiler ] || echo ERROR
ERROR
[EMAIL PROTECTED]:/tmp> 

The only correct way is to *execute* simple test.
-- 
Pavel Janík

"With some developers it is not needed to run the code through
obfuscator... I have inherited code which only the compiler could
understand."      -- someone in LKML


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

Reply via email to