Date: Tue, 17 Nov 2015 15:14:01 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r290984 - stable/10/tools/tools/zfsboottest Message-ID: <201511171514.tAHFE1CI053885@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Tue Nov 17 15:14:00 2015 New Revision: 290984 URL: https://svnweb.freebsd.org/changeset/base/290984 Log: MFC r290451: zfsboottest: build as a 32 bit application Modified: stable/10/tools/tools/zfsboottest/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/tools/tools/zfsboottest/Makefile ============================================================================== --- stable/10/tools/tools/zfsboottest/Makefile Tue Nov 17 15:10:24 2015 (r290983) +++ stable/10/tools/tools/zfsboottest/Makefile Tue Nov 17 15:14:00 2015 (r290984) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511171514.tAHFE1CI053885>