tech-pkg archive

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

Re: Snow Leopard ABI mess



On Tue, Sep 22, 2009 at 10:13:55AM +0900, OBATA Akio wrote:
> 
> On 2009/09/22, at 1:28, Matthias Scheler wrote:
> >+.if ${ABI} == "32"
> >+LOWER_ARCH= i386
> >+.else
> >+LOWER_ARCH= x86_64
> >+.endif
> 
> 
> How about followings?
> 
> LOWER_ARCH.32=i386
> LOWER_ARCH.64=x86_64
> LOWER_ARCH=${LOWER_ARCH.${ABI}}

Will that get evaluated at the point of reference or definition?

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index