diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 00:45:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 00:45:29 (EDT) |
commit | fd0703e5ae9dae0f88d140769ff658adae6278b0 (patch) | |
tree | e4544d50851ba6e87f9f95054fa9effa25fc1b34 /gcc.pkg.in/control | |
parent | 5ffe422c55ff2c2c7fd71b1fc9b5fdd57cb2d003 (diff) |
*.pkg.in/*: Make version-agnostic
Diffstat (limited to 'gcc.pkg.in/control')
-rw-r--r-- | gcc.pkg.in/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control new file mode 100644 index 0000000..c668143 --- /dev/null +++ b/gcc.pkg.in/control @@ -0,0 +1,18 @@ +Architecture: @PKG_TARGET_ARCH@ +# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ +Platform: all +Depends: gcc-4.7-common (= ${Binary-Version}), + cpp-4.7 (= ${Binary-Version}), + binutils-@PKG_TARGET_ARCH@, + libgcc.1 (= ${Binary-Version}), + libgomp.1 (= ${Binary-Version}), + libitm.1 (= ${Binary-Version}), + libssp.0 (= ${Binary-Version}), + libgmp.10, + libmpc.3, + libmpfr.4, + libz.1 +Recommends: libc.6-dev +Suggests: gcc-4.7-locales (>= ${Binary-Version}), +Description: GNU C compiler for @PKG_TARGET_ARCH@ + The C language front end for the GNU compiler collection. |