Attempt to fix build on powerpc64le.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
638a6934ac
commit
986a59f403
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550245
@ -31,7 +31,7 @@ BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
|
||||
CPP= clang-cpp${LLVM_VER}
|
||||
CC= clang${LLVM_VER}
|
||||
CXX= clang++${LLVM_VER}
|
||||
.if ${ARCH} == powerpc64
|
||||
.if ${ARCH:Mpowerpc64*}
|
||||
CFLAGS+= -mabi=elfv2
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user