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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"