diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 02:52:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 02:52:01 (EDT) |
commit | b793a9f1214ed089ef53278be58744ac8b001957 (patch) | |
tree | 81ed709970c5468a6fe5e41c5ae55c142e21801c | |
parent | cc6214fa86c5a825091cc3bd885aacad8853067c (diff) |
libitm.1: Remove (unlikely to ever be needed)
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | libitm.1.pkg/control | 7 | ||||
-rw-r--r-- | libitm.1.pkg/files | 1 |
3 files changed, 2 insertions, 8 deletions
@@ -186,6 +186,8 @@ $(installnative_targets): mkdir -p $(destdir)$(tgtincdir) mv $(destdir)/usr/include/c++-$(base_version)/$(target_gnu)/* \ $(destdir)$(tgtincdir) + # Remove libitm files. + rm -f $(destdir)$(libdir)/libitm.* # Remove libquadmath files. rm -f $(destdir)$(libdir)/libquadmath.* # Remove libtool archives and static libraries. diff --git a/libitm.1.pkg/control b/libitm.1.pkg/control deleted file mode 100644 index f34b0c8..0000000 --- a/libitm.1.pkg/control +++ /dev/null @@ -1,7 +0,0 @@ -Architecture: any -Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, -Description: GNU Tranactional Memory Library - GNU Transactional Memory Library (libitm) provides transaction support for - accesses to the memory of a process, enabling easy-to-use synchronization of - accesses to shared memory by several threads. diff --git a/libitm.1.pkg/files b/libitm.1.pkg/files deleted file mode 100644 index 0c58826..0000000 --- a/libitm.1.pkg/files +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/*/libitm.so.* |