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