Changeset d7f1a52 for BOOK/cross-tools/common/gcc-static.xml
- Timestamp:
- Jun 5, 2009, 10:50:56 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f8177ee
- Parents:
- 6861354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r6861354 rd7f1a52 56 56 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 57 57 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 58 59 <para os="s1">Now we will prevent gcc from running the fixincludes script, so60 it doesn't modify any of the headers we have installed:</para>61 62 <screen os="s2"><userinput>cp -v gcc/Makefile.in{,.orig}63 sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>64 58 65 59 <para os="t1">We will create a dummy <filename>limits.h</filename> so
Note:
See TracChangeset
for help on using the changeset viewer.