On Thu, Aug 02, 2001 at 12:59:47PM +0000, Christian Weisgerber wrote:
>
> - Do not hardwire CC and CXX. People may want to build with an
> alternative compiler.
>
So, what's the prefered method?
CC ?= gcc OR
CC = OR
CC = ${CC}
Thanks for looking at the port :)
<jakemsr@clipper.net>