- Timestamp:
- Jan 11, 2009, 1:34:33 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:
- 209cc86
- Parents:
- 7cb0700
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r7cb0700 r04076fe 45 45 location:</para> 46 46 47 <screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h); do 48 echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' >> ${file}</userinput></screen> 47 <screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h) 48 do echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' >> ${file} 49 done</userinput></screen> 49 50 50 51 <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default -
BOOK/final-preps/chapter.xml
r7cb0700 r04076fe 12 12 <title>Final Preparations</title> 13 13 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/>15 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/> 16 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/> -
BOOK/introduction/common/changelog.xml
r7cb0700 r04076fe 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>January 11, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Fixed mistaken from when STANDARD_STARTFILE_PREFIX was added.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/partitioning/x86-chapter.xml
r7cb0700 r04076fe 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingpartition.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfilesystem.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutclfs.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mounting.xml"/> 18 19
Note:
See TracChangeset
for help on using the changeset viewer.