Author: avg
Date: Tue Nov 17 15:14:16 2015
New Revision: 290985
URL: https://svnweb.freebsd.org/changeset/base/290985
Log:
MFC r290451: zfsboottest: build as a 32 bit application
Modified:
stable/9/tools/tools/zfsboottest/Makefile
Directory Properties:
stable/9/tools/tools/zfsboottest/ (props changed)
Modified: stable/9/tools/tools/zfsboottest/Makefile
==============================================================================
--- stable/9/tools/tools/zfsboottest/Makefile Tue Nov 17 15:14:00 2015
(r290984)
+++ stable/9/tools/tools/zfsboottest/Makefile Tue Nov 17 15:14:16 2015
(r290985)
@@ -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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"