diff options
-rw-r--r-- | gcc.pkg.in/control | 2 |
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. |