source: introduction/sparc64/changelog.xml@ 9213182

Last change on this file since 9213182 was c1625be, checked in by Jim Gifford <clfs@…>, 19 years ago

r2414@server (orig r1204): jhuntwork | 2006-02-25 11:26:14 -0800
Shortened some commands in temp-system gcc for sparc64.
The full path doesn't need to be specified because our PATH should be correct at this point and point to /cross-tools first.
Also, we've already set up a variable for AS and LD - no need to use ${LFS_TARGET}-{as,ld}.


  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog-sparc64">
9 <?dbhtml filename="changelog-sparc64.html"?>
10
11 <title>Changelog for Sparc64</title>
12
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
14 href="../x86/changelog.xml"
15 xpointer="xpointer(/sect1/para[1])"/>
16
17 <itemizedlist>
18 <title>Changelog Entries:</title>
19
20<!-- Changelog template
21
22 <listitem>
23 <para>Date</para>
24 <itemizedlist>
25 <listitem>
26 <para>[name] - Changelog entry.</para>
27 </listitem>
28 <listitem>
29 <para>[name] - Another changelog entry.</para>
30 </listitem>
31 </itemizedlist>
32 </listitem>
33
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>
48
49 <listitem>
50 <para>February 11, 2006</para>
51 <itemizedlist>
52 <listitem>
53 <para>[jim] - Re-added GCCTARGET to Sparc64 builds.</para>
54 </listitem>
55 </itemizedlist>
56 </listitem>
57
58 <listitem>
59 <para>February 2, 2006</para>
60 <itemizedlist>
61 <listitem>
62 <para>[jhuntwork] - Fix some missing text in sparc64 temp-system
63 binutils.</para>
64 </listitem>
65 </itemizedlist>
66 </listitem>
67
68 <listitem>
69 <para>January 3, 2006</para>
70 <itemizedlist>
71 <listitem>
72 <para>[jim] - Silo builds correctly only if Silo and Elftoaout are built as
73 32 Bit.</para>
74 </listitem>
75 <listitem>
76 <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using
77 a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para>
78 </listitem>
79 </itemizedlist>
80 </listitem>
81
82 <listitem>
83 <para>January 2, 2006</para>
84 <itemizedlist>
85 <listitem>
86 <para>[jim] - Silo Updated to 1.4.10.</para>
87 </listitem>
88 </itemizedlist>
89 </listitem>
90
91 <listitem>
92 <para>December 21, 2005</para>
93 <itemizedlist>
94 <listitem>
95 <para>[jim] - Fixed Glibc build. Thank you Frans Verstegen.</para>
96 </listitem>
97 </itemizedlist>
98 </listitem>
99
100 <listitem>
101 <para>December 9, 2005</para>
102 <itemizedlist>
103 <listitem>
104 <para>[ken] - Set prefix to '/' in multilib module-init-tools, to
105 prevent man pages going into /share.</para>
106 </listitem>
107 <listitem>
108 <para>[ken] - Simplify the installation of multilib bzip2.
109 Thanks to Go Moko.</para>
110 </listitem>
111 </itemizedlist>
112 </listitem>
113
114 <listitem>
115 <para>November 15, 2005</para>
116 <itemizedlist>
117 <listitem>
118 <para>[ken] - Correct temporary perl instructions to actually install
119 perl. Thanks to Harri K. Tikkala. Fix text for number of directories
120 to add to ld.so.conf - Thanks to Go Moko.</para>
121 </listitem>
122 </itemizedlist>
123 </listitem>
124
125 <listitem>
126 <para>November 11, 2005</para>
127 <itemizedlist>
128 <listitem>
129 <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
130 </listitem>
131 </itemizedlist>
132 </listitem>
133
134 <listitem>
135 <para>November 10, 2005</para>
136 <itemizedlist>
137 <listitem>
138 <para>[jim] - Fixed typo in GCCTARGET export. Thank you Erik van der Kolk.</para>
139 </listitem>
140 </itemizedlist>
141 </listitem>
142
143 <listitem>
144 <para>November 8, 2005</para>
145 <itemizedlist>
146 <listitem>
147 <para>[jim] - Added patch to fix Binutils Sparc aout usage.</para>
148 </listitem>
149 </itemizedlist>
150 </listitem>
151
152 <listitem>
153 <para>October 31, 2005</para>
154 <itemizedlist>
155 <listitem>
156 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
157 </listitem>
158 </itemizedlist>
159 </listitem>
160
161 </itemizedlist>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.