Changeset 29b8ee4


Ignore:
Timestamp:
Aug 11, 2013, 10:12:05 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d56e2cd
Parents:
054bc948
Message:

Add sed so that host gmp,isl, and cloog headers and libs are searched properly.

Location:
BOOK/temp-system
Files:
8 edited

Legend:

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

    r054bc948 r29b8ee4  
    8282    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383    href="../common/gcc.xml"
     84    xpointer="xpointer(//*[@os='s1'])"/>
     85
     86    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     87    href="../common/gcc.xml"
     88    xpointer="xpointer(//*[@os='s2'])"/>
     89
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     91    href="../common/gcc.xml"
    8492    xpointer="xpointer(//*[@os='cm'])"/>
    8593
  • BOOK/temp-system/common/gcc.xml

    r054bc948 r29b8ee4  
    8080    </variablelist>
    8181
     82    <para os="s1">The following will prevent GCC from looking in the wrong
     83    directories for headers and libraries:</para>
     84
     85<screen os="s2"><userinput>cp -v Makefile{,.orig}
     86sed "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \
     87    Makefile.orig > Makefile</userinput></screen>
     88
    8289    <para os="cm">Compile the package:</para>
    8390
  • BOOK/temp-system/mips/gcc.xml

    r054bc948 r29b8ee4  
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6666    href="../common/gcc.xml"
     67    xpointer="xpointer(//*[@os='s1'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/gcc.xml"
     71    xpointer="xpointer(//*[@os='s2'])"/>
     72
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     74    href="../common/gcc.xml"
    6775    xpointer="xpointer(//*[@os='cm'])"/>
    6876
  • BOOK/temp-system/mips64-64/gcc.xml

    r054bc948 r29b8ee4  
    7979    </variablelist>
    8080
     81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     82    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'])"/>
    8188
    8289    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/mips64/gcc.xml

    r054bc948 r29b8ee4  
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7474    href="../common/gcc.xml"
     75    xpointer="xpointer(//*[@os='s1'])"/>
     76
     77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     78    href="../common/gcc.xml"
     79    xpointer="xpointer(//*[@os='s2'])"/>
     80
     81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     82    href="../common/gcc.xml"
    7583    xpointer="xpointer(//*[@os='cm'])"/>
    7684
  • BOOK/temp-system/multilib/gcc.xml

    r054bc948 r29b8ee4  
    8686    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8787    href="../common/gcc.xml"
     88    xpointer="xpointer(//*[@os='s1'])"/>
     89
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     91    href="../common/gcc.xml"
     92    xpointer="xpointer(//*[@os='s2'])"/>
     93
     94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     95    href="../common/gcc.xml"
    8896    xpointer="xpointer(//*[@os='cm'])"/>
    8997
  • BOOK/temp-system/ppc/gcc.xml

    r054bc948 r29b8ee4  
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6666    href="../common/gcc.xml"
     67    xpointer="xpointer(//*[@os='s1'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/gcc.xml"
     71    xpointer="xpointer(//*[@os='s2'])"/>
     72
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     74    href="../common/gcc.xml"
    6775    xpointer="xpointer(//*[@os='cm'])"/>
    6876
  • BOOK/temp-system/ppc64/gcc.xml

    r054bc948 r29b8ee4  
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6666    href="../common/gcc.xml"
     67    xpointer="xpointer(//*[@os='s1'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/gcc.xml"
     71    xpointer="xpointer(//*[@os='s2'])"/>
     72
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     74    href="../common/gcc.xml"
    6775    xpointer="xpointer(//*[@os='cm'])"/>
    6876
Note: See TracChangeset for help on using the changeset viewer.