autoconf
[Top][All Lists]
Advanced

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

Preferring a specific compiler?


From: Dan Stromberg
Subject: Preferring a specific compiler?
Date: Tue, 31 May 2005 10:27:01 -0700
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

I have an app I'd like to compile with tcc -b if available, otherwise try
gcc, and if that is unavailable too, then try cc.

autoconf seems to want to do gcc, falling back on cc, out of the box.

But how might I make it prefer tcc -b over gcc?

Thanks!






reply via email to

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