svn commit: r242159 - head/usr.sbin/cpucontrol

Eitan Adler eadler at FreeBSD.org
Fri Oct 26 20:25:06 UTC 2012


Author: eadler
Date: Fri Oct 26 20:25:05 2012
New Revision: 242159
URL: http://svn.freebsd.org/changeset/base/242159

Log:
  While 'make universe' passed this didn't work with clang.
  
  This reverts r242120
  
  Submitted by:	Jan Beich
  Approved by: cperciva (implicit)

Modified:
  head/usr.sbin/cpucontrol/Makefile

Modified: head/usr.sbin/cpucontrol/Makefile
==============================================================================
--- head/usr.sbin/cpucontrol/Makefile	Fri Oct 26 20:24:13 2012	(r242158)
+++ head/usr.sbin/cpucontrol/Makefile	Fri Oct 26 20:25:05 2012	(r242159)
@@ -4,4 +4,6 @@ PROG=	cpucontrol
 MAN=	cpucontrol.8
 SRCS=	cpucontrol.c intel.c amd.c via.c
 
+NO_WCAST_ALIGN=
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list