Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2012 04:52:27 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r237356 - user/ae/bootcode/sys/boot/i386/loader
Message-ID:  <201206210452.q5L4qRvj089603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Thu Jun 21 04:52:26 2012
New Revision: 237356
URL: http://svn.freebsd.org/changeset/base/237356

Log:
  Enable MBR support by default.

Modified:
  user/ae/bootcode/sys/boot/i386/loader/Makefile

Modified: user/ae/bootcode/sys/boot/i386/loader/Makefile
==============================================================================
--- user/ae/bootcode/sys/boot/i386/loader/Makefile	Thu Jun 21 04:51:34 2012	(r237355)
+++ user/ae/bootcode/sys/boot/i386/loader/Makefile	Thu Jun 21 04:52:26 2012	(r237356)
@@ -50,6 +50,9 @@ CFLAGS+=	-DLOADER_BZIP2_SUPPORT
 .if !defined(LOADER_NO_GZIP_SUPPORT)
 CFLAGS+=	-DLOADER_GZIP_SUPPORT
 .endif
+.if !defined(LOADER_NO_MBR_SUPPORT)
+CFLAGS+=	-DLOADER_MBR_SUPPORT
+.endif
 .if !defined(LOADER_NO_GPT_SUPPORT)
 CFLAGS+=	-DLOADER_GPT_SUPPORT
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206210452.q5L4qRvj089603>