summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-19 22:10:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-19 22:10:41 (EDT)
commit7a2e39e22e8de4648c2d56c4425edbc94d036c35 (patch)
tree0fe901f9156d610cca8563d8841078c240339834
parent4a59deb93fd60fe33fe7672162e1719c5311676d (diff)
gcc-*-*-*-*: Add multiarch-related comments
-rw-r--r--gcc.pkg.in/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control
index 0ac9577..ee0e8e8 100644
--- a/gcc.pkg.in/control
+++ b/gcc.pkg.in/control
@@ -4,9 +4,11 @@ Platform: all
Depends: gcc-${Base-Version}-common (= ${Binary-Version}),
cpp-${Base-Version} (= ${Binary-Version}),
gcc-${Base-Version}-dev (= ${Binary-Version}),
+# gcc-${Base-Version}-dev:@PKG_TARGET_ARCH@,
binutils-@PKG_TARGET_ARCH@,
${Shlib-Depends},
Recommends: libc.6-dev
+# libc.6-dev:@PKG_TARGET_ARCH@,
Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}),
Description: GNU C compiler for @PKG_TARGET_ARCH@
The C language front end for the GNU compiler collection.