summaryrefslogtreecommitdiff
path: root/package/libgcj/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-24 18:21:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-24 18:21:33 +0100
commit6aeae777249891e78bd2125a1c0eb3ac4eef1d69 (patch)
treeebd4301f4946641751455be64872e1cdc59858d0 /package/libgcj/files
parentec16e71066199ce512767db53b913cce975e5662 (diff)
enable Java support in GCC again, add libgcj library package
Diffstat (limited to 'package/libgcj/files')
-rw-r--r--package/libgcj/files/libpthread.so.x865
-rw-r--r--package/libgcj/files/libpthread.so.x86_645
2 files changed, 10 insertions, 0 deletions
diff --git a/package/libgcj/files/libpthread.so.x86 b/package/libgcj/files/libpthread.so.x86
new file mode 100644
index 000000000..e7555c820
--- /dev/null
+++ b/package/libgcj/files/libpthread.so.x86
@@ -0,0 +1,5 @@
+/* GNU ld script
+ Use the shared library, but some functions are only in
+ the static library, so try that secondarily. */
+OUTPUT_FORMAT(elf32-i386)
+GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )
diff --git a/package/libgcj/files/libpthread.so.x86_64 b/package/libgcj/files/libpthread.so.x86_64
new file mode 100644
index 000000000..b0e31f904
--- /dev/null
+++ b/package/libgcj/files/libpthread.so.x86_64
@@ -0,0 +1,5 @@
+/* GNU ld script
+ Use the shared library, but some functions are only in
+ the static library, so try that secondarily. */
+OUTPUT_FORMAT(elf64-x86-64)
+GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )