mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
45c8a8fbc9
commit
a352d1ecd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549781
@ -21,7 +21,7 @@ BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \
|
||||
objdump:devel/binutils
|
||||
RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH}
|
||||
|
||||
FLAVORS= aarch64 amd64 i386 mips mips64 powerpc powerpc64 riscv64 sparc64
|
||||
FLAVORS= aarch64 amd64 i386 mips mips64 powerpc powerpc64 powerpc64le riscv64 sparc64
|
||||
TARGETARCH= ${FLAVOR}
|
||||
|
||||
USES= gmake iconv libtool tar:xz makeinfo compiler:c++11-lang
|
||||
@ -107,7 +107,7 @@ PLIST+= ${.CURDIR}/pkg-plist.i386
|
||||
.if ${TARGETARCH:Mmips*}
|
||||
PLIST+= ${.CURDIR}/pkg-plist.mips
|
||||
.endif
|
||||
.if ${TARGETARCH} == "powerpc64"
|
||||
.if ${TARGETARCH:Mpowerpc64*}
|
||||
PLIST+= ${.CURDIR}/pkg-plist.powerpc64
|
||||
.elif ${TARGETARCH:Mpowerpc*}
|
||||
PLIST+= ${.CURDIR}/pkg-plist.powerpc
|
||||
|
Loading…
Reference in New Issue
Block a user