Changeset 3b9221c


Ignore:
Timestamp:
Nov 27, 2015, 11:21:09 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
8452ed7
Parents:
d24f06a
Message:

Remove unneeded sed for LIB and INC.

Location:
BOOK/temp-system
Files:
8 edited

Legend:

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

    rd24f06a r3b9221c  
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8686    href="../common/gcc.xml"
    87     xpointer="xpointer(//*[@os='s1'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/gcc.xml"
    91     xpointer="xpointer(//*[@os='s2'])"/>
    92 
    93     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94     href="../common/gcc.xml"
    9587    xpointer="xpointer(//*[@os='cm'])"/>
    9688
  • BOOK/temp-system/common/gcc.xml

    rd24f06a r3b9221c  
    9191    </variablelist>
    9292
    93     <para os="s1">The following will prevent GCC from looking in the wrong
    94     directories for headers and libraries:</para>
    95 
    96 <screen os="s2"><userinput>cp -v Makefile{,.orig}
    97 sed "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \
    98     Makefile.orig &gt; Makefile</userinput></screen>
    99 
    10093    <para os="cm">Compile the package:</para>
    10194
  • BOOK/temp-system/mips64-64/gcc.xml

    rd24f06a r3b9221c  
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8484    href="../common/gcc.xml"
    85     xpointer="xpointer(//*[@os='s1'])"/>
    86 
    87     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    88     href="../common/gcc.xml"
    89     xpointer="xpointer(//*[@os='s2'])"/>
    90 
    91     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    92     href="../common/gcc.xml"
    9385    xpointer="xpointer(//*[@os='cm'])"/>
    9486
  • BOOK/temp-system/mips64/gcc.xml

    rd24f06a r3b9221c  
    8484    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8585    href="../common/gcc.xml"
    86     xpointer="xpointer(//*[@os='s1'])"/>
    87 
    88     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89     href="../common/gcc.xml"
    90     xpointer="xpointer(//*[@os='s2'])"/>
    91 
    92     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93     href="../common/gcc.xml"
    9486    xpointer="xpointer(//*[@os='cm'])"/>
    9587
  • BOOK/temp-system/multilib/gcc.xml

    rd24f06a r3b9221c  
    8484    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8585    href="../common/gcc.xml"
    86     xpointer="xpointer(//*[@os='s1'])"/>
    87 
    88     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89     href="../common/gcc.xml"
    90     xpointer="xpointer(//*[@os='s2'])"/>
    91 
    92     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93     href="../common/gcc.xml"
    9486    xpointer="xpointer(//*[@os='cm'])"/>
    9587
  • BOOK/temp-system/ppc/gcc.xml

    rd24f06a r3b9221c  
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8282    href="../common/gcc.xml"
    83     xpointer="xpointer(//*[@os='s1'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/gcc.xml"
    87     xpointer="xpointer(//*[@os='s2'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/gcc.xml"
    9183    xpointer="xpointer(//*[@os='cm'])"/>
    9284
  • BOOK/temp-system/ppc64-64/gcc.xml

    rd24f06a r3b9221c  
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8484    href="../common/gcc.xml"
    85     xpointer="xpointer(//*[@os='s1'])"/>
    86 
    87     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    88     href="../common/gcc.xml"
    89     xpointer="xpointer(//*[@os='s2'])"/>
    90 
    91     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    92     href="../common/gcc.xml"
    9385    xpointer="xpointer(//*[@os='cm'])"/>
    9486
  • BOOK/temp-system/ppc64/gcc.xml

    rd24f06a r3b9221c  
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8282    href="../common/gcc.xml"
    83     xpointer="xpointer(//*[@os='s1'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/gcc.xml"
    87     xpointer="xpointer(//*[@os='s2'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/gcc.xml"
    9183    xpointer="xpointer(//*[@os='cm'])"/>
    9284
Note: See TracChangeset for help on using the changeset viewer.