From owner-svn-src-all@freebsd.org Sat Jun 4 17:37:27 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AEDDB6A3D7; Sat, 4 Jun 2016 17:37:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB4931FD4; Sat, 4 Jun 2016 17:37:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u54HbQ1S064134; Sat, 4 Jun 2016 17:37:26 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u54HbPOR064126; Sat, 4 Jun 2016 17:37:25 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201606041737.u54HbPOR064126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 4 Jun 2016 17:37:25 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 17:37:27 -0000 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 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 \