diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-06-04 17:37:25 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-06-04 17:37:25 +0000 |
commit | b68268948f4fdbb657d6424a2be4da482483ce1e (patch) | |
tree | 3649161f1b4aca76062a895a01edcdb5f9776e32 /gnu | |
parent | 275fddd04c7a834c0e046ff0aa4acf7b981e52e1 (diff) | |
download | FreeBSD-src-b68268948f4fdbb657d6424a2be4da482483ce1e.zip FreeBSD-src-b68268948f4fdbb657d6424a2be4da482483ce1e.tar.gz |
DIRDEPS_BUILD: Update GCC dependencies.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/c++/Makefile.depend | 1 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cc/Makefile.depend | 1 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile.depend | 2 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile.depend | 3 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile.depend | 2 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile.depend | 1 | ||||
-rw-r--r-- | gnu/usr.bin/cc/gcov/Makefile.depend | 1 |
7 files changed, 7 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile.depend b/gnu/usr.bin/cc/c++/Makefile.depend index 3884bc8..012ac3a 100644 --- a/gnu/usr.bin/cc/c++/Makefile.depend +++ b/gnu/usr.bin/cc/c++/Makefile.depend @@ -11,7 +11,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ diff --git a/gnu/usr.bin/cc/cc/Makefile.depend b/gnu/usr.bin/cc/cc/Makefile.depend index 2bea3c0..012ac3a 100644 --- a/gnu/usr.bin/cc/cc/Makefile.depend +++ b/gnu/usr.bin/cc/cc/Makefile.depend @@ -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 \ diff --git a/gnu/usr.bin/cc/cc1/Makefile.depend b/gnu/usr.bin/cc/cc1/Makefile.depend index 6c2e732..05af396 100644 --- a/gnu/usr.bin/cc/cc1/Makefile.depend +++ b/gnu/usr.bin/cc/cc1/Makefile.depend @@ -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 \ diff --git a/gnu/usr.bin/cc/cc1plus/Makefile.depend b/gnu/usr.bin/cc/cc1plus/Makefile.depend index 6c2e732..ab41383 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile.depend +++ b/gnu/usr.bin/cc/cc1plus/Makefile.depend @@ -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} \ diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.depend b/gnu/usr.bin/cc/cc_tools/Makefile.depend index fbd66b1..cb80454 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile.depend +++ b/gnu/usr.bin/cc/cc_tools/Makefile.depend @@ -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> diff --git a/gnu/usr.bin/cc/cpp/Makefile.depend b/gnu/usr.bin/cc/cpp/Makefile.depend index 3884bc8..012ac3a 100644 --- a/gnu/usr.bin/cc/cpp/Makefile.depend +++ b/gnu/usr.bin/cc/cpp/Makefile.depend @@ -11,7 +11,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ diff --git a/gnu/usr.bin/cc/gcov/Makefile.depend b/gnu/usr.bin/cc/gcov/Makefile.depend index 98e3478..1260907 100644 --- a/gnu/usr.bin/cc/gcov/Makefile.depend +++ b/gnu/usr.bin/cc/gcov/Makefile.depend @@ -10,7 +10,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ |