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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.