Changeset 79e1de7 for BOOK/final-system


Ignore:
Timestamp:
Jul 6, 2009, 4:55:48 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e742e58
Parents:
57e2e06
Message:

Wrap ppl-config on multilib.

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/ppl-64bit.xml

    r57e2e06 r79e1de7  
    7070    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7171    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"
    7280    xpointer="xpointer(//*[@os='j'])"/>
    7381
  • BOOK/final-system/multilib/ppl-64bit.xml

    r57e2e06 r79e1de7  
    7070    xpointer="xpointer(//*[@os='i'])"/>
    7171
     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}
     76ln -svf multiarch_wrapper /usr/bin/ppl-config</userinput></screen>
     77
    7278    <para os="j">Create the 64bit header file:</para>
    7379
  • BOOK/final-system/multilib/ppl-n32.xml

    r57e2e06 r79e1de7  
    7171    xpointer="xpointer(//*[@os='i'])"/>
    7272
     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
    7379    <para os="j">Create the N32 header file:</para>
    7480
  • BOOK/final-system/multilib/ppl.xml

    r57e2e06 r79e1de7  
    7171    xpointer="xpointer(//*[@os='i'])"/>
    7272
     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
    7378    <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>
    7479
Note: See TracChangeset for help on using the changeset viewer.