source: rtems/scripts/ChangeLog @ 9ea3832c

4.104.114.84.95
Last change on this file since 9ea3832c was c93fb2af, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/02 at 17:33:04

2002-06-14 Joel Sherrill <joel@…>

  • mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add: Updated to gcc 3.1 and gdb 5.2.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12002-06-14      Joel Sherrill <joel@OARcorp.com>
2
3        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
4        Updated to gcc 3.1 and gdb 5.2.
5
62001-05-29      Joel Sherrill <joel@OARcorp.com>
7
8        * setup.def: Updated to binutils 2.12.1.
9        * rtems/Makefile.am: Remove m68k-rtemself references.
10
112002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * mkgcc3newlibspec.in: Remove SETUP (bogus).
14        * gcc3newlib/target-c++.add: New.
15        * gcc3newlib/Makefile.am: Add target-c++.add.
16        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
17        Reflect having split out c++. Various minor fixes.
18        * gcc3newlib/base-gcc.add: Ditto.
19        * gcc3newlib/gccnewlib.add: Ditto.
20        * gcc3newlib/target-gcc.add: Ditto.
21
222002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
25        timestamps.
26
272001-04-16      Joel Sherrill <joel@OARcorp.com>
28
29        * .cvsignore: Added files added by automake 1.6.1.
30        * setup.def: New shot at gcc 3.0.4 RPMs.
31        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
32        Deleted m68k-rtemself.
33        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
34 
352002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
38        Use *.tar.bz2.
39
402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * mkbinutilspec.in: Fix PATCH2.
43
442002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
47
482002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
51
52
532002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * mkbinutilspec.in: Add support for empty patch-version (no patch).
56        * mkgcc3newlibspec.in: Ditto.
57        * setup: Fix gcc3*_versions handling.
58        * setup.def: binutils_patch_version=.
59        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
60        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
61        * binutils/target-binutils.add: Comment out c++filt.
62        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
63        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
64        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
65        Comment out gcc-2.95.x hacks.
66        Remove *.la from installed files.
67        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
68
692001-04-02      Joel Sherrill <joel@OARcorp.com>
70
71        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
72
732001-03-29      Joel Sherrill <joel@OARcorp.com>
74
75        * .cvsignore: Added mkgcc3newlib.
76
772001-03-29      Joel Sherrill <joel@OARcorp.com>
78
79        * gcc3newlib/.cvsignore: New file.
80
812001-03-28      Joel Sherrill <joel@OARcorp.com>
82
83        * Per PR64 added support for gcc 3.x RPMs
84        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
85        * mkgcc3newlibspec.in: New file.
86        * gcc3newlib: New subdirectory.
87        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
88        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
89        README, target-g77.add, target-gcc.add, target-gcj.add,
90        target-objc.add: New files.
91
922001-03-28      Joel Sherrill <joel@OARcorp.com>
93
94        * binutils/binutils.add: Commented out patch since binutils 2.12
95        does not require one.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
108
1092002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
110
111        * PR151
112        * autotools/automake-rtems.spec.in: New.
113        * autotools/automake-rtems.spec: Removed.
114        * configure.ac: Reflect changes above.
115
1162001-02-27      Joel Sherrill <joel@OARcorp.com>
117
118        * configure.ac: Be a little more lenient in matching sparc-solaris.
119
1202002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
123        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
124        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
125        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
126        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
127        gccnewlib/target-objc.add: Added more support for Canadian Cross
128        building.
129
1302001-01-30      Joel Sherrill <joel@OARcorp.com>
131
132        * buildall.in: Corrected logic for detecting when no RPMs are installed.
133
1342001-01-24      Joel Sherrill <joel@OARcorp.com>
135
136        * README: Added Canadian Cross instructions.
137
1382002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
141        * mkbinutilsspec.in: Add propagation of @prefix@.
142        * binutils/base-binutils.add:
143        Let %post and %unpost apply %{_prefix}.
144        Apply %{_prefix} instead of /opt/rtems.
145        * binutils/binutils.add: Update copyright notice.
146        Add _prefix.
147        Apply %{_prefix} instead of /opt/rtems.
148        Remove -a 0 in %setup.
149        Rework hack to SuSE's rpm screwing up %{_target}.
150        Replace ARGS with CONFIGURE_ARGS.
151        * binutils/target-binutils.add:
152        Apply %{_prefix} instead of /opt/rtems.
153
1542002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * binutils/binutils.add: Add initial support for building
157        Canadian cross RPMs.  It should work like this:
158            cd rtems/scripts
159            ./configure --build=`../config.guess` --host=i386-cygwin
160            make install
161            rpm --target=i386-cygwin \
162                /usr/src/redhat/SPECS/<target>-binutils-..spec.
163
164            alien -t /usr/src/redhat/RPMS/....i386.rpm
165        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
166
1672001-01-22      Joel Sherrill <joel@OARcorp.com>
168
169        * buildalltar.in: Modified to support Canadian cross builds.
170        It was testing using a RedHat 7.2 host to build *-rtems tools
171        that run on an i386-cygwin host.
172
1732001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
176
1772001-10-16      Joel Sherrill <joel@OARcorp.com>
178
179        * setup.def: Bumped the gdb_patch_version to account for a configuration
180        problem on psim where it could not be enabled for powerpc-RTEMS.
181        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
182
1832001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
186        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
187        Target_alias.
188        * mkgdbspec.in: Guard sed-pattern against autoconf.
189        * mkbspspec.in: Guard sed-pattern against autoconf.
190        * configure.ac: Rework check for RPM_SPECSdir.
191        * autotools/automake-rtems.spec: Update to automake-1.5.
192
1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.in: Remove.
197        * configure.ac: New file, generated from configure.in by autoupdate.
198
1992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
202        Initially setup CLEANFILES using = instead of += to make
203        automake-1.5 happy.
204
2052001-09-13      Joel Sherrill <joel@OARcorp.com>
206
207        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
208        Revert changes because of gcc 2.5.x/3.0 transition and continue
209        to support gcc 2.95.x as primary version.
210
2112001-09-13      Joel Sherrill <joel@OARcorp.com>
212
213        * mkgccnewlibspec.in,
214        Use Target_alias not target_alias to avoid conflicts with new autoconf.
215        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
216        Only sparc and arm built for C/C++ OK. :(
217        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
218        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
219        * target-gcc.add: Modifications to reflect files not in gcc 3.1
220
2212001-09-13      Joel Sherrill <joel@OARcorp.com>
222
223        * autotools/.cvsignore: New file.
224
2252001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
228        autotools/automake-rtems.spec: New.
229        * configure.in, Makefile.am: Add autotools/.
230
2312001-08-30      Joel Sherrill <joel@OARcorp.com>
232
233        * .cvsignore: Add buildalltar.
234
2352001-08-30      Joel Sherrill <joel@OARcorp.com>
236
237        * buildalltar.in: New file.
238        * configure.in, Makefile.am: Modified to reflect addition of file.
239
2402001-08-10      Joel Sherrill <joel@OARcorp.com>
241
242        * mkgdbspec.in: Make list of simulators very complete.
243        * setup.def: Update versions.
244
2452001-07-03      Joel Sherrill <joel@OARcorp.com>
246
247        * setup.def, binutils.add, gccnewlib.add: Updated to build
248        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
249        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
250
2512001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.in: Remove AC_EXEEXT, treat .exe manually.
254        * gccnewlib/base-gcc.add: Remove cpp.
255        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
256        copyright.
257
2582001-04-16      Joel Sherrill <joel@OARcorp.com>
259
260        * setup.def: Modified the binutils version to 2.11 and
261        RPM revision 3 to reflect experimentation with new binutils release.
262
2632001-04-11      Joel Sherrill <joel@OARcorp.com>
264
265        * binutils/Makefile.am: Added a29k-rtems.
266        * binutils/binutils.add: Switch to .bz2 extension to reflect
267        real way code is compressed on distribution sites now.
268
2692001-03-19      Joel Sherrill <joel@OARcorp.com>
270
271        * setup.def: Updated version numbers and patches for binutils
272        and gdb.  binutils was to get correct patch in field.  gdb
273        was to add mipstx39-rtems configurery support.
274
2752001-03-14      Joel Sherrill <joel@OARcorp.com>
276
277        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
278        configuration to gdb since this includes the JMR3904 simulator.
279
2802001-01-03      Joel Sherrill <joel@OARcorp.com>
281
282        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
283        binutils HISTORY to reflect new revision.  Updated gcc to fix
284        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
285
2862000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * gccnewlib/gccnewlib.add: Fix typo in URL.
289
2902000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
293        instead of $target to setup RPM_CPU, move chmod 755 buildall to
294        AC_OUTPUT's extra-cmds.
295       
2962000-10-30      Joel Sherrill <joel@OARcorp.com>
297
298        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
299        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
300        Added mips-rtems, updated to include new patches and
301        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
302
3032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
306
3072000-10-18      Joel Sherrill <joel@OARcorp.com>
308
309        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
310
3112000-08-30      Joel Sherrill <joel@OARcorp.com>
312
313        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
314        Patches primarily add or16/or32 basic support to newlib and
315        i386 multilib improvements to gcc from Ralf Corsepius.
316
3172000-08-10      Joel Sherrill <joel@OARcorp.com>
318
319        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.