Mark BROKEN also on ia64.

Reported by:	pointyhat via Kris
This commit is contained in:
Thierry Thomas 2006-12-17 21:09:53 +00:00
parent 1ac6e82c7d
commit c1aaffc376
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180042

View File

@ -74,14 +74,10 @@ FLAGARCH= TRU64 # 64 bits
.if ${OSVERSION} < 600022
BROKEN= Does not compile on this version, and cannot be patched easily.
.endif
.if ${ARCH} == "amd64"
.if ${ARCH} != "i386"
BROKEN= Seg. fault on ${ARCH} during compilation of elements.
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not build on sparc64
.endif
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif