- Timestamp:
- Feb 25, 2006, 11:30:01 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2df03f3
- Parents:
- 371d2dc
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r371d2dc r29e43eb 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006022 3">3 <!ENTITY version "CLFS-SVN-20060225"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "February 2 3, 2006">18 <!ENTITY releasedate "February 25, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/sparc64/changelog.xml
r371d2dc r29e43eb 33 33 34 34 --> 35 36 <listitem> 37 <para>February 25, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[jhuntwork] - Shortened some commands in temp-system gcc. 41 The full path doesn't need to be specified because our PATH should 42 be correct at this point and point to /cross-tools first. 43 Also, we've already set up a variable for AS and LD - no need to 44 use \${LFS_TARGET}-{as,ld}.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 35 48 36 49 <listitem> -
BOOK/temp-system/sparc64/gcc.xml
r371d2dc r29e43eb 108 108 109 109 <screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 110 AS_FOR_TARGET=" /cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>110 AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen> 111 111 112 112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.