From b6b87995cc14de407c40d3b20fb77da6d50b6846 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 6 Nov 2015 16:26:09 +0000 Subject: [PATCH] zfsboottest: build as a 32 bit application For better emulation of the actual zfs boot code. MFC after: 8 days --- tools/tools/zfsboottest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile index 145e166a40ab..73620735d0a0 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"