Mark armv6 and mips as ux32 capable to avoid breakage when building for

these architectures.

This still should allow aarch64 (when it appears) and mips64 to build
ux64.

PR:	197130
Reviewed by:	mayo@oyam.ca (no objections or breakage)
Approved by:	mentor (implicit)
This commit is contained in:
Sean Bruno 2015-02-07 23:43:14 +00:00
parent 5680410e1e
commit 36d0162ea9

View file

@ -20,8 +20,7 @@ BUILDENV= ${SETENV} TMPDIR="${TMPDIR}"
.include <bsd.port.pre.mk>
# probably need to add mips here as well
.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6
.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6" || ${ARCH} == "mips"
LPSOLVE_ARCH= ux32
.else
LPSOLVE_ARCH= ux64