From fd0703e5ae9dae0f88d140769ff658adae6278b0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 00:45:29 -0400 Subject: *.pkg.in/*: Make version-agnostic --- (limited to 'gcc.pkg.in/control') 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. -- cgit v0.9.1