summaryrefslogtreecommitdiffstats
path: root/gcc-8-dev.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-8-dev.pkg/control')
-rw-r--r--gcc-8-dev.pkg/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc-8-dev.pkg/control b/gcc-8-dev.pkg/control
new file mode 100644
index 0000000..c958071
--- /dev/null
+++ b/gcc-8-dev.pkg/control
@@ -0,0 +1,16 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}),
+ libasan.5 (>= ${Binary-Version}),
+ libatomic.1 (>= ${Binary-Version}),
+ libcc1.0 (>= ${Binary-Version}),
+ libgcc.1 (>= ${Binary-Version}),
+ libgomp.1 (>= ${Binary-Version}),
+ liblsan.0 (>= ${Binary-Version}),
+ libssp.0 (>= ${Binary-Version}),
+ libtsan.0 (>= ${Binary-Version}),
+ libubsan.1 (>= ${Binary-Version}),
+Description: GNU Compiler Collection libraries - development files
+ This package provides the headers and library files necessary to build C
+ programs with libasan, libatomic, libcc1, libgcc, libgomp, liblsan, libssp,
+ libtsan, or libubsan.