aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zidrav/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/zidrav/Makefile')
-rw-r--r--sysutils/zidrav/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile
index da6f3811f208..faea3578eb39 100644
--- a/sysutils/zidrav/Makefile
+++ b/sysutils/zidrav/Makefile
@@ -28,9 +28,7 @@ CFLAGS+= -Dcrc32_type=long
CFLAGS+= -Dcrc32_type=int
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "arm" || ${ARCH} == "i386" || ${ARCH} == "ia64"
-.else
-# mips*eb, powerpc, powerpc64 and sparc
+.if ! empty(ARCH:Mmips*) || ! empty(ARCH:Mpowerpc*) || ${ARCH} == "sparc64"
CFLAGS+= -DCPU_BIGENDIAN
.endif