summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-11-17 15:14:00 +0000
committeravg <avg@FreeBSD.org>2015-11-17 15:14:00 +0000
commitea684fcafa16796c5924e959d9c73d72defb892a (patch)
treeea8db8d2e97698652fbb85f1d4d2a20d5d7d2fec
parentd1d4e816ce49797ab1f23bb48cf5ee69018df284 (diff)
downloadFreeBSD-src-ea684fcafa16796c5924e959d9c73d72defb892a.zip
FreeBSD-src-ea684fcafa16796c5924e959d9c73d72defb892a.tar.gz
MFC r290451: zfsboottest: build as a 32 bit application
-rw-r--r--tools/tools/zfsboottest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile
index 145e166..7362073 100644
--- a/tools/tools/zfsboottest/Makefile
+++ b/tools/tools/zfsboottest/Makefile
@@ -16,6 +16,7 @@ CFLAGS= -O1 \
-I. \
-fdiagnostics-show-option \
-W -Wextra -Wno-sign-compare -Wno-unused-parameter
+CFLAGS+=-m32
LDADD+= -lmd
.if ${MACHINE_CPUARCH} == "amd64"
OpenPOWER on IntegriCloud