diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 18:30:00 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 18:30:00 +0000 |
commit | f97aa232eb26e433f945e5ca89c25f7fdf9d1e69 (patch) | |
tree | 72d987c883124bcafb3ebc84ec1a2e494a3f2e2a /gnu/usr.bin/cc/Makefile | |
parent | abb3f965d13ea86c79b56497a9ff022c422840ff (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 65dc0871f3ee7..41349cfa1b9bf 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -13,9 +13,6 @@ SUBDIR+= cpp .if ${MK_CXX} != "no" SUBDIR+= cc1plus c++ -.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" -SUBDIR+= c++filt -.endif .endif .if ${MK_GCOV} != "no" |