Date: Sat, 4 Jun 2016 17:37:25 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301402 - in head/gnu/usr.bin/cc: c++ cc cc1 cc1plus cc_tools cpp gcov Message-ID: <201606041737.u54HbPOR064126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Jun 4 17:37:25 2016 New Revision: 301402 URL: https://svnweb.freebsd.org/changeset/base/301402 Log: DIRDEPS_BUILD: Update GCC dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/gnu/usr.bin/cc/c++/Makefile.depend head/gnu/usr.bin/cc/cc/Makefile.depend head/gnu/usr.bin/cc/cc1/Makefile.depend head/gnu/usr.bin/cc/cc1plus/Makefile.depend head/gnu/usr.bin/cc/cc_tools/Makefile.depend head/gnu/usr.bin/cc/cpp/Makefile.depend head/gnu/usr.bin/cc/gcov/Makefile.depend Modified: head/gnu/usr.bin/cc/c++/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/c++/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/c++/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -11,7 +11,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ Modified: head/gnu/usr.bin/cc/cc/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/cc/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/cc/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -3,6 +3,7 @@ DIRDEPS = \ gnu/lib/csu \ + gnu/lib/libgcc \ gnu/usr.bin/cc/cc_tools \ gnu/usr.bin/cc/libcpp \ gnu/usr.bin/cc/libiberty \ Modified: head/gnu/usr.bin/cc/cc1/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/cc1/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/cc1/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -2,6 +2,8 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ gnu/usr.bin/cc/cc_int \ gnu/usr.bin/cc/cc_tools \ gnu/usr.bin/cc/libcpp \ Modified: head/gnu/usr.bin/cc/cc1plus/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/cc1plus/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/cc1plus/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -2,11 +2,14 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ gnu/usr.bin/cc/cc_int \ gnu/usr.bin/cc/cc_tools \ gnu/usr.bin/cc/libcpp \ gnu/usr.bin/cc/libdecnumber \ gnu/usr.bin/cc/libiberty \ + gnu/usr.bin/gperf.host \ include \ include/xlocale \ lib/${CSU_DIR} \ Modified: head/gnu/usr.bin/cc/cc_tools/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/cc_tools/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/cc_tools/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -8,9 +8,9 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ lib/msun \ + usr.bin/yacc.host \ .include <dirdeps.mk> Modified: head/gnu/usr.bin/cc/cpp/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/cpp/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/cpp/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -11,7 +11,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ Modified: head/gnu/usr.bin/cc/gcov/Makefile.depend ============================================================================== --- head/gnu/usr.bin/cc/gcov/Makefile.depend Sat Jun 4 17:24:10 2016 (r301401) +++ head/gnu/usr.bin/cc/gcov/Makefile.depend Sat Jun 4 17:37:25 2016 (r301402) @@ -10,7 +10,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606041737.u54HbPOR064126>