svn commit: r244970 - head/tools/tools/ath/athstats

Adrian Chadd adrian at FreeBSD.org
Wed Jan 2 18:49:40 UTC 2013


Author: adrian
Date: Wed Jan  2 18:49:40 2013
New Revision: 244970
URL: http://svnweb.freebsd.org/changeset/base/244970

Log:
  Disable clang for athstats for now.

Modified:
  head/tools/tools/ath/athstats/Makefile

Modified: head/tools/tools/ath/athstats/Makefile
==============================================================================
--- head/tools/tools/ath/athstats/Makefile	Wed Jan  2 18:33:48 2013	(r244969)
+++ head/tools/tools/ath/athstats/Makefile	Wed Jan  2 18:49:40 2013	(r244970)
@@ -4,6 +4,10 @@
 
 PROG=	athstats
 
+# Because of a clang preprocessor parser limitation causing this
+# to not compile, use gcc for now.
+CC=	gcc
+
 SRCS=	main.c statfoo.c athstats.c opt_ah.h ah_osdep.h
 
 CLEANFILES+=	opt_ah.h


More information about the svn-src-all mailing list