summaryrefslogtreecommitdiffstats
path: root/cpp.pkg.in/control
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-15 12:29:47 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-15 12:29:47 (EDT)
commitd36d5da5c7db901756b89978fe253d2fe512b1b5 (patch)
treef0f6e206e493f58024dde50d0215c464904f2111 /cpp.pkg.in/control
parent5e8f011fff6c68b9acdd6b9f5ea64afd6e84a0c9 (diff)
cpp-8: Make target-specific (cpp-8-*-*-*)
Diffstat (limited to 'cpp.pkg.in/control')
-rw-r--r--cpp.pkg.in/control8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp.pkg.in/control b/cpp.pkg.in/control
new file mode 100644
index 0000000..77f5842
--- /dev/null
+++ b/cpp.pkg.in/control
@@ -0,0 +1,8 @@
+Architecture: @PKG_TARGET_ARCH@
+# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}
+Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version})
+Description: GNU C preprocessor for @PKG_TARGET_ARCH@
+ A macro processor that is used automatically by the C compiler to transform
+ programs before actual compilation.