- Timestamp:
- Jul 6, 2009, 4:55:48 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e742e58
- Parents:
- 57e2e06
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips64/ppl-64bit.xml
r57e2e06 r79e1de7 70 70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 71 71 href="../multilib/ppl-64bit.xml" 72 xpointer="xpointer(//*[@os='m1'])"/> 73 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 75 href="../multilib/ppl-64bit.xml" 76 xpointer="xpointer(//*[@os='m2'])"/> 77 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 79 href="../multilib/ppl-64bit.xml" 72 80 xpointer="xpointer(//*[@os='j'])"/> 73 81 -
BOOK/final-system/multilib/ppl-64bit.xml
r57e2e06 r79e1de7 70 70 xpointer="xpointer(//*[@os='i'])"/> 71 71 72 <para os="m1">Prepare <filename>ppl-config</filename> to be wrapped by 73 the multiarch wrapper and then wrap it:</para> 74 75 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-64} 76 ln -svf multiarch_wrapper /usr/bin/ppl-config</userinput></screen> 77 72 78 <para os="j">Create the 64bit header file:</para> 73 79 -
BOOK/final-system/multilib/ppl-n32.xml
r57e2e06 r79e1de7 71 71 xpointer="xpointer(//*[@os='i'])"/> 72 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="ppl.xml" 75 xpointer="xpointer(//*[@os='m1'])"/> 76 77 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-n32}</userinput></screen> 78 73 79 <para os="j">Create the N32 header file:</para> 74 80 -
BOOK/final-system/multilib/ppl.xml
r57e2e06 r79e1de7 71 71 xpointer="xpointer(//*[@os='i'])"/> 72 72 73 <para os="m1">Prepare <filename>ppl-config</filename> to be wrapped by 74 the multiarch wrapper:</para> 75 76 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-32}</userinput></screen> 77 73 78 <para os="j">One of the headers installed by PPL is architecture specific. Programs compiled as 32bit will require the header provided by the 32bit installation of PPL. The same applies for 64bit programs. Move the header so a wrapper can be put in its place later:</para> 74 79
Note:
See TracChangeset
for help on using the changeset viewer.