diff options
author | adrian <adrian@FreeBSD.org> | 2013-01-02 18:49:40 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-01-02 18:49:40 +0000 |
commit | c7de6a7866a6cc1967458d51a30c0c83ab5096c7 (patch) | |
tree | 8c2e6155b3c30cecdbf14ba0d851bcadb917d94c /tools | |
parent | 462f8d2008a017ad0f84a93164ccb916ad66b3ad (diff) | |
download | FreeBSD-src-c7de6a7866a6cc1967458d51a30c0c83ab5096c7.zip FreeBSD-src-c7de6a7866a6cc1967458d51a30c0c83ab5096c7.tar.gz |
Disable clang for athstats for now.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ath/athstats/Makefile | 4 |
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 |