Changeset 948307e for final-system/ppc64/libtool.xml
- Timestamp:
- Jul 29, 2006, 3:47:06 PM (18 years ago)
- Children:
- b6fe857
- Parents:
- cf0287c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/ppc64/libtool.xml
rcf0287c r948307e 47 47 <varlistentry> 48 48 <term><parameter>LDEMULATION=elf32ppc</parameter></term> 49 <listitem os="c2"> 50 <para>Libtool tends to do the wrong thing when building for multilib, 51 at least on the non-default size(s) of architecture. These causes of 52 these errors are not well understood and they can appear, or disappear, 53 as a result of apparently innocuous other changes in the build. In 54 this version of the book, one of the tests (pdemo-make) fails to link 55 because it tries to link the 32-bit objects against 64-bit system 56 libraries. This option enables the test to succeed without impacting 57 the other tests (compare the common alternative fixes of 58 <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests 59 to be executed, and configuring with 60 <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case 61 causes other tests to fail.)</para> 62 </listitem> 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../multilib/libtool.xml" 51 xpointer="xpointer(//*[@os='c2'])"/> 63 52 </varlistentry> 64 53
Note:
See TracChangeset
for help on using the changeset viewer.