Changeset e3196bd for BOOK/final-system/multilib
- Timestamp:
- Jan 31, 2009, 6:12:17 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ef60d6b
- Parents:
- 833efa2
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/libtool.xml
r833efa2 re3196bd 64 64 <varlistentry> 65 65 <term><parameter>LDEMULATION=[emulation]</parameter></term> 66 67 68 66 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 67 href="../ppc64/libtool.xml" 68 xpointer="xpointer(//*[@os='c2'])"/> --> 69 69 <listitem os="c2"> 70 70 <para>Libtool tends to do the wrong thing when building for multilib, 71 72 73 74 75 76 77 78 79 80 81 71 at least on the non-default size(s) of architecture. The causes of 72 these errors are not well understood and they can appear, or disappear, 73 as a result of apparently innocuous other changes in the build. In 74 this version of the book, one of the tests (pdemo-make) fails to link 75 because it tries to link the 32-bit objects against 64-bit system 76 libraries. This option enables the test to succeed without impacting 77 the other tests (compare the common alternative fixes of 78 <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests 79 to be executed, and configuring with 80 <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case 81 causes other tests to fail.)</para> 82 82 </listitem> 83 83 </varlistentry> -
BOOK/final-system/multilib/procps.xml
r833efa2 re3196bd 62 62 <listitem> 63 63 <para>The <filename>Makefile</filename> for this package goes to some 64 65 66 64 lengths to build as 64-bit if at all possible. In CLFS we build each 65 library for each available ABI. Overriding the m64 option enables us 66 ignore this completely.</para> 67 67 </listitem> 68 68 </varlistentry> … … 72 72 <listitem> 73 73 <para>The <filename>Makefile</filename> also attempts to install into 74 74 lib64 on multilib, so again we choose to override it.</para> 75 75 </listitem> 76 76 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.