source: rtems/scripts/ChangeLog @ e4c2a09

4.104.114.84.95
Last change on this file since e4c2a09 was e4c2a09, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/05 at 08:25:38

2005-04-12 Ralf Corsepius <ralf.corsepius@…>

  • gcc3newlib/gccnewlib.add: Default to not building gcj for all gcc versions. Cleanup comments.
  • Property mode set to 100644
File size: 43.2 KB
Line 
12005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * gcc3newlib/gccnewlib.add: Default to not building gcj for all gcc
4        versions. Cleanup comments.
5
62005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * configure.ac, setup, setup.def, gcc3newlib/mkspec.in:
9        Use newlib_* instead of gcc3newlib_* for setup.* values.
10
112005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * configure.ac, setup, setup.def, gcc3newlib/mkspec.in:
14        Use gcc_* instead of gcc3_* for setup.* values.
15
162005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * binutils/binutils.add, gdb/gdb.add: Sync %setup with gcc/gcc.add
19        for consistency.
20
212005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * binutils/binutils.add, gcc3newlib/gccnewlib.add, gdb/gdb.add:
24        Apply patches in tool subdirs.
25
262005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * binutils/binutils.add, binutils/mkspec.in:
29        Eliminate @PATCH2@.
30        * gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in:
31        Eliminate @PATCH2@, @PATCH4@.
32        * gdb/gdb.add, gdb/mkspec.in:
33        Eliminate @PATCH2@.
34
352005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * binutils/binutils.add, gcc3newlib/gccnewlib.add,
38        gdb/gdb.add: Add support for rpmbuild --with sources.
39
402005-03-17      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * gdb/Makefile.am: Add avr, mips64.
43        Cosmetics.
44        * gdb/base-gdb.add: Reflect gdb-6.3 not shipping mmalloc.info*.
45        * gdb/target-gdb.add: Add support for gcc-6.3's gdbtui.
46        * gdb/mkspec.in: Add PATCH-magic.
47        Add gdb_suffix.
48
492005-03-12      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * binutils/binutils.add, binutils/mkspec.in, setup.def:
52        Add binutils_suffix.
53        * binutils/target-binutils.add: Preparations for binutils-2.16.
54
552005-02-24      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, setup.def:
58        Add gcc_suffix. Add newlib_suffix.
59
602005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * autotools/automake-rtems.spec.in: automake-1.9.5.
63
642005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * gcc3newlib/Makefile.am: Remove sh-rtemself. Add sh-rtemscoff.
67
682005-01-17      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).
71
722005-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * gcc3newlib/gccnewlib.add: Change my email address.
75        Add tic4x-*.
76
772005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * autotools/automake-rtems.spec.in: automake-1.9.4.
80
812004-11-02      Joel Sherrill <joel@OARcorp.com>
82
83        * setup.def: Include PowerPC patch to make C++ global constructors work
84        -- gcc 3.3.5/newlib-1.12.0 revision 2.
85
862004-10-29      Joel Sherrill <joel@OARcorp.com>
87
88        * setup.def: Update gcc to 3.3.5 and binutils to 2.15.
89        * autotools/autoconf-rtems.spec.in: Temporarily do not include
90        some of the documentation since it causes the RPM build to fail.
91        * binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
92
932004-09-29      Joel Sherrill <joel@OARcorp.com>
94
95        * buildall.in, buildalltar.in, binutils/Makefile.am,
96        cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add,
97        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
98        rtemsdoc/Makefile.am: i960 obsoleted.
99
1002004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * configure.ac: Require automake > 1.9.
103
1042004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * binutils/binutils.add: Rename package from binutils-collection to
107        binutils. Cleanups.
108        * binutils/target-binutils.add: Reflect changes above.
109        * binutils/Makefile.am: Add avr. Reflect changes above.
110        * autotools/autoconf-rtems.spec.in: Cleanup for chroot'ed builds.
111        * autotools/automake-rtems.spec.in: automake-1.9.2.
112        Cleanup for chroot'ed builds.
113        * gcc3newlib/Makefile.am: Add avr-rtems*gcc.
114        * gcc3newlib/gccnewlib.add: Disable c++ for avr.
115
1162004-07-29      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * autotools/automake.spec.in: automake-1.9.
119
1202004-05-23      Joel Sherrill <joel@OARcorp.com>
121
122        * gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and
123        Ada. Until we can fix it, it is disabled.
124
1252004-05-23      Joel Sherrill <joel@OARcorp.com>
126
127        * gcc3newlib/target-gnat.add: Fix path to gnat1.
128
1292004-05-18      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * binutils/Makefile.am: Add sh-rtemscoff.
132        Remove sh-rtemself.
133        * binutils/binutils.add: BuildRequires flex.
134        * autotools/automake-rtems.spec.in: Automake 1.8.5.
135
1362004-04-29      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * gcc3newlib/gccnewlib.add: Another attempt to make *info.gz
139        handling more robust.
140
1412004-04-26      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * autotools/automake-rtems.spec.in: Upgrade to 1.8.4.
144
1452004-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Index: base-g77.add, base-gcc.add, base-gcj.add, base-gnat.add,
148        gccnewlib.add, target-c++.add, target-gcc.add, target-gcj.add:
149        Apply _infodir, _mandir. Gzip man pages.
150        Reflect gcc having fixed gccinstall.info.
151
1522004-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * binutils/base-binutils.add: Apply _infodir.
155        Don't install libiberty. Misc. cleanups.
156        * binutils/binutils.add: Apply _infodir, _mandir.
157        Don't install libiberty. Gzip man pages. Misc. cleanups.
158        * binutils/target-binutils.add: Apply _mandir.
159
1602004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * autotools/automake-rtems.spec.in: Upgrade to 1.8.3.
163
1642004-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * gcc3newlib/gccnewlib.add: Disable gnats.
167        Further preparations for gcc-3.4.0
168        * gcc3newlib/base-gcc.add, gcc3newlib/target-gnat.add,
169        gcc3newlib/base-gcj.add, gcc3newlib/target-gcj.add:
170        Reflect changes to gcc3newlib/gccnewlib.add.
171
1722004-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * gcc3newlib/base-gcc.add, gcc3newlib/target-g77.add,
175        gcc3newlib/target-objc.add: Preps for gcc-3.4.0.
176        Reflect changes to gcc3newlib/gccnewlib.add.
177
1782004-03-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * gcc3newlib/target-gcc.add, gcc3newlib/target-c++.add:
181        Reflect changes to gcc3newlib/gccnewlib.add.
182
1832004-03-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * gcc3newlib/gccnewlib.add: Preps. for gcc-3.4.0.
186        Add %gcclib, %gccexec.
187
1882004-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * binutils/base-binutils.add: Preparations for binutils-2.15.
191
1922004-02-24      Joel Sherrill <joel@OARcorp.com>
193
194        PR 580/tools
195        * setup.def: Fix setup.def to match current reality.
196
1972004-02-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * gdb/base-gdb.add: Add annotate.info.
200        * gdb/gdb.add: Remove info/dir.
201
2022004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am, gdb/Makefile.am: Cosmetics.
205
2062004-02-19      Joel Sherrill <joel@OARcorp.com>
207
208        * setup.def, gdb/gdb.add: gdb 6.0 RPMs built.
209
2102004-02-19      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: Replace RTEMS user account with Joel.
213
2142004-02-17      Joel Sherrill <joel@oarcorp.com>
215
216        * setup.def, gdb/base-gdb.add, gdb/gdb.add: Building a gcc 3.2.3 i960
217        gcc and updating gdb to 5.3.
218
2192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac, setup, setup.def: Remove now unused vars.
222
2232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * mkgccnewlibspec.in, gccnewlib/.cvsignore, gccnewlib/HISTORY,
226        gccnewlib/Makefile.am, gccnewlib/README, gccnewlib/base-chill.add,
227        gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add,
228        gccnewlib/gccnewlib.add, gccnewlib/header.add,
229        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
230        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
231        gccnewlib/target-objc.add: Remove (Obsolete).
232        * configure.ac, Makefile.am: Reflect changes above.
233
2342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * gcc3newlib/gcc3newlib.add: Remove info/dir.
237        Cosmetics.
238
2392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * setup.def: Adapt to what Joel already ships -
242        gcc3_version=3.3.2, gcc3_patch_version=20031216,
243        gcc3newlib_rpm_release=3
244
2452004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE.
248        * rtemsdoc/.cvsignore: Reformat.
249        * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
250        rtems-source.add, Use rtems_source_spec_DEPS instead of
251        rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
252        * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
253        * rtemsdoc/mkspec.in: Remove.
254        * rtemsdoc/Makefile.am: Reworked.
255        * rtemsdoc/header.add: Update Copyright notice.
256        * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
257        Add %{rpmgroup}. Remove bzip-ing *.ps.
258        * rtemsdoc/supplement.add.in: Add %{rpmgroup}.
259        * rtemsdoc/templ.add.in: Add %{rpmgroup}.
260
2612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * rtems/rtems-source.add: Require automake-1.8.2, autoconf-2.59.
264
2652004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/rtems-source.add: New.
268        * Makefile.am: Add rtems/rtems-source.spec handling.
269        * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
270        * common/common.add.in: Use www.rtems.com as Vendor.
271
2722004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
275
2762004-01-28      Joel Sherrill <joel@oarcorp.com>
277
278        * buildall.in, buildalltar.in, binutils/Makefile.am,
279        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
280        gdb/Makefile.am: Attempt to convert all c4x-rtems references to
281        tic4x-rtems. Left the rtems documentation alone.
282
2832004-01-28      Joel Sherrill <joel@oarcorp.com>
284
285        * configure.ac: Enable OS versioning by default for 4.7 branch.
286        * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs.
287        * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in:
288        Update for new tool spin.
289
2902004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * scripts/automake.spec.in: 1.8.2.
293
2942004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * scripts/automake.spec.in: 1.8.1.
297        Add Patch0 automake-1.8.1-rtems-20040112-1.diff.
298        Add defattr, URL:-tag.
299
3002004-01-08      Joel Sherrill <joel@OARcorp.com>
301
302        * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031216
303        gcc patch (RPM revision 4.7-2).
304
3052004-01-07      Joel Sherrill <joel@OARcorp.com>
306
307        * buildall.in, buildalltar.in, binutils/Makefile.am,
308        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
309        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
310        rtemsdoc/Makefile.am: mips64orion port removed as mips port more
311        completely covers the MIPS family.
312
3132003-12-16      Joel Sherrill <joel@OARcorp.com>
314
315        * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031022
316        gcc patch (RPM revision 4.7-1).
317
3182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
321
3222003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Cosmetics.
325        * autotools/Makefile.am: Cosmetics.
326        * autotools/autoconf-rtems.spec.in: 2.59.
327        * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59.
328        * binutils/Makefile.am: Cosmetics.
329        * cpukit/Makefile.am: Cosmetics.
330        * gcc3newlib/Makefile.am: Cosmetics.
331        * gccnewlib/Makefile.am: Cosmetics.
332        * gdb/Makefile.am: Cosmetics.
333        * rtems/Makefile.am: Cosmetics.
334        * rtemsdoc/Makefile.am: Cosmetics.
335
3362003-11-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * gcc3newlib/gccnewlib.add: Add hacks to make gnatlib
339        buildable.
340        * gcc3newlib/base-gnat.add: Add info files.
341
3422003-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * gcc3newlib/gccnewlib.add: Make not building gnat and gcj the
345        default for gcc-3.3.
346
3472003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * binutils/Makefile.am: Add tic4x.
350        * binutils/mkspec.in: Remove duplicate rpmgroup.
351
3522003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * gcc3newlib/Makefile.am: Add tic4x.
355        * gcc3newlib/gccnewlib.add: Don't install install-tools for
356        gcc >= 3.3.
357
3582003-10-22      Joel Sherrill <joel@OARcorp.com>
359
360        * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to
361        3.2.3 with 20030826 gcc patch.
362
3632003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * cpukit/target-cpukit.add: New.
366        * cpukit/Makefile.am: Reflect having added target-cpukit.add.
367        Acknowledge osversion.
368        * cpukit/mkspec.in: Acknowledge osversion and rpmgroup.
369        * cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
370
3712003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * autotools/automake-rtems.spec.in: Automake-1.7.8.
374
3752003-09-26      Joel Sherrill <joel@OARcorp.com>
376
377        * buildall.in, buildalltar.in, binutils/Makefile.am,
378        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
379        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
380        rtemsdoc/Makefile.am: Obsoleting HP PA-RISC port.
381
3822003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * autotools/automake-rtems.spec.in: Automake-1.7.7.
385
3862003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * gcc3newlib/gccnewlib.add: Fix duplicate removal of c++filt.
389        * gcc3newlib/base-gcj.add: Add fastjar.info, jar.1, grepjar.1.
390        * setup.def: gcc3newlib_rpm_release=4.
391
3922003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * binutils/base-binutils.add: Add osversion support.
395        * binutils/binutils.add: Add osversion support.
396        %setup -n %{name}-%{version}.
397        Don't remove c++filt.
398        * binutils/target-binutils.add: Add osversion support.
399        Pickup c++filt.
400        * gcc3newlib/base-g77.add: Add osversion support.
401        * gcc3newlib/base-gcc.add: Add osversion support.
402        * gcc3newlib/base-gcj.add: Add osversion support.
403        * gcc3newlib/base-gnat.add: Add osversion support.
404        * gcc3newlib/gccnewlib.add: Add osversion support.
405        Remove c++filt,
406        %setup -n -n %{name}-%{version}.
407        * gcc3newlib/target-c++.add: Add osversion support.
408        Don't pickup c++filt.
409        * gcc3newlib/target-g77.add: Add osversion support.
410        * gcc3newlib/target-gcc.add: Add osversion support.
411        * gcc3newlib/target-gcj.add: Add osversion support.
412        * gcc3newlib/target-gnat.add: Add osversion support.
413        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
414        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
415        gdb_version, gdb_target.
416        * gdb/target-gdb.add: Ditto.
417        * gdb/gdb.add: Ditto.
418        %setup -n -n %{name}-%{version}.
419
4202003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
423        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
424
4252003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
428        * binutils/Makefile.am: Add osversion support.
429        * binutils/mkspec.in: Add osversion support.
430        * gcc3newlib/Makefile.am: Add osversion support.
431        * gcc3newlib/mkspec.in: Add osversion support.
432        * gdb/Makefile.am: Add osversion support.
433        * gdb/mkspec.in: Add osversion support.
434        Add rpmprefix, rpmgroup.
435
4362003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am, configure.ac,
439        autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in,
440        binutils/Makefile.am, binutils/base-binutils.add,
441        binutils/binutils.add, binutils/mkspec.in,
442        binutils/target-binutils.add,
443        common/common.add.in,
444        cpukit/Makefile.am,
445        gcc3newlib/Makefile.am, gcc3newlib/base-g77.add,
446        gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add,
447        gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add,
448        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
449        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
450        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
451        gcc3newlib/target-objc.add,
452        gccnewlib/Makefile.am,
453        gdb/Makefile.am,
454        rtems/Makefile.am,
455        rtemsdoc/Makefile.am:
456        Merger from rtems-4-6-branch.
457        * common/common.am: New.
458
4592003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
462        Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
463        from running (Chokes on foreign object formats).
464        * gcc3newlib/base-g77.add:
465        Use %{gcc_version} instead of @gcc_version@.
466        * gcc3newlib/gccnewlib.add:
467        Use %{gcc_version} instead of @gcc_version@.
468        Reflect gcc >= 3.3 shipping monolytic infos.
469        * gcc3newlib/target-c++.add:
470        Use %{gcc_version} instead of @gcc_version@.
471        Don't pickup c++filt.
472        * gcc3newlib/target-g77.add:
473        Use %{gcc_version} instead of @gcc_version@.
474        * gcc3newlib/target-gcc.add:
475        Use %{gcc_version} instead of @gcc_version@.
476        * gcc3newlib/target-gcj.add:
477        Use %{gcc_version} instead of @gcc_version@.
478        * gcc3newlib/target-gnat.add:
479        Use %{gcc_version} instead of @gcc_version@.
480        * gcc3newlib/target-objc.add:
481        Use %{gcc_version} instead of @gcc_version@.
482
4832003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * binutils/binutils.add: Preps for 2.14.
486        Use %{binutils_version} instead of @binutils_version@.
487        * binutils/base_binutils.add: Preps for 2.14.
488
4892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
492
4932003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * autotools/automake-rtems.spec.in: Automake-1.7.6.
496
4972003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * autotools/automake-rtems.spec.in: Automake-1.7.5.
500
5012003-06-02      Joel Sherrill <joel@OARcorp.com>
502
503        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
504
5052003-05-07      Joel Sherrill <joel@OARcorp.com>
506
507        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
508        * gcc3newlib/gccnewlib.add: We used .bz2 files.
509
5102003-04-18      Joel Sherrill <joel@OARcorp.com>
511
512        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
513        * gcc3newlib/gccnewlib.add: We used .bz2 files.
514
5152003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
518        Apply %gcc_version, %newlib_version.
519        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
520        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
521        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
522        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
523        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
524        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
525
5262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
529
5302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: AC_PREREQ(2.57).
533
5342003-02-10      Joel Sherrill <joel@OARcorp.com>
535
536        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
537        determine which targets have simulators, configure with appropriate
538        arguments, and package the correct files.
539
5402003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
543        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
544        gcj from rpmbuild command line.
545        Copy gsyslimits.h for CDN-X compilation.
546
5472003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * README.cdn-X: New.
550        * binutils/binutils.add: Add --build=%_build --host=%_host.
551        * cpukit/.cvsignore: Add *.spec.in.
552        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
553        * gdb/gdb.add: Add --build=%_build --host=%_host.
554        * rtemsdoc/.cvsignore: Add *.spec.in.
555
5562003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * gcc3newlib/gccnewlib.add: Remove Buildroot.
559        * common/.cvsignore: New.
560
5612003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
564        * binutils/Makefile.am: Fix path to clean.add.
565        * binutils/binutils.add: Remove BuildRoot.
566        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
567        $(top_builddir)/common/clean.add, header.add.
568        Generate rtems-cpukit.spec.in.
569        * cpukit/header.add: New.
570        * cpukit/rtems-cpukit.spec.in: Remove.
571        * cpukit/rtems-cpukit.add: New.
572        * gccnewlib/gccnewlib.add: Remove Buildroot.
573        * gdb/gdb.add: Remove Buildroot.
574        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
575
5762003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
579        $(top_builddir)/common/clean.add, header.add.
580        Generate rtemsdoc.spec.in.
581        * rtemsdoc/mkspec.in: Remove exe_ext.
582        * rtemsdoc/rtemsdoc.spec.in: Remove.
583        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
584        $(top_builddir)/common/clean.add, header.add.
585        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
586        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
587        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
588        Remove header, broken cdn-X configuration, %clean.
589        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
590        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
591        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
592        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
593
5942003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * gdb/gdb.add: Remove header, broken cdn-X configuration,
597        %clean, Replace @exe_ext@ with %{_exeext}.
598        * gdb/mkspec.in: Remove exe_ext.
599        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
600        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
601        $(top_builddir)/common/clean.add, header.add.
602        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
603        * cpukit/mkspec.in: Remove exe_ext.
604        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
605        $(top_builddir)/common/clean.add, header.add.
606
6072003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
610        %clean, Replace @exe_ext@ with %{_exeext}.
611        * gcc3newlib/mkspec.in: Remove exe_ext.
612        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
613        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
614        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
615        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
616        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
617        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
618        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
619        $(top_builddir)/common/clean.add, header.add.
620
6212003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * Makefile.am: Remove reference to mkbinutilsspec.
624        * configure.ac: Remove EXEEXT check.
625        Add common/clean.add, common/common.add.
626
6272003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * binutils/binutils.add: Remove header, broken cdn-X configuration,
630        %clean.
631        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
632        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
633
6342003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * gcc3newlib/header.add: New.
637        * gccnewlib/header.add: New.
638        * binutils/header.add: New.
639        * gdb/header.add: New.
640        * rtemsdoc/header.add: New.
641        * rtemsdoc/rtemsdoc.add: New.
642        * common/clean.add.in: New.
643        * common/common.add.in: New.
644
6452003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * binutils/mkspec.in: New.
648        * binutils/.cvsignore: Add mkspec.
649        * mkbinutilspec.in: Remove.
650        * gdb/Makefile.am: Depend on mkspec.
651        * binutils/binutils.add: Add @exe_ext@ to c++filt.
652        Add %_defaultbuildroot.
653        * configure.ac: Reflect changes above.
654        * binutils/Makefile.am: Reflect changes above.
655        * Makefile.am: Remove mkbinutilspec.
656
6572003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * gdb/.cvsignore: Add mkspec.
660
6612003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * ChangeLog: Fix yesterday's entry.
664        * gdb/target-gdb.add: %defattr(-,root,root).
665        Use %{_prefix} instead of /opt/rtems.
666        Misc. minor changes.
667        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
668        Remove stray unpackaged files.
669        Use %{_defaultbuildroot} instead of hard-coded values.
670        configure --disable-nls.
671        Misc. minor changes.
672        Add BuildPreReq: ncurses-devel.
673        * gdb/base-gdb.add: %defattr(-,root,root).
674        Use %{_prefix} instead of /opt/rtems.
675        Misc. minor changes.
676        * gdb/mkspec.in: New.
677        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
678        * gcc3newlib/mkspec.in: Fix usage.
679        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
680        hard-coded values. Update copyright notice.
681        * mkgdbspec.in: Removed.
682        * Makefile.am: Remove mkgdbspec.
683        * configure.ac: Remove mkgdbspec.
684        Add gdb/mkspec.
685
6862003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
689        Add %defattr(-,root,root) to "dir".
690        * gcc3newlib/base-g77.add: %defattr(-,root,root).
691        * gcc3newlib/base-gcc.add %defattr(-,root,root).
692        * gcc3newlib/base-gcj.add %defattr(-,root,root).
693        * gcc3newlib/base-gnat.add %defattr(-,root,root).
694        * gcc3newlib/target-c++.add %defattr(-,root,root).
695        * gcc3newlib/target-g77.add %defattr(-,root,root).
696        * gcc3newlib/target-gcc.add %defattr(-,root,root).
697        * gcc3newlib/target-gcj.add %defattr(-,root,root).
698        * gcc3newlib/target-gnat.add %defattr(-,root,root).
699        * gcc3newlib/target-objc.add %defattr(-,root,root).
700
7012003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * setup.def: binutils_rpm_release=2.
704        * binutils/base-binutils.add: %defattr(-,root,root).
705        * binutils/target-binutils.add: Ditto.
706        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
707
7082003-01-27      Joel Sherrill <joel@OARcorp.com>
709
710        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
711        with a special RTEMS user account.
712
7132003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Add rtemsdoc.
716        * Makefile.ac: Add rtemsdoc.
717        * rtemsdoc/README: New.
718        * rtemsdoc/.cvsignore: New.
719
7202003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * rtemsdoc/Makefile.am: New.
723        * rtemsdoc/mkspec.in: New.
724        * rtemsdoc/rtemsdoc.spec.in: New.
725        * rtemsdoc/supplement.add.in: New.
726        * rtemsdoc/templ.add.in: New.
727
7282002-12-16      Joel Sherrill <joel@OARcorp.com>
729
730        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
731        to include m68k crti.o/crtn.o multilib patch.
732
7332002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
736        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
737
7382002-12-06      Joel Sherrill <joel@OARcorp.com>
739
740        * ChangeLog: Removed duplicate entry.
741
7422002-12-06      Joel Sherrill <joel@OARcorp.com>
743
744        * setup.def: Updated patch to fix m68k cut and paste bug which turned
745        a tab into spaces in a Makefile fragment.
746        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
747        must be built with a -G0 option.
748
7492002-12-02      Joel Sherrill <joel@OARcorp.com>
750
751        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
752        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
753
7542002-11-29      Joel Sherrill <joel@OARcorp.com>
755
756        * setup.def: Updated to gcc-3.2.1.
757
7582002-11-28      Joel Sherrill <joel@OARcorp.com>
759
760        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
761        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
762
7632002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * gcc3newlib/gccnewlib.add:
766        Remove *.la's to make rpm-4.1/RH-8.0 happy.
767        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
768        Change gcc/version.c to reflect us having patched gcc.
769
7702002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
773        Disable nls.
774        Apply gzip -9qf to compress *infos and *mans.
775        Apply /sbin/install-info.
776        Remove  *c++-filt.
777        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
778        Apply /sbin/install-info.
779        Package as.info-*.gz.
780        * binutils/target-binutils.add:
781        Package man1/*.1*.
782
7832002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
786
7872002-11-13      Joel Sherrill <joel@OARcorp.com>
788
789        * setup.def: Switched to binutils 2.13.1
790        * binutils/Makefile.am: Remove a29k-rtems.
791
7922002-11-11      Joel Sherrill <joel@OARcorp.com>
793
794        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
795        which were patch changes for -3 and -4 RPM revisions.   Disabled
796        build of gnat for i386-rtems as it failed to build.
797
7982002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
801        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
802        * binutils/binutils.add: Remove %{target} != %{build} comment
803        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
804        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
805        and _target_os)
806        * gcc3newlib/base-gcc.add: Add gccint*infos.
807        * gcc3newlib/base-gcj.add: Add gcj*infos.
808        Mark manpages as %doc and pickup the gzipped versions.
809
8102002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
813        before running configure (Prep. for automake >= 1.7).
814
8152002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * autotools/autoconf-rtems.spec.in: New.
818        Remove Provides: autoconf (Conflicts with RH-8.0).
819        * autotools/autoconf-rtems.spec: Remove.
820        * autotools/automake-rtems.spec.in:
821        Remove Provides: automake (Conflicts with RH-8.0).
822        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
823        * Makefile.am: Ditto.
824        * configure.ac: Add autotools/autoconf-rtems.spec.in.
825
8262002-10-24      Joel Sherrill <joel@OARcorp.com>
827
828        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
829        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
830        currently include the patch referenced in PR8344.
831
8322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * .cvsignore: Reformat.
835        Add autom4te*cache.
836        Remove autom4te.cache.
837
8382002-09-14      Joel Sherrill <joel@OARcorp.com>
839
840        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
841        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
842
8432002-08-21      Joel Sherrill <joel@OARcorp.com>
844
845        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
846        gcc 3.2 and Ada.
847
8482002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
851        Add %_gnat and --define 'gnat [0|1]' support.
852        Enable gnat for gcc-3.2/Disable for gcc-3.1.
853        Add hacks to build gnatlib.
854        Re-activate commented out fragments for old gcc versions.
855        Add @target_alias@-gnatgcc.
856
8572002-08-15      Joel Sherrill <joel@OARcorp.com>
858
859        * setup.def: New gcc 3.1 RPMs (-7).
860        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
861
8622002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * gcc3newlib/Makefile.am: Remove c_only remnants.
865        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
866        headers into c++ instead of g++.
867        * gcc3newlib/target-c++.add: Ditto.
868
8692002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
872        * gcc3newlib/Makefile.am: Use mkspec for c4x.
873        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
874        Rework handing Ada.
875        Don't put adalib and adainclude into files.gcc.
876        * gcc3newlib/target-gnat.add: Add adalib.
877        Add adainclude.
878
8792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
882
8832002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * gcc3newlib/.cvsignore: Add mkspec.
886
8872002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * mkgcc3newlibspec.in: Remove
890        * gcc3newlib/mkspec.in: New.
891        * configure.ac: Reflect changes above.
892        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
893        Add preliminary gnat support.
894        * gcc3newlib/base-g77.add: Add build_g77.
895        * gcc3newlib/base-gcj.add: Add build_gcj.
896        * gcc3newlib/base-gnat.add: New.
897        * gcc3newlib/target-c++.add: Add build_cxx.
898        * gcc3newlib/target-g77.add: Add build_g77.
899        * gcc3newlib/target-gcj.add: Add build_gcj.
900        * gcc3newlib/target-objc.add: Add build_objc.
901        * gcc3newlib/target-gnat.add: New.
902        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
903
9042002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * setup.def: Increment release for gcc3newlib.
907        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
908
9092002-08-08      Joel Sherrill <joel@OARcorp.com>
910
911        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
912        Updated to binutils 2.13 which has no known issues.
913
9142002-08-06      Joel Sherrill <joel@OARcorp.com>
915
916        * setup.def: Updating gcc3/newlib patches and tool versions.  The
917        focus of this round of patches was ot eliminate header file name
918        conflicts between RTEMS and newlib.
919
9202002-07-30      Joel Sherrill <joel@OARcorp.com>
921
922        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
923        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
924
9252002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * autotools/automake-rtems.spec.in: Automake-1.6.3.
928        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
929
9302002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
933        to generate mk*spec scripts.
934        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
935        for $rpm_build_root.
936        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
937        expression for $rpm_build_root.
938        * cpukit/mkspec.in: Cosmetical changes.
939
9402002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
943        Joel.
944        * cpukit/Makefile.am: New.
945        * cpukit/mkspec.in: New.
946        * cpukit/rtems-cpukit.spec.in: New.
947        * cpukit/.cvsignore: New.
948        * configure.ac: Add cpukit.
949        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
950        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
951        RTEMS_VERSION).
952        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
953        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
954        for $rpm_build_root.
955        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
956        expression for $rpm_build_root.
957        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
958        expression for $rpm_build_root.
959        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
960        $rpm_build_root.
961
9622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * binutils/Makefile.am: Add or32-rtems-binutils.
965
9662002-07-19      Joel Sherrill <joel@OARcorp.com>
967
968        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
969
9702002-07-01      Joel Sherrill <joel@OARcorp.com>
971
972        * setup.def: Update gcc3 RPMs for new patches.
973
9742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
977
9782002-06-14      Joel Sherrill <joel@OARcorp.com>
979
980        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
981        Updated to gcc 3.1 and gdb 5.2.
982
9832001-05-29      Joel Sherrill <joel@OARcorp.com>
984
985        * setup.def: Updated to binutils 2.12.1.
986        * rtems/Makefile.am: Remove m68k-rtemself references.
987
9882002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * mkgcc3newlibspec.in: Remove SETUP (bogus).
991        * gcc3newlib/target-c++.add: New.
992        * gcc3newlib/Makefile.am: Add target-c++.add.
993        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
994        Reflect having split out c++. Various minor fixes.
995        * gcc3newlib/base-gcc.add: Ditto.
996        * gcc3newlib/gccnewlib.add: Ditto.
997        * gcc3newlib/target-gcc.add: Ditto.
998
9992002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
1002        timestamps.
1003
10042001-04-16      Joel Sherrill <joel@OARcorp.com>
1005
1006        * .cvsignore: Added files added by automake 1.6.1.
1007        * setup.def: New shot at gcc 3.0.4 RPMs.
1008        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
1009        Deleted m68k-rtemself.
1010        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
1011 
10122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
1015        Use *.tar.bz2.
1016
10172002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * mkbinutilspec.in: Fix PATCH2.
1020
10212002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
1024
10252002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
1028
1029
10302002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * mkbinutilspec.in: Add support for empty patch-version (no patch).
1033        * mkgcc3newlibspec.in: Ditto.
1034        * setup: Fix gcc3*_versions handling.
1035        * setup.def: binutils_patch_version=.
1036        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
1037        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
1038        * binutils/target-binutils.add: Comment out c++filt.
1039        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
1040        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
1041        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
1042        Comment out gcc-2.95.x hacks.
1043        Remove *.la from installed files.
1044        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
1045
10462001-04-02      Joel Sherrill <joel@OARcorp.com>
1047
1048        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
1049
10502001-03-29      Joel Sherrill <joel@OARcorp.com>
1051
1052        * .cvsignore: Added mkgcc3newlib.
1053
10542001-03-29      Joel Sherrill <joel@OARcorp.com>
1055
1056        * gcc3newlib/.cvsignore: New file.
1057
10582001-03-28      Joel Sherrill <joel@OARcorp.com>
1059
1060        * Per PR64 added support for gcc 3.x RPMs
1061        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
1062        * mkgcc3newlibspec.in: New file.
1063        * gcc3newlib: New subdirectory.
1064        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
1065        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
1066        README, target-g77.add, target-gcc.add, target-gcj.add,
1067        target-objc.add: New files.
1068
10692001-03-28      Joel Sherrill <joel@OARcorp.com>
1070
1071        * binutils/binutils.add: Commented out patch since binutils 2.12
1072        does not require one.
1073
10742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * configure.ac:
1077        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1078        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1079        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
1080        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1081        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
1082        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1083        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
1084        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1085
10862002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
1087
1088        * PR151
1089        * autotools/automake-rtems.spec.in: New.
1090        * autotools/automake-rtems.spec: Removed.
1091        * configure.ac: Reflect changes above.
1092
10932001-02-27      Joel Sherrill <joel@OARcorp.com>
1094
1095        * configure.ac: Be a little more lenient in matching sparc-solaris.
1096
10972002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
1100        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
1101        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
1102        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
1103        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
1104        gccnewlib/target-objc.add: Added more support for Canadian Cross
1105        building.
1106
11072001-01-30      Joel Sherrill <joel@OARcorp.com>
1108
1109        * buildall.in: Corrected logic for detecting when no RPMs are installed.
1110
11112001-01-24      Joel Sherrill <joel@OARcorp.com>
1112
1113        * README: Added Canadian Cross instructions.
1114
11152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
1118        * mkbinutilsspec.in: Add propagation of @prefix@.
1119        * binutils/base-binutils.add:
1120        Let %post and %unpost apply %{_prefix}.
1121        Apply %{_prefix} instead of /opt/rtems.
1122        * binutils/binutils.add: Update copyright notice.
1123        Add _prefix.
1124        Apply %{_prefix} instead of /opt/rtems.
1125        Remove -a 0 in %setup.
1126        Rework hack to SuSE's rpm screwing up %{_target}.
1127        Replace ARGS with CONFIGURE_ARGS.
1128        * binutils/target-binutils.add:
1129        Apply %{_prefix} instead of /opt/rtems.
1130
11312002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * binutils/binutils.add: Add initial support for building
1134        Canadian cross RPMs.  It should work like this:
1135            cd rtems/scripts
1136            ./configure --build=`../config.guess` --host=i386-cygwin
1137            make install
1138            rpm --target=i386-cygwin \
1139                /usr/src/redhat/SPECS/<target>-binutils-..spec.
1140
1141            alien -t /usr/src/redhat/RPMS/....i386.rpm
1142        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
1143
11442001-01-22      Joel Sherrill <joel@OARcorp.com>
1145
1146        * buildalltar.in: Modified to support Canadian cross builds.
1147        It was testing using a RedHat 7.2 host to build *-rtems tools
1148        that run on an i386-cygwin host.
1149
11502001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
1153
11542001-10-16      Joel Sherrill <joel@OARcorp.com>
1155
1156        * setup.def: Bumped the gdb_patch_version to account for a configuration
1157        problem on psim where it could not be enabled for powerpc-RTEMS.
1158        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
1159
11602001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
1163        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
1164        Target_alias.
1165        * mkgdbspec.in: Guard sed-pattern against autoconf.
1166        * mkbspspec.in: Guard sed-pattern against autoconf.
1167        * configure.ac: Rework check for RPM_SPECSdir.
1168        * autotools/automake-rtems.spec: Update to automake-1.5.
1169
11702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1173        * configure.in: Remove.
1174        * configure.ac: New file, generated from configure.in by autoupdate.
1175
11762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
1179        Initially setup CLEANFILES using = instead of += to make
1180        automake-1.5 happy.
1181
11822001-09-13      Joel Sherrill <joel@OARcorp.com>
1183
1184        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
1185        Revert changes because of gcc 2.5.x/3.0 transition and continue
1186        to support gcc 2.95.x as primary version.
1187
11882001-09-13      Joel Sherrill <joel@OARcorp.com>
1189
1190        * mkgccnewlibspec.in,
1191        Use Target_alias not target_alias to avoid conflicts with new autoconf.
1192        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
1193        Only sparc and arm built for C/C++ OK. :(
1194        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
1195        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
1196        * target-gcc.add: Modifications to reflect files not in gcc 3.1
1197
11982001-09-13      Joel Sherrill <joel@OARcorp.com>
1199
1200        * autotools/.cvsignore: New file.
1201
12022001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
1205        autotools/automake-rtems.spec: New.
1206        * configure.in, Makefile.am: Add autotools/.
1207
12082001-08-30      Joel Sherrill <joel@OARcorp.com>
1209
1210        * .cvsignore: Add buildalltar.
1211
12122001-08-30      Joel Sherrill <joel@OARcorp.com>
1213
1214        * buildalltar.in: New file.
1215        * configure.in, Makefile.am: Modified to reflect addition of file.
1216
12172001-08-10      Joel Sherrill <joel@OARcorp.com>
1218
1219        * mkgdbspec.in: Make list of simulators very complete.
1220        * setup.def: Update versions.
1221
12222001-07-03      Joel Sherrill <joel@OARcorp.com>
1223
1224        * setup.def, binutils.add, gccnewlib.add: Updated to build
1225        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
1226        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
1227
12282001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * configure.in: Remove AC_EXEEXT, treat .exe manually.
1231        * gccnewlib/base-gcc.add: Remove cpp.
1232        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
1233        copyright.
1234
12352001-04-16      Joel Sherrill <joel@OARcorp.com>
1236
1237        * setup.def: Modified the binutils version to 2.11 and
1238        RPM revision 3 to reflect experimentation with new binutils release.
1239
12402001-04-11      Joel Sherrill <joel@OARcorp.com>
1241
1242        * binutils/Makefile.am: Added a29k-rtems.
1243        * binutils/binutils.add: Switch to .bz2 extension to reflect
1244        real way code is compressed on distribution sites now.
1245
12462001-03-19      Joel Sherrill <joel@OARcorp.com>
1247
1248        * setup.def: Updated version numbers and patches for binutils
1249        and gdb.  binutils was to get correct patch in field.  gdb
1250        was to add mipstx39-rtems configurery support.
1251
12522001-03-14      Joel Sherrill <joel@OARcorp.com>
1253
1254        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
1255        configuration to gdb since this includes the JMR3904 simulator.
1256
12572001-01-03      Joel Sherrill <joel@OARcorp.com>
1258
1259        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
1260        binutils HISTORY to reflect new revision.  Updated gcc to fix
1261        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
1262
12632000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * gccnewlib/gccnewlib.add: Fix typo in URL.
1266
12672000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
1270        instead of $target to setup RPM_CPU, move chmod 755 buildall to
1271        AC_OUTPUT's extra-cmds.
1272       
12732000-10-30      Joel Sherrill <joel@OARcorp.com>
1274
1275        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
1276        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
1277        Added mips-rtems, updated to include new patches and
1278        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
1279
12802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
1283
12842000-10-18      Joel Sherrill <joel@OARcorp.com>
1285
1286        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
1287
12882000-08-30      Joel Sherrill <joel@OARcorp.com>
1289
1290        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
1291        Patches primarily add or16/or32 basic support to newlib and
1292        i386 multilib improvements to gcc from Ralf Corsepius.
1293
12942000-08-10      Joel Sherrill <joel@OARcorp.com>
1295
1296        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.