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

Re: new port: QCad



CC="${CC}" is prefered.

// Brad

brad@comstyle.com
brad@openbsd.org

>> - 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 :)