From ea684fcafa16796c5924e959d9c73d72defb892a Mon Sep 17 00:00:00 2001 From: avg Date: Tue, 17 Nov 2015 15:14:00 +0000 Subject: MFC r290451: zfsboottest: build as a 32 bit application --- tools/tools/zfsboottest/Makefile | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.1