On Mon, 2011-05-23 at 16:04 +0200, Thorsten Behrens wrote:
Bjoern Michaelsen wrote:
pushed on 3-4, still needs one review for 3-4-0 (got another one on
ACKed & pushed by Fridrich & me into -3-4-0
This broke my *vanilla* powerpc multiarch build on Fedora 12, i.e
libgcc_s.so is just a ld script that redirects to the *real*
libgcc_s.so.1.
[caolan@Herem tools]$ gcc -print-file-name=libgcc_s.so
/usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
[caolan@Herem tools]$ file /usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
/usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so: ASCII C program text
[caolan@Herem tools]$ cat /usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-powerpc)
GROUP ( /lib/libgcc_s.so.1 libgcc.a )
[caolan@Herem tools]$ gcc -print-file-name=libgcc_s.so.1
/lib/../lib/libgcc_s.so.1
[caolan@Herem tools]$ file /lib/../lib/libgcc_s.so.1
/lib/../lib/libgcc_s.so.1: symbolic link to `libgcc_s-4.4.4-20100630.so.1'
C.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.