Changeset 4c2d76e for cross-tools/x86_64


Ignore:
Timestamp:
Feb 21, 2006, 1:28:35 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Children:
49aa474f
Parents:
93d0ea2c
Message:

r799@server (orig r797): jim | 2005-12-01 21:26:31 -0800

r873@server: jim | 2005-12-01 21:25:02 -0800
Text Updates from Ryan Oliver


File:
1 edited

Legend:

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

    r93d0ea2c r4c2d76e  
    6363    xpointer="xpointer(//*[@os='aj'])"/>
    6464
    65     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../x86/gcc-final.xml"
    67     xpointer="xpointer(//*[@os='bd'])"/>
     65    <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
     66    so it doesn't pick up the host's header files:</para>
    6867
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../x86/gcc-final.xml"
    71     xpointer="xpointer(//*[@os='be'])"/>
     68<screen os="be"><userinput>cp configure{,.orig}
     69sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
    7270
    7371    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.