Re: svn commit: r301394 - head [If X_COMPILER_TYPE is defined, do not use it, otherwise use it?]

2016-06-04 Thread Bryan Drewery
On 6/4/2016 10:35 AM, Mark Millard wrote: > From the commit report: > >> +.if defined(X_COMPILER_TYPE) >> CROSSENV+= COMPILER_VERSION=${COMPILER_VERSION} \ >> COMPILER_TYPE=${COMPILER_TYPE} \ >> COMPILER_FREEBSD_VERSION=${COMPILER_FREEBSD_VERSION} > > This does not use

svn commit: r301394 - head [If X_COMPILER_TYPE is defined, do not use it, otherwise use it?]

2016-06-04 Thread Mark Millard
>From the commit report: > +.if defined(X_COMPILER_TYPE) > CROSSENV+= COMPILER_VERSION=${COMPILER_VERSION} \ > COMPILER_TYPE=${COMPILER_TYPE} \ > COMPILER_FREEBSD_VERSION=${COMPILER_FREEBSD_VERSION} This does not use X_COMPILER_TYPE when it is defined. > +.else > +