Changeset 4c2d76e for cross-tools/x86_64
- Timestamp:
- Feb 21, 2006, 1:28:35 AM (19 years ago)
- Children:
- 49aa474f
- Parents:
- 93d0ea2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86_64/gcc-final.xml
r93d0ea2c r4c2d76e 63 63 xpointer="xpointer(//*[@os='aj'])"/> 64 64 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> 68 67 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} 69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen> 72 70 73 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.