svn commit: r238101 - in user/ae/bootcode/sys/boot/i386: libi386 loader

Andrey V. Elsukov ae at FreeBSD.org
Wed Jul 4 13:00:49 UTC 2012


Author: ae
Date: Wed Jul  4 13:00:48 2012
New Revision: 238101
URL: http://svn.freebsd.org/changeset/base/238101

Log:
  Remove unneeded flags, they are set by default in the common code.

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

Modified: user/ae/bootcode/sys/boot/i386/libi386/Makefile
==============================================================================
--- user/ae/bootcode/sys/boot/i386/libi386/Makefile	Wed Jul  4 12:59:20 2012	(r238100)
+++ user/ae/bootcode/sys/boot/i386/libi386/Makefile	Wed Jul  4 13:00:48 2012	(r238101)
@@ -39,10 +39,6 @@ CFLAGS+= -DSMBIOS_LITTLE_ENDIAN_UUID
 .endif
 .endif
 
-.if !defined(LOADER_NO_GPT_SUPPORT)
-CFLAGS+=	-DLOADER_GPT_SUPPORT
-.endif
-
 # Include simple terminal emulation (cons25-compatible)
 CFLAGS+= -DTERM_EMU
 

Modified: user/ae/bootcode/sys/boot/i386/loader/Makefile
==============================================================================
--- user/ae/bootcode/sys/boot/i386/loader/Makefile	Wed Jul  4 12:59:20 2012	(r238100)
+++ user/ae/bootcode/sys/boot/i386/loader/Makefile	Wed Jul  4 13:00:48 2012	(r238101)
@@ -50,12 +50,6 @@ 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
 .if defined(LOADER_NANDFS_SUPPORT)
 CFLAGS+=	-DLOADER_NANDFS_SUPPORT
 .endif


More information about the svn-src-user mailing list