forked from Lainports/freebsd-ports
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:
parent
5680410e1e
commit
36d0162ea9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue