summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-03-17 01:54:35 +0000
committersjg <sjg@FreeBSD.org>2013-03-17 01:54:35 +0000
commit16b55350a9ef7e6cb2ef5a89880792e4edf3f868 (patch)
treec5c3deabc7076d219a7215097cf5b8c8c108ca94 /gnu
parent1eca611df3430be021acd1f5c5a3148d93f5d8b9 (diff)
downloadFreeBSD-src-16b55350a9ef7e6cb2ef5a89880792e4edf3f868.zip
FreeBSD-src-16b55350a9ef7e6cb2ef5a89880792e4edf3f868.tar.gz
Updated dependencies
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/cc/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile.depend1
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile.depend3
-rw-r--r--gnu/usr.bin/cc/gcov/Makefile.depend3
8 files changed, 8 insertions, 14 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile.depend b/gnu/usr.bin/cc/c++/Makefile.depend
index e0c846e..d16e7b0 100644
--- a/gnu/usr.bin/cc/c++/Makefile.depend
+++ b/gnu/usr.bin/cc/c++/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/lib/libgcc \
gnu/usr.bin/cc/cc_tools \
@@ -13,6 +11,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/c++filt/Makefile.depend b/gnu/usr.bin/cc/c++filt/Makefile.depend
index 763be51..2db3c00 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile.depend
+++ b/gnu/usr.bin/cc/c++filt/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/lib/libgcc \
gnu/usr.bin/cc/cc_tools \
@@ -12,6 +10,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/cc/Makefile.depend b/gnu/usr.bin/cc/cc/Makefile.depend
index ce7738d..12613ee 100644
--- a/gnu/usr.bin/cc/cc/Makefile.depend
+++ b/gnu/usr.bin/cc/cc/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/usr.bin/cc/cc_tools \
gnu/usr.bin/cc/libcpp \
@@ -12,6 +10,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/cc1/Makefile.depend b/gnu/usr.bin/cc/cc1/Makefile.depend
index 2e76ab7..be55de56 100644
--- a/gnu/usr.bin/cc/cc1/Makefile.depend
+++ b/gnu/usr.bin/cc/cc1/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/usr.bin/cc/cc_int \
gnu/usr.bin/cc/cc_tools \
@@ -14,6 +12,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile.depend b/gnu/usr.bin/cc/cc1plus/Makefile.depend
index 4d868989..cf800a6 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile.depend
+++ b/gnu/usr.bin/cc/cc1plus/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/usr.bin/cc/cc_int \
gnu/usr.bin/cc/cc_tools \
@@ -14,6 +12,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.depend b/gnu/usr.bin/cc/cc_tools/Makefile.depend
index dc535a6..986bc33 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile.depend
+++ b/gnu/usr.bin/cc/cc_tools/Makefile.depend
@@ -8,6 +8,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
lib/msun \
diff --git a/gnu/usr.bin/cc/cpp/Makefile.depend b/gnu/usr.bin/cc/cpp/Makefile.depend
index e0c846e..d16e7b0 100644
--- a/gnu/usr.bin/cc/cpp/Makefile.depend
+++ b/gnu/usr.bin/cc/cpp/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/lib/libgcc \
gnu/usr.bin/cc/cc_tools \
@@ -13,6 +11,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/cc/gcov/Makefile.depend b/gnu/usr.bin/cc/gcov/Makefile.depend
index 763be51..2db3c00 100644
--- a/gnu/usr.bin/cc/gcov/Makefile.depend
+++ b/gnu/usr.bin/cc/gcov/Makefile.depend
@@ -2,8 +2,6 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/lib/libgcc \
gnu/usr.bin/cc/cc_tools \
@@ -12,6 +10,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
.include <dirdeps.mk>
OpenPOWER on IntegriCloud