summaryrefslogtreecommitdiffstats
path: root/libatomic.1.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 00:52:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 00:52:29 (EDT)
commit55334761f1bbcc7426ddf6587a27d5a214c65f51 (patch)
treef190aa15d4a1370ae028229c0bde9d1e16a328c1 /libatomic.1.pkg
parent7a2e39e22e8de4648c2d56c4425edbc94d036c35 (diff)
Add more binary packages
Diffstat (limited to 'libatomic.1.pkg')
-rw-r--r--libatomic.1.pkg/control6
-rw-r--r--libatomic.1.pkg/files1
2 files changed, 7 insertions, 0 deletions
diff --git a/libatomic.1.pkg/control b/libatomic.1.pkg/control
new file mode 100644
index 0000000..44eaa2c
--- /dev/null
+++ b/libatomic.1.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: GNU Atomic Library
+ When an atomic call cannot be turned into lock-free instructions, GCC will make
+ calls into this library.
diff --git a/libatomic.1.pkg/files b/libatomic.1.pkg/files
new file mode 100644
index 0000000..ba65c29
--- /dev/null
+++ b/libatomic.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libatomic.so.*