*/*: Drop support for mips64hf ARCH

This commit is contained in:
2025-04-28 14:43:35 +02:00
parent b9c630aee7
commit 08cb03c276
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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