summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-05 20:25:15 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-05 20:25:15 +0000
commit9593f9eb7d0e4adec0eef92f296f4429c07cab0d (patch)
treee3855ad79a233f0ea7b587121059ff34345ee750 /gnu
parentc569628c176d0872aa60095dc155f7eb59a3afd5 (diff)
downloadFreeBSD-src-9593f9eb7d0e4adec0eef92f296f4429c07cab0d.zip
FreeBSD-src-9593f9eb7d0e4adec0eef92f296f4429c07cab0d.tar.gz
Add dependency for c++filt on libiberty.
This is a direct commit since c++filt does not exist in head. This ws racing after my SUBDIR_PARALLEL changes here recently. Reported by: peter Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index ee0f22b..1801979 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -26,6 +26,7 @@ SUBDIR+= gcov
.endif
SUBDIR_DEPEND_c++:= libcpp libiberty
+SUBDIR_DEPEND_c++filt= libiberty
SUBDIR_DEPEND_cc= libcpp libiberty
SUBDIR_DEPEND_cpp= libcpp libiberty
SUBDIR_DEPEND_cc1plus= cc_int libcpp libdecnumber libiberty
OpenPOWER on IntegriCloud