Changeset c98e933 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Mar 18, 2011, 4:38:40 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
7d78056
Parents:
86c5fd0
Message:

Copy libgcc_s.so.1 to $CLFS/lib

libgcc_s.so.1 is needed by at least e2fsprogs when it runs on the target,
thus it needs to be in $CLFS/lib.

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/gcc-final.xml

    r86c5fd0 rc98e933  
    7272    xpointer="xpointer(//*[@os='ak'])"/>
    7373
     74    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     75    href="../common/gcc-final.xml"
     76    xpointer="xpointer(//*[@os='al'])"/>
     77
     78    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     79    href="../common/gcc-final.xml"
     80    xpointer="xpointer(//*[@os='am'])"/>
     81
    7482  </sect2>
    7583
  • BOOK/cross-tools/common/gcc-final.xml

    r86c5fd0 rc98e933  
    9090<screen os="ak"><userinput>make install</userinput></screen>
    9191
     92    <para os="al">Some programs need <filename class="libraryfile">libgcc_s.so.1</filename>
     93    to be included in the target file system.  Copy it to the
     94    <filename class="directory">${CLFS}/lib</filename> directory:</para>
     95
     96<screen os="am"><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/libgcc_s.so.1 ${CLFS}/lib</userinput></screen>
     97 
    9298  </sect2>
    9399
  • BOOK/cross-tools/mips/gcc-final.xml

    r86c5fd0 rc98e933  
    7171    xpointer="xpointer(//*[@os='ak'])"/>
    7272
     73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     74    href="../common/gcc-final.xml"
     75    xpointer="xpointer(//*[@os='al'])"/>
     76
     77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     78    href="../common/gcc-final.xml"
     79    xpointer="xpointer(//*[@os='am'])"/>
     80
    7381  </sect2>
    7482
  • BOOK/cross-tools/x86/gcc-final.xml

    r86c5fd0 rc98e933  
    7070    xpointer="xpointer(//*[@os='ak'])"/>
    7171
     72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     73    href="../common/gcc-final.xml"
     74    xpointer="xpointer(//*[@os='al'])"/>
     75
     76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77    href="../common/gcc-final.xml"
     78    xpointer="xpointer(//*[@os='am'])"/>
     79
    7280  </sect2>
    7381
Note: See TracChangeset for help on using the changeset viewer.