1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Modern versions of LLVM will never build on IA64 so mark them as such and

remove attempts to allow IA64 to work.

PR:		188166
Submitted by:	mexas@bris.ac.uk
This commit is contained in:
Brooks Davis 2014-06-02 22:59:01 +00:00
parent af063620da
commit c7c7fc6d2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356258
3 changed files with 9 additions and 3 deletions

View File

@ -121,6 +121,8 @@ MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \
PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|}
.endif
NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
@ -136,7 +138,7 @@ SVN_REV!= svn info http://llvm.org/svn/llvm-project/ | ${GREP} Revision | cut -d
.endif
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif

View File

@ -133,6 +133,8 @@ MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \
PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|}
.endif
NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
@ -141,7 +143,7 @@ BROKEN= Does not compile on arm
BROKEN= does not compile on sparc64
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif

View File

@ -133,9 +133,11 @@ MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \
PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|}
.endif
NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif