Ignore:
Timestamp:
Jul 7, 2009, 8:49:42 AM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b26d64d
Parents:
4261659 (diff), 53750600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

Location:
BOOK/temp-system/64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/cloog-ppl.xml

    r4261659 r6fcaede  
    3838
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    40   --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
    41   --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
     40    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
     41    --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/64/gcc.xml

    r4261659 r6fcaede  
    123123    xpointer="xpointer(//*[@os='cp'])"/>
    124124
    125    <para os="dp">Now we copy the files that are placed in <filename class="directory">/tools/lib64
    126    </filename> to <filename class="directory">/tools/lib</filename>.
    127     We also delete the /tools/lib64 directory:</para>
    128 
    129 <screen os="dq"><userinput>cp -va /tools/lib64/* /tools/lib
    130 rm -rvf /tools/lib64</userinput></screen>
    131 
    132125  </sect2>
    133126
Note: See TracChangeset for help on using the changeset viewer.