summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-22 21:43:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-22 21:43:38 (EDT)
commit42541e7e89ea0108f9001d33392b848124fc6737 (patch)
tree147590d6a91b90415dc02a66b808ec9d11dca238
parent40a1f2a089462a3f8ad5b44c49d4db5727454d63 (diff)
Install files for lib{gomp,itm,quadmath,ssp} pkgs.
-rwxr-xr-xbuild4
-rw-r--r--libgomp.1.pkg/files1
-rw-r--r--libitm.1.pkg/files1
-rw-r--r--libquadmath.0.pkg/files1
-rw-r--r--libssp.0.pkg/files1
5 files changed, 8 insertions, 0 deletions
diff --git a/build b/build
index 7404966..25f4e6e 100755
--- a/build
+++ b/build
@@ -197,6 +197,10 @@ $(install_targets): build
if [ "x$(target)" = 'x$(OPK_HOST_ARCH)' ]; then \
OPK_PACKAGES="$${OPK_PACKAGES} \
libgcc.1 \
+ libssp.0 \
+ libgomp.1 \
+ libitm.1 \
+ libquadmath.0 \
libstdc++.6 \
libstdc++.6-$(base_version)-dev \
gcc-$(base_version)-locales \
diff --git a/libgomp.1.pkg/files b/libgomp.1.pkg/files
new file mode 100644
index 0000000..7abc3ef
--- /dev/null
+++ b/libgomp.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libgomp.so.*
diff --git a/libitm.1.pkg/files b/libitm.1.pkg/files
new file mode 100644
index 0000000..0c58826
--- /dev/null
+++ b/libitm.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libitm.so.*
diff --git a/libquadmath.0.pkg/files b/libquadmath.0.pkg/files
new file mode 100644
index 0000000..36307b0
--- /dev/null
+++ b/libquadmath.0.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libquadmath.so.*
diff --git a/libssp.0.pkg/files b/libssp.0.pkg/files
new file mode 100644
index 0000000..61c8055
--- /dev/null
+++ b/libssp.0.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libssp.so.*