summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-01-02 18:49:40 +0000
committeradrian <adrian@FreeBSD.org>2013-01-02 18:49:40 +0000
commitc7de6a7866a6cc1967458d51a30c0c83ab5096c7 (patch)
tree8c2e6155b3c30cecdbf14ba0d851bcadb917d94c
parent462f8d2008a017ad0f84a93164ccb916ad66b3ad (diff)
downloadFreeBSD-src-c7de6a7866a6cc1967458d51a30c0c83ab5096c7.zip
FreeBSD-src-c7de6a7866a6cc1967458d51a30c0c83ab5096c7.tar.gz
Disable clang for athstats for now.
-rw-r--r--tools/tools/ath/athstats/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile
index 4a88eb1..1db2dc1 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
OpenPOWER on IntegriCloud