Changeset 8e23f7c in clfs-sysroot
- Timestamp:
 - May 26, 2006, 4:56:33 PM (19 years ago)
 - Branches:
 - master
 - Children:
 - 1f0a9c9
 - Parents:
 - 4b6ae47
 - Location:
 - BOOK
 - Files:
 - 
      
- 1 added
 - 4 edited
 
- 
          
  Makefile (modified) (1 diff)
 - 
          
  cross-tools/arm-chapter.xml (modified) (1 diff)
 - 
          
  cross-tools/common/file.xml (added)
 - 
          
  cross-tools/common/gcc-final.xml (modified) (1 diff)
 - 
          
  cross-tools/common/gcc-static.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/Makefile
r4b6ae47 r8e23f7c 122 122 @echo 123 123 @echo "Dump-Commands Targets" 124 @echo -e " \e[0;32m tdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m"124 @echo -e " \e[0;32mdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m" 125 125 @echo 126 126 @echo "Download-List Targets"  - 
      
BOOK/cross-tools/arm-chapter.xml
r4b6ae47 r8e23f7c 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/> 23 24 24 25 </chapter>  - 
      
BOOK/cross-tools/common/gcc-final.xml
r4b6ae47 r8e23f7c 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os=' f'])"/>51 xpointer="xpointer(//*[@os='c'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os=' g'])"/>55 xpointer="xpointer(//*[@os='d'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os=' h'])"/>59 xpointer="xpointer(//*[@os='e'])"/> 60 60 61 61 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \  - 
      
BOOK/cross-tools/common/gcc-static.xml
r4b6ae47 r8e23f7c 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 39 href="../../final-system/common/gcc.xml" 40 xpointer="xpointer(//*[@os=' f'])"/>40 xpointer="xpointer(//*[@os='c'])"/> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 43 href="../../final-system/common/gcc.xml" 44 xpointer="xpointer(//*[@os=' g'])"/>44 xpointer="xpointer(//*[@os='d'])"/> 45 45 46 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 47 href="../../final-system/common/gcc.xml" 48 xpointer="xpointer(//*[@os=' h'])"/>48 xpointer="xpointer(//*[@os='e'])"/> 49 49 50 50 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  