tech-pkg archive

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

Re: Snow Leopard ABI mess




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}}

--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost





Home | Main Index | Thread Index | Old Index