Author: jmallett
Date: Fri Mar  9 07:53:44 2012
New Revision: 232718
URL: http://svn.freebsd.org/changeset/base/232718

Log:
  Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.

Modified:
  head/sys/mips/conf/OCTEON1

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1  Fri Mar  9 07:30:48 2012        (r232717)
+++ head/sys/mips/conf/OCTEON1  Fri Mar  9 07:53:44 2012        (r232718)
@@ -61,7 +61,7 @@ options       PROCFS                  # Process filesystem (
 options        PSEUDOFS                # Pseudo-filesystem framework
 options        GEOM_PART_GPT           # GUID Partition Tables.
 options        GEOM_LABEL              # Provides labelization
-#options       COMPAT_FREEBSD32        # Compatible with o32 binaries (not yet)
+options        COMPAT_FREEBSD32        # Compatible with o32 binaries (not yet)
 options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
 options        KTRACE                  # ktrace(1) support
 options        STACK                   # stack(9) support
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to