*/*: Drop support for mips64hf ARCH
This commit is contained in:
@@ -134,7 +134,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS
|
||||
OPTIONS_EXCLUDE= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 armv6 armv7 \
|
||||
mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \
|
||||
riscv64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
@@ -132,7 +132,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS
|
||||
OPTIONS_EXCLUDE= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 armv6 armv7 \
|
||||
mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \
|
||||
riscv64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
@@ -132,7 +132,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS
|
||||
OPTIONS_EXCLUDE= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 armv6 armv7 \
|
||||
mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \
|
||||
riscv64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
@@ -11,7 +11,7 @@ WWW= https://github.com/Netflix/tcplog_dumper
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el mips64hf powerpc64 powerpc64le riscv64
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el powerpc64 powerpc64le riscv64
|
||||
ONLY_FOR_ARCHS_REASON= only 64-bit platforms are supported
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -28,7 +28,7 @@ CFLAGS+= -Dcrc32_type=long
|
||||
CFLAGS+= -Dcrc32_type=int
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == mips64hf || ${ARCH} == powerpc || ${ARCH} == powerpc64
|
||||
.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == powerpc || ${ARCH} == powerpc64
|
||||
CFLAGS+= -DCPU_BIGENDIAN
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user