Mark as broken on non-x86: does not link: searches for x86-specific optimizations.
This commit is contained in:
@@ -41,12 +41,16 @@ PLIST_FILES= ${GOTOFILES:S|^|lib/|}
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
MAKE_FLAGS+= BINARY64=1
|
||||
.else
|
||||
MAKE_FLAGS+= BINARY32=1
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link: searches for x86-specific optimizations
|
||||
.endif
|
||||
|
||||
.if defined(WITH_INTERFACE64)
|
||||
MAKE_FLAGS+= INTERFACE64=1
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user