diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-24 18:22:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-24 18:22:10 +0100 |
commit | e5780c9b777243a5c7e36eb442c6e51631813ef8 (patch) | |
tree | 34e1aacad23b0e9d18c4030af7620797d9787631 | |
parent | 6aeae777249891e78bd2125a1c0eb3ac4eef1d69 (diff) |
update TODO, remove duplicate wrong files
-rw-r--r-- | package/libgcj/files/libpthread.so.x86 | 5 | ||||
-rw-r--r-- | package/libgcj/files/libpthread.so.x86_64 | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/package/libgcj/files/libpthread.so.x86 b/package/libgcj/files/libpthread.so.x86 deleted file mode 100644 index e7555c820..000000000 --- a/package/libgcj/files/libpthread.so.x86 +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 deleted file mode 100644 index b0e31f904..000000000 --- a/package/libgcj/files/libpthread.so.x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) |