summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-24 08:29:40 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-24 08:33:37 (EDT)
commitbd812af54d389ae3a39019ce82aba9dc054b6fc9 (patch)
treea13566af71dda2e2a81d47fdcba6a65fdcaefd27
parent526b2445caef506369cd369c9035c6088333d6ac (diff)
gcc-4.7-*-*-*: Add dependency information.
-rw-r--r--gcc-4.7.pkg.in/control14
1 files changed, 13 insertions, 1 deletions
diff --git a/gcc-4.7.pkg.in/control b/gcc-4.7.pkg.in/control
index a0fd2b1..830e312 100644
--- a/gcc-4.7.pkg.in/control
+++ b/gcc-4.7.pkg.in/control
@@ -1,6 +1,18 @@
Architecture: i686-any-any core-any-any k8-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version},
-Suggests: gcc-4.7-locales (>= ${Binary-Version})
+ cpp-4.7-@PKG_TARGET_ARCH@ (= ${Binary-Version}),
+ binutils-@PKG_TARGET_ARCH@,
+ libgcc.1 (>= ${Binary-Version}),
+ libgomp.1 (>= ${Binary-Version}),
+ libitm.1 (>= ${Binary-Version}),
+ libc.6,
+ libgmp.10,
+ libmpc.2,
+ libmpfr.4,
+ libz.1
+Recommends: libc.6-dev
+Suggests: gcc-4.7-locales (>= ${Binary-Version}),
+ libmudflap.0-4.7-dev (>= ${Binary-Version}),
Description: GNU C++ compiler
The C++ language front end for the GNU compiler collection.