Author: avg
Date: Fri Nov  6 16:26:09 2015
New Revision: 290451
URL: https://svnweb.freebsd.org/changeset/base/290451

Log:
  zfsboottest: build as a 32 bit application
  
  For better emulation of the actual zfs boot code.
  
  MFC after:    8 days

Modified:
  head/tools/tools/zfsboottest/Makefile

Modified: head/tools/tools/zfsboottest/Makefile
==============================================================================
--- head/tools/tools/zfsboottest/Makefile       Fri Nov  6 15:33:27 2015        
(r290450)
+++ head/tools/tools/zfsboottest/Makefile       Fri Nov  6 16:26:09 2015        
(r290451)
@@ -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-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to