svn commit: r228656 - head/usr.sbin/boot0cfg

Dimitry Andric dim at FreeBSD.org
Sat Dec 17 19:33:27 UTC 2011


Author: dim
Date: Sat Dec 17 19:33:26 2011
New Revision: 228656
URL: http://svn.freebsd.org/changeset/base/228656

Log:
  Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for
  x86, any alignment warnings can be safely ignored.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/boot0cfg/Makefile

Modified: head/usr.sbin/boot0cfg/Makefile
==============================================================================
--- head/usr.sbin/boot0cfg/Makefile	Sat Dec 17 19:26:03 2011	(r228655)
+++ head/usr.sbin/boot0cfg/Makefile	Sat Dec 17 19:33:26 2011	(r228656)
@@ -6,4 +6,6 @@ MAN=	boot0cfg.8
 DPADD=	${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
 LDADD=	-lgeom -lbsdxml -lsbuf
 
+NO_WCAST_ALIGN=
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list