1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Build fails on ia64 with:

/work/a/ports/devel/llvm/work/llvm-2.6/Release/lib/libLLVMJIT.a(JIT.o)(.text+0x1231): In function `llvm::JIT::JIT(llvm::ModuleProvider*, llvm::TargetMachine&, llvm::TargetJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)':: undefined reference to `__register_frame'

Given the lack of a backend for IA64, I can't give fixing it a real high
priority.
This commit is contained in:
Brooks Davis 2010-01-04 19:56:17 +00:00
parent 0e36b8d885
commit ec93eac03e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247145
2 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.if ${ARCH} == "sparc64" || ${ARCH} =="ia64"
BROKEN= Does not compile on ${ARCH}
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"

View File

@ -56,8 +56,8 @@ MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.if ${ARCH} == "sparc64" || ${ARCH} =="ia64"
BROKEN= Does not compile on ${ARCH}
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"