svn commit: r238100 - user/ae/bootcode/sys/boot/userboot/userboot

Andrey V. Elsukov ae at FreeBSD.org
Wed Jul 4 12:59:21 UTC 2012


Author: ae
Date: Wed Jul  4 12:59:20 2012
New Revision: 238100
URL: http://svn.freebsd.org/changeset/base/238100

Log:
  Remove unneeded flags.

Modified:
  user/ae/bootcode/sys/boot/userboot/userboot/Makefile

Modified: user/ae/bootcode/sys/boot/userboot/userboot/Makefile
==============================================================================
--- user/ae/bootcode/sys/boot/userboot/userboot/Makefile	Wed Jul  4 12:58:35 2012	(r238099)
+++ user/ae/bootcode/sys/boot/userboot/userboot/Makefile	Wed Jul  4 12:59:20 2012	(r238100)
@@ -32,7 +32,6 @@ CFLAGS+=	-I${.CURDIR}/../../common
 CFLAGS+=	-I${.CURDIR}/../../..
 CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand
 CFLAGS+=	-ffreestanding -I.
-CFLAGS+=	-DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT
 
 LDFLAGS+=	-nostdlib -Wl,-Bsymbolic
 


More information about the svn-src-user mailing list