From 21eec1f68edbe80b09f1e01a7f9fc376db02314c Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 2 Jan 2013 18:49:40 +0000 Subject: [PATCH] Disable clang for athstats for now. --- tools/tools/ath/athstats/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile index 4a88eb1b7ab..1db2dc1b039 100644 --- a/tools/tools/ath/athstats/Makefile +++ b/tools/tools/ath/athstats/Makefile @@ -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