source: rtems/scripts/ChangeLog @ b898358c

4.104.114.84.95
Last change on this file since b898358c was b898358c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/05 at 04:31:52

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

  • binutils/Makefile.am: Add h8300-rtemscoff. Remove or32-rtems.
  • binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
  • Property mode set to 100644
File size: 48.1 KB
Line 
12005-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * binutils/Makefile.am: Add h8300-rtemscoff.
4        Remove or32-rtems.
5        * binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
6
72005-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * gccnewlib/base-gfortran.add, gccnewlib/target-gfortran.add: New.
10        * gccnewlib/Makefile.am: Reflect addition of gfortran.
11        * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add,
12        gccnewlib/base-gnat.add, gccnewlib/target-g++.add, gccnewlib/target-g77.add,
13        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
14        gccnewlib/target-gnat.add:
15        Remove RPM_INSTALL_PREFIX. Remove superfluous
16        %doc directives. Use %_infodir, %_includedir, %_bindir, %_libdir.
17        * gccnewlib/gccnewlib.add: Ditto.
18        Add further BR's, Reflect addition of gfortran.
19        Reflect gcc's changes to "version_string".
20
212005-04-20      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * binutils/base-binutils.add, binutils/binutils.add,
24        binutils/target-binutils.add: Introduce %{_includedir}, %{_libdir},
25        %{_bindir}. Remove superfluous %doc. Misc. fixes.
26
272005-04-20      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * gdb/base-gdb.add, gdb/gdb.add, gdb/target-gdb.add:
30        Use mkdir -p. Introduce %{_includedir}, %{_libdir}. Remove
31        superfluous %doc.
32
332005-04-20      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * configure.ac: chmod +x rtems/mkspec.
36        * binutils/binutils.add: Remove Prefix.
37        Use mkdir -p.
38        * cpukit/rtems-cpukit.add: Fix Source URL.
39        * rtems/Makefile.am: Append @osversion@ to rules.
40        * rtems/rtems.add: Fix Source URL. Misc cosmetics.
41
422005-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * gdb/mkspec.in: Remove extra_configure_arguments (Unused).
45        * cpukit/rtems-cpukit.add, cpukit/target-cpukit.add: Bring this rpm
46        functional, again.
47
482005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * rtems/Makefile.am: Reworked.
51        * setup.def: Update rtems_version. Remove rpm_build_root.
52
532005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/mkspec.in: New.
56        * mkbspspec.in: Remove.
57        * Makefile.am: Reflect changes above.
58        * configure.ac: Reflect changes above.
59
602005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT.
63
642005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * gdb/base-gdb.add, gdb/gdb.add, gdb/target-gdb.add: Various
67        changes and hacks.
68
692005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * binutils/mkspec.in: Remove rpm_build_root.
72        * common/common.add.in: Remove _defaultbuildroot.
73        * cpukit/mkspec.in: Remove rpm_build_root.
74        * gccnewlib/mkspec.in: Remove rpm_build_root.
75        * gdb/mkspec.in: Remove rpm_build_root.
76        * gccnewlib/gccnewlib.add: Let %install rm -f $RPM_BUILD_ROOT.
77        * binutils/binutils.add: Let %install rm -f $RPM_BUILD_ROOT.
78
792005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * gdb/Makefile.am: Remove obsolete targets.
82        * gdb/gdb.add: Pass bindir, infodir, mandir to configure.
83
842005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * binutils/Makefile.am, gdb/Makefile.am: Move target-*.add before
87        base*.add.
88        * gdb/gdb.add, gdb/target-gdb.add: Introduce %{_infodir}, %{_mandir},
89        %{_bindir}. Various minor fixes.
90        Rename src.rpm into <target>-gdb.
91        Disable sim for avr.
92
932005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * setup.def, gdb/gdb.add: Add gdb_suffix.
96
972005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * gcc3newlib/HISTORY, gcc3newlib/Makefile.am, gcc3newlib/README,
100        gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add,
101        gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add,
102        gcc3newlib/gccnewlib.add, gcc3newlib/header.add,
103        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
104        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
105        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
106        gcc3newlib/target-objc.add: Remove.
107
1082005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
111
1122005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am, configure.ac: Use gccnewlib/ instead of gcc3newlib/.
115        * README.cdn-X: Minor updates.
116
1172005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * gccnewlib/.cvsignore, gccnewlib/Makefile.am,
120        gccnewlib/README, gccnewlib/base-g77.add,
121        gccnewlib/base-gcc.add, gccnewlib/base-gcj.add,
122        gccnewlib/base-gnat.add, gccnewlib/gccnewlib.add,
123        gccnewlib/header.add, gccnewlib/mkspec.in,
124        gccnewlib/target-c++.add, gccnewlib/target-g77.add,
125        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
126        gccnewlib/target-gnat.add, gccnewlib/target-objc.add:
127        New.
128
1292005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * cpukit/rtems-cpukit.add, gdb/gdb.add:
132        Fix my email address, cosmetics.
133
1342005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * setup, setup.def, gcc3newlib/mkspec.in:
137        s/gcc3newlib_rpm_release/gccnewlib_rpm_release/g.
138
1392005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * setup: Fixup messages.
142
1432005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * binutils/target-binutils.add, cpukit/rtems-cpukit.add,
146        gcc3newlib/gccnewlib.add, gdb/gdb.add, rtemsdoc/rtemsdoc.add:
147        Remove Autoreqprov-tag.
148
1492005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * gcc3newlib/gccnewlib.add: Default to not building gcj for all gcc
152        versions. Cleanup comments.
153
1542005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * configure.ac, setup, setup.def, gcc3newlib/mkspec.in:
157        Use newlib_* instead of gcc3newlib_* for setup.* values.
158
1592005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * configure.ac, setup, setup.def, gcc3newlib/mkspec.in:
162        Use gcc_* instead of gcc3_* for setup.* values.
163
1642005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * binutils/binutils.add, gdb/gdb.add: Sync %setup with gcc/gcc.add
167        for consistency.
168
1692005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * binutils/binutils.add, gcc3newlib/gccnewlib.add, gdb/gdb.add:
172        Apply patches in tool subdirs.
173
1742005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * binutils/binutils.add, binutils/mkspec.in:
177        Eliminate @PATCH2@.
178        * gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in:
179        Eliminate @PATCH2@, @PATCH4@.
180        * gdb/gdb.add, gdb/mkspec.in:
181        Eliminate @PATCH2@.
182
1832005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * binutils/binutils.add, gcc3newlib/gccnewlib.add,
186        gdb/gdb.add: Add support for rpmbuild --with sources.
187
1882005-03-17      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * gdb/Makefile.am: Add avr, mips64.
191        Cosmetics.
192        * gdb/base-gdb.add: Reflect gdb-6.3 not shipping mmalloc.info*.
193        * gdb/target-gdb.add: Add support for gcc-6.3's gdbtui.
194        * gdb/mkspec.in: Add PATCH-magic.
195        Add gdb_suffix.
196
1972005-03-12      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * binutils/binutils.add, binutils/mkspec.in, setup.def:
200        Add binutils_suffix.
201        * binutils/target-binutils.add: Preparations for binutils-2.16.
202
2032005-02-24      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, setup.def:
206        Add gcc_suffix. Add newlib_suffix.
207
2082005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * autotools/automake-rtems.spec.in: automake-1.9.5.
211
2122005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * gcc3newlib/Makefile.am: Remove sh-rtemself. Add sh-rtemscoff.
215
2162005-01-17      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).
219
2202005-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * gcc3newlib/gccnewlib.add: Change my email address.
223        Add tic4x-*.
224
2252005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * autotools/automake-rtems.spec.in: automake-1.9.4.
228
2292004-11-02      Joel Sherrill <joel@OARcorp.com>
230
231        * setup.def: Include PowerPC patch to make C++ global constructors work
232        -- gcc 3.3.5/newlib-1.12.0 revision 2.
233
2342004-10-29      Joel Sherrill <joel@OARcorp.com>
235
236        * setup.def: Update gcc to 3.3.5 and binutils to 2.15.
237        * autotools/autoconf-rtems.spec.in: Temporarily do not include
238        some of the documentation since it causes the RPM build to fail.
239        * binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
240
2412004-09-29      Joel Sherrill <joel@OARcorp.com>
242
243        * buildall.in, buildalltar.in, binutils/Makefile.am,
244        cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add,
245        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
246        rtemsdoc/Makefile.am: i960 obsoleted.
247
2482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * configure.ac: Require automake > 1.9.
251
2522004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * binutils/binutils.add: Rename package from binutils-collection to
255        binutils. Cleanups.
256        * binutils/target-binutils.add: Reflect changes above.
257        * binutils/Makefile.am: Add avr. Reflect changes above.
258        * autotools/autoconf-rtems.spec.in: Cleanup for chroot'ed builds.
259        * autotools/automake-rtems.spec.in: automake-1.9.2.
260        Cleanup for chroot'ed builds.
261        * gcc3newlib/Makefile.am: Add avr-rtems*gcc.
262        * gcc3newlib/gccnewlib.add: Disable c++ for avr.
263
2642004-07-29      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * autotools/automake.spec.in: automake-1.9.
267
2682004-05-23      Joel Sherrill <joel@OARcorp.com>
269
270        * gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and
271        Ada. Until we can fix it, it is disabled.
272
2732004-05-23      Joel Sherrill <joel@OARcorp.com>
274
275        * gcc3newlib/target-gnat.add: Fix path to gnat1.
276
2772004-05-18      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        * binutils/Makefile.am: Add sh-rtemscoff.
280        Remove sh-rtemself.
281        * binutils/binutils.add: BuildRequires flex.
282        * autotools/automake-rtems.spec.in: Automake 1.8.5.
283
2842004-04-29      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * gcc3newlib/gccnewlib.add: Another attempt to make *info.gz
287        handling more robust.
288
2892004-04-26      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * autotools/automake-rtems.spec.in: Upgrade to 1.8.4.
292
2932004-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Index: base-g77.add, base-gcc.add, base-gcj.add, base-gnat.add,
296        gccnewlib.add, target-c++.add, target-gcc.add, target-gcj.add:
297        Apply _infodir, _mandir. Gzip man pages.
298        Reflect gcc having fixed gccinstall.info.
299
3002004-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * binutils/base-binutils.add: Apply _infodir.
303        Don't install libiberty. Misc. cleanups.
304        * binutils/binutils.add: Apply _infodir, _mandir.
305        Don't install libiberty. Gzip man pages. Misc. cleanups.
306        * binutils/target-binutils.add: Apply _mandir.
307
3082004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * autotools/automake-rtems.spec.in: Upgrade to 1.8.3.
311
3122004-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * gcc3newlib/gccnewlib.add: Disable gnats.
315        Further preparations for gcc-3.4.0
316        * gcc3newlib/base-gcc.add, gcc3newlib/target-gnat.add,
317        gcc3newlib/base-gcj.add, gcc3newlib/target-gcj.add:
318        Reflect changes to gcc3newlib/gccnewlib.add.
319
3202004-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * gcc3newlib/base-gcc.add, gcc3newlib/target-g77.add,
323        gcc3newlib/target-objc.add: Preps for gcc-3.4.0.
324        Reflect changes to gcc3newlib/gccnewlib.add.
325
3262004-03-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * gcc3newlib/target-gcc.add, gcc3newlib/target-c++.add:
329        Reflect changes to gcc3newlib/gccnewlib.add.
330
3312004-03-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * gcc3newlib/gccnewlib.add: Preps. for gcc-3.4.0.
334        Add %gcclib, %gccexec.
335
3362004-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * binutils/base-binutils.add: Preparations for binutils-2.15.
339
3402004-02-24      Joel Sherrill <joel@OARcorp.com>
341
342        PR 580/tools
343        * setup.def: Fix setup.def to match current reality.
344
3452004-02-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * gdb/base-gdb.add: Add annotate.info.
348        * gdb/gdb.add: Remove info/dir.
349
3502004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am, gdb/Makefile.am: Cosmetics.
353
3542004-02-19      Joel Sherrill <joel@OARcorp.com>
355
356        * setup.def, gdb/gdb.add: gdb 6.0 RPMs built.
357
3582004-02-19      Joel Sherrill <joel@OARcorp.com>
359
360        * ChangeLog: Replace RTEMS user account with Joel.
361
3622004-02-17      Joel Sherrill <joel@oarcorp.com>
363
364        * setup.def, gdb/base-gdb.add, gdb/gdb.add: Building a gcc 3.2.3 i960
365        gcc and updating gdb to 5.3.
366
3672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac, setup, setup.def: Remove now unused vars.
370
3712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * mkgccnewlibspec.in, gccnewlib/.cvsignore, gccnewlib/HISTORY,
374        gccnewlib/Makefile.am, gccnewlib/README, gccnewlib/base-chill.add,
375        gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add,
376        gccnewlib/gccnewlib.add, gccnewlib/header.add,
377        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
378        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
379        gccnewlib/target-objc.add: Remove (Obsolete).
380        * configure.ac, Makefile.am: Reflect changes above.
381
3822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * gcc3newlib/gcc3newlib.add: Remove info/dir.
385        Cosmetics.
386
3872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * setup.def: Adapt to what Joel already ships -
390        gcc3_version=3.3.2, gcc3_patch_version=20031216,
391        gcc3newlib_rpm_release=3
392
3932004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE.
396        * rtemsdoc/.cvsignore: Reformat.
397        * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
398        rtems-source.add, Use rtems_source_spec_DEPS instead of
399        rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
400        * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
401        * rtemsdoc/mkspec.in: Remove.
402        * rtemsdoc/Makefile.am: Reworked.
403        * rtemsdoc/header.add: Update Copyright notice.
404        * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
405        Add %{rpmgroup}. Remove bzip-ing *.ps.
406        * rtemsdoc/supplement.add.in: Add %{rpmgroup}.
407        * rtemsdoc/templ.add.in: Add %{rpmgroup}.
408
4092004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * rtems/rtems-source.add: Require automake-1.8.2, autoconf-2.59.
412
4132004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * rtems/rtems-source.add: New.
416        * Makefile.am: Add rtems/rtems-source.spec handling.
417        * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
418        * common/common.add.in: Use www.rtems.com as Vendor.
419
4202004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
423
4242004-01-28      Joel Sherrill <joel@oarcorp.com>
425
426        * buildall.in, buildalltar.in, binutils/Makefile.am,
427        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
428        gdb/Makefile.am: Attempt to convert all c4x-rtems references to
429        tic4x-rtems. Left the rtems documentation alone.
430
4312004-01-28      Joel Sherrill <joel@oarcorp.com>
432
433        * configure.ac: Enable OS versioning by default for 4.7 branch.
434        * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs.
435        * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in:
436        Update for new tool spin.
437
4382004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * scripts/automake.spec.in: 1.8.2.
441
4422004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * scripts/automake.spec.in: 1.8.1.
445        Add Patch0 automake-1.8.1-rtems-20040112-1.diff.
446        Add defattr, URL:-tag.
447
4482004-01-08      Joel Sherrill <joel@OARcorp.com>
449
450        * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031216
451        gcc patch (RPM revision 4.7-2).
452
4532004-01-07      Joel Sherrill <joel@OARcorp.com>
454
455        * buildall.in, buildalltar.in, binutils/Makefile.am,
456        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
457        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
458        rtemsdoc/Makefile.am: mips64orion port removed as mips port more
459        completely covers the MIPS family.
460
4612003-12-16      Joel Sherrill <joel@OARcorp.com>
462
463        * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031022
464        gcc patch (RPM revision 4.7-1).
465
4662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
469
4702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Cosmetics.
473        * autotools/Makefile.am: Cosmetics.
474        * autotools/autoconf-rtems.spec.in: 2.59.
475        * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59.
476        * binutils/Makefile.am: Cosmetics.
477        * cpukit/Makefile.am: Cosmetics.
478        * gcc3newlib/Makefile.am: Cosmetics.
479        * gccnewlib/Makefile.am: Cosmetics.
480        * gdb/Makefile.am: Cosmetics.
481        * rtems/Makefile.am: Cosmetics.
482        * rtemsdoc/Makefile.am: Cosmetics.
483
4842003-11-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * gcc3newlib/gccnewlib.add: Add hacks to make gnatlib
487        buildable.
488        * gcc3newlib/base-gnat.add: Add info files.
489
4902003-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * gcc3newlib/gccnewlib.add: Make not building gnat and gcj the
493        default for gcc-3.3.
494
4952003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * binutils/Makefile.am: Add tic4x.
498        * binutils/mkspec.in: Remove duplicate rpmgroup.
499
5002003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * gcc3newlib/Makefile.am: Add tic4x.
503        * gcc3newlib/gccnewlib.add: Don't install install-tools for
504        gcc >= 3.3.
505
5062003-10-22      Joel Sherrill <joel@OARcorp.com>
507
508        * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to
509        3.2.3 with 20030826 gcc patch.
510
5112003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * cpukit/target-cpukit.add: New.
514        * cpukit/Makefile.am: Reflect having added target-cpukit.add.
515        Acknowledge osversion.
516        * cpukit/mkspec.in: Acknowledge osversion and rpmgroup.
517        * cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
518
5192003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * autotools/automake-rtems.spec.in: Automake-1.7.8.
522
5232003-09-26      Joel Sherrill <joel@OARcorp.com>
524
525        * buildall.in, buildalltar.in, binutils/Makefile.am,
526        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
527        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
528        rtemsdoc/Makefile.am: Obsoleting HP PA-RISC port.
529
5302003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * autotools/automake-rtems.spec.in: Automake-1.7.7.
533
5342003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * gcc3newlib/gccnewlib.add: Fix duplicate removal of c++filt.
537        * gcc3newlib/base-gcj.add: Add fastjar.info, jar.1, grepjar.1.
538        * setup.def: gcc3newlib_rpm_release=4.
539
5402003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * binutils/base-binutils.add: Add osversion support.
543        * binutils/binutils.add: Add osversion support.
544        %setup -n %{name}-%{version}.
545        Don't remove c++filt.
546        * binutils/target-binutils.add: Add osversion support.
547        Pickup c++filt.
548        * gcc3newlib/base-g77.add: Add osversion support.
549        * gcc3newlib/base-gcc.add: Add osversion support.
550        * gcc3newlib/base-gcj.add: Add osversion support.
551        * gcc3newlib/base-gnat.add: Add osversion support.
552        * gcc3newlib/gccnewlib.add: Add osversion support.
553        Remove c++filt,
554        %setup -n -n %{name}-%{version}.
555        * gcc3newlib/target-c++.add: Add osversion support.
556        Don't pickup c++filt.
557        * gcc3newlib/target-g77.add: Add osversion support.
558        * gcc3newlib/target-gcc.add: Add osversion support.
559        * gcc3newlib/target-gcj.add: Add osversion support.
560        * gcc3newlib/target-gnat.add: Add osversion support.
561        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
562        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
563        gdb_version, gdb_target.
564        * gdb/target-gdb.add: Ditto.
565        * gdb/gdb.add: Ditto.
566        %setup -n -n %{name}-%{version}.
567
5682003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
571        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
572
5732003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
576        * binutils/Makefile.am: Add osversion support.
577        * binutils/mkspec.in: Add osversion support.
578        * gcc3newlib/Makefile.am: Add osversion support.
579        * gcc3newlib/mkspec.in: Add osversion support.
580        * gdb/Makefile.am: Add osversion support.
581        * gdb/mkspec.in: Add osversion support.
582        Add rpmprefix, rpmgroup.
583
5842003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am, configure.ac,
587        autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in,
588        binutils/Makefile.am, binutils/base-binutils.add,
589        binutils/binutils.add, binutils/mkspec.in,
590        binutils/target-binutils.add,
591        common/common.add.in,
592        cpukit/Makefile.am,
593        gcc3newlib/Makefile.am, gcc3newlib/base-g77.add,
594        gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add,
595        gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add,
596        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
597        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
598        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
599        gcc3newlib/target-objc.add,
600        gccnewlib/Makefile.am,
601        gdb/Makefile.am,
602        rtems/Makefile.am,
603        rtemsdoc/Makefile.am:
604        Merger from rtems-4-6-branch.
605        * common/common.am: New.
606
6072003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
610        Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
611        from running (Chokes on foreign object formats).
612        * gcc3newlib/base-g77.add:
613        Use %{gcc_version} instead of @gcc_version@.
614        * gcc3newlib/gccnewlib.add:
615        Use %{gcc_version} instead of @gcc_version@.
616        Reflect gcc >= 3.3 shipping monolytic infos.
617        * gcc3newlib/target-c++.add:
618        Use %{gcc_version} instead of @gcc_version@.
619        Don't pickup c++filt.
620        * gcc3newlib/target-g77.add:
621        Use %{gcc_version} instead of @gcc_version@.
622        * gcc3newlib/target-gcc.add:
623        Use %{gcc_version} instead of @gcc_version@.
624        * gcc3newlib/target-gcj.add:
625        Use %{gcc_version} instead of @gcc_version@.
626        * gcc3newlib/target-gnat.add:
627        Use %{gcc_version} instead of @gcc_version@.
628        * gcc3newlib/target-objc.add:
629        Use %{gcc_version} instead of @gcc_version@.
630
6312003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * binutils/binutils.add: Preps for 2.14.
634        Use %{binutils_version} instead of @binutils_version@.
635        * binutils/base_binutils.add: Preps for 2.14.
636
6372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
640
6412003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * autotools/automake-rtems.spec.in: Automake-1.7.6.
644
6452003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * autotools/automake-rtems.spec.in: Automake-1.7.5.
648
6492003-06-02      Joel Sherrill <joel@OARcorp.com>
650
651        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
652
6532003-05-07      Joel Sherrill <joel@OARcorp.com>
654
655        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
656        * gcc3newlib/gccnewlib.add: We used .bz2 files.
657
6582003-04-18      Joel Sherrill <joel@OARcorp.com>
659
660        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
661        * gcc3newlib/gccnewlib.add: We used .bz2 files.
662
6632003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
666        Apply %gcc_version, %newlib_version.
667        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
668        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
669        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
670        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
671        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
672        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
673
6742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
677
6782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: AC_PREREQ(2.57).
681
6822003-02-10      Joel Sherrill <joel@OARcorp.com>
683
684        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
685        determine which targets have simulators, configure with appropriate
686        arguments, and package the correct files.
687
6882003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
691        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
692        gcj from rpmbuild command line.
693        Copy gsyslimits.h for CDN-X compilation.
694
6952003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * README.cdn-X: New.
698        * binutils/binutils.add: Add --build=%_build --host=%_host.
699        * cpukit/.cvsignore: Add *.spec.in.
700        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
701        * gdb/gdb.add: Add --build=%_build --host=%_host.
702        * rtemsdoc/.cvsignore: Add *.spec.in.
703
7042003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * gcc3newlib/gccnewlib.add: Remove Buildroot.
707        * common/.cvsignore: New.
708
7092003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
712        * binutils/Makefile.am: Fix path to clean.add.
713        * binutils/binutils.add: Remove BuildRoot.
714        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
715        $(top_builddir)/common/clean.add, header.add.
716        Generate rtems-cpukit.spec.in.
717        * cpukit/header.add: New.
718        * cpukit/rtems-cpukit.spec.in: Remove.
719        * cpukit/rtems-cpukit.add: New.
720        * gccnewlib/gccnewlib.add: Remove Buildroot.
721        * gdb/gdb.add: Remove Buildroot.
722        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
723
7242003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
727        $(top_builddir)/common/clean.add, header.add.
728        Generate rtemsdoc.spec.in.
729        * rtemsdoc/mkspec.in: Remove exe_ext.
730        * rtemsdoc/rtemsdoc.spec.in: Remove.
731        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
732        $(top_builddir)/common/clean.add, header.add.
733        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
734        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
735        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
736        Remove header, broken cdn-X configuration, %clean.
737        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
738        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
739        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
740        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
741
7422003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * gdb/gdb.add: Remove header, broken cdn-X configuration,
745        %clean, Replace @exe_ext@ with %{_exeext}.
746        * gdb/mkspec.in: Remove exe_ext.
747        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
748        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
749        $(top_builddir)/common/clean.add, header.add.
750        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
751        * cpukit/mkspec.in: Remove exe_ext.
752        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
753        $(top_builddir)/common/clean.add, header.add.
754
7552003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
758        %clean, Replace @exe_ext@ with %{_exeext}.
759        * gcc3newlib/mkspec.in: Remove exe_ext.
760        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
761        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
762        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
763        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
764        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
765        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
766        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
767        $(top_builddir)/common/clean.add, header.add.
768
7692003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * Makefile.am: Remove reference to mkbinutilsspec.
772        * configure.ac: Remove EXEEXT check.
773        Add common/clean.add, common/common.add.
774
7752003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * binutils/binutils.add: Remove header, broken cdn-X configuration,
778        %clean.
779        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
780        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
781
7822003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * gcc3newlib/header.add: New.
785        * gccnewlib/header.add: New.
786        * binutils/header.add: New.
787        * gdb/header.add: New.
788        * rtemsdoc/header.add: New.
789        * rtemsdoc/rtemsdoc.add: New.
790        * common/clean.add.in: New.
791        * common/common.add.in: New.
792
7932003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * binutils/mkspec.in: New.
796        * binutils/.cvsignore: Add mkspec.
797        * mkbinutilspec.in: Remove.
798        * gdb/Makefile.am: Depend on mkspec.
799        * binutils/binutils.add: Add @exe_ext@ to c++filt.
800        Add %_defaultbuildroot.
801        * configure.ac: Reflect changes above.
802        * binutils/Makefile.am: Reflect changes above.
803        * Makefile.am: Remove mkbinutilspec.
804
8052003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * gdb/.cvsignore: Add mkspec.
808
8092003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * ChangeLog: Fix yesterday's entry.
812        * gdb/target-gdb.add: %defattr(-,root,root).
813        Use %{_prefix} instead of /opt/rtems.
814        Misc. minor changes.
815        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
816        Remove stray unpackaged files.
817        Use %{_defaultbuildroot} instead of hard-coded values.
818        configure --disable-nls.
819        Misc. minor changes.
820        Add BuildPreReq: ncurses-devel.
821        * gdb/base-gdb.add: %defattr(-,root,root).
822        Use %{_prefix} instead of /opt/rtems.
823        Misc. minor changes.
824        * gdb/mkspec.in: New.
825        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
826        * gcc3newlib/mkspec.in: Fix usage.
827        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
828        hard-coded values. Update copyright notice.
829        * mkgdbspec.in: Removed.
830        * Makefile.am: Remove mkgdbspec.
831        * configure.ac: Remove mkgdbspec.
832        Add gdb/mkspec.
833
8342003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
837        Add %defattr(-,root,root) to "dir".
838        * gcc3newlib/base-g77.add: %defattr(-,root,root).
839        * gcc3newlib/base-gcc.add %defattr(-,root,root).
840        * gcc3newlib/base-gcj.add %defattr(-,root,root).
841        * gcc3newlib/base-gnat.add %defattr(-,root,root).
842        * gcc3newlib/target-c++.add %defattr(-,root,root).
843        * gcc3newlib/target-g77.add %defattr(-,root,root).
844        * gcc3newlib/target-gcc.add %defattr(-,root,root).
845        * gcc3newlib/target-gcj.add %defattr(-,root,root).
846        * gcc3newlib/target-gnat.add %defattr(-,root,root).
847        * gcc3newlib/target-objc.add %defattr(-,root,root).
848
8492003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * setup.def: binutils_rpm_release=2.
852        * binutils/base-binutils.add: %defattr(-,root,root).
853        * binutils/target-binutils.add: Ditto.
854        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
855
8562003-01-27      Joel Sherrill <joel@OARcorp.com>
857
858        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
859        with a special RTEMS user account.
860
8612003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.ac: Add rtemsdoc.
864        * Makefile.ac: Add rtemsdoc.
865        * rtemsdoc/README: New.
866        * rtemsdoc/.cvsignore: New.
867
8682003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * rtemsdoc/Makefile.am: New.
871        * rtemsdoc/mkspec.in: New.
872        * rtemsdoc/rtemsdoc.spec.in: New.
873        * rtemsdoc/supplement.add.in: New.
874        * rtemsdoc/templ.add.in: New.
875
8762002-12-16      Joel Sherrill <joel@OARcorp.com>
877
878        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
879        to include m68k crti.o/crtn.o multilib patch.
880
8812002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
884        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
885
8862002-12-06      Joel Sherrill <joel@OARcorp.com>
887
888        * ChangeLog: Removed duplicate entry.
889
8902002-12-06      Joel Sherrill <joel@OARcorp.com>
891
892        * setup.def: Updated patch to fix m68k cut and paste bug which turned
893        a tab into spaces in a Makefile fragment.
894        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
895        must be built with a -G0 option.
896
8972002-12-02      Joel Sherrill <joel@OARcorp.com>
898
899        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
900        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
901
9022002-11-29      Joel Sherrill <joel@OARcorp.com>
903
904        * setup.def: Updated to gcc-3.2.1.
905
9062002-11-28      Joel Sherrill <joel@OARcorp.com>
907
908        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
909        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
910
9112002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * gcc3newlib/gccnewlib.add:
914        Remove *.la's to make rpm-4.1/RH-8.0 happy.
915        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
916        Change gcc/version.c to reflect us having patched gcc.
917
9182002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
921        Disable nls.
922        Apply gzip -9qf to compress *infos and *mans.
923        Apply /sbin/install-info.
924        Remove  *c++-filt.
925        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
926        Apply /sbin/install-info.
927        Package as.info-*.gz.
928        * binutils/target-binutils.add:
929        Package man1/*.1*.
930
9312002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
934
9352002-11-13      Joel Sherrill <joel@OARcorp.com>
936
937        * setup.def: Switched to binutils 2.13.1
938        * binutils/Makefile.am: Remove a29k-rtems.
939
9402002-11-11      Joel Sherrill <joel@OARcorp.com>
941
942        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
943        which were patch changes for -3 and -4 RPM revisions.   Disabled
944        build of gnat for i386-rtems as it failed to build.
945
9462002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
949        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
950        * binutils/binutils.add: Remove %{target} != %{build} comment
951        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
952        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
953        and _target_os)
954        * gcc3newlib/base-gcc.add: Add gccint*infos.
955        * gcc3newlib/base-gcj.add: Add gcj*infos.
956        Mark manpages as %doc and pickup the gzipped versions.
957
9582002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
961        before running configure (Prep. for automake >= 1.7).
962
9632002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * autotools/autoconf-rtems.spec.in: New.
966        Remove Provides: autoconf (Conflicts with RH-8.0).
967        * autotools/autoconf-rtems.spec: Remove.
968        * autotools/automake-rtems.spec.in:
969        Remove Provides: automake (Conflicts with RH-8.0).
970        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
971        * Makefile.am: Ditto.
972        * configure.ac: Add autotools/autoconf-rtems.spec.in.
973
9742002-10-24      Joel Sherrill <joel@OARcorp.com>
975
976        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
977        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
978        currently include the patch referenced in PR8344.
979
9802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * .cvsignore: Reformat.
983        Add autom4te*cache.
984        Remove autom4te.cache.
985
9862002-09-14      Joel Sherrill <joel@OARcorp.com>
987
988        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
989        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
990
9912002-08-21      Joel Sherrill <joel@OARcorp.com>
992
993        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
994        gcc 3.2 and Ada.
995
9962002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
999        Add %_gnat and --define 'gnat [0|1]' support.
1000        Enable gnat for gcc-3.2/Disable for gcc-3.1.
1001        Add hacks to build gnatlib.
1002        Re-activate commented out fragments for old gcc versions.
1003        Add @target_alias@-gnatgcc.
1004
10052002-08-15      Joel Sherrill <joel@OARcorp.com>
1006
1007        * setup.def: New gcc 3.1 RPMs (-7).
1008        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
1009
10102002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * gcc3newlib/Makefile.am: Remove c_only remnants.
1013        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
1014        headers into c++ instead of g++.
1015        * gcc3newlib/target-c++.add: Ditto.
1016
10172002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
1020        * gcc3newlib/Makefile.am: Use mkspec for c4x.
1021        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
1022        Rework handing Ada.
1023        Don't put adalib and adainclude into files.gcc.
1024        * gcc3newlib/target-gnat.add: Add adalib.
1025        Add adainclude.
1026
10272002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
1030
10312002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * gcc3newlib/.cvsignore: Add mkspec.
1034
10352002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * mkgcc3newlibspec.in: Remove
1038        * gcc3newlib/mkspec.in: New.
1039        * configure.ac: Reflect changes above.
1040        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
1041        Add preliminary gnat support.
1042        * gcc3newlib/base-g77.add: Add build_g77.
1043        * gcc3newlib/base-gcj.add: Add build_gcj.
1044        * gcc3newlib/base-gnat.add: New.
1045        * gcc3newlib/target-c++.add: Add build_cxx.
1046        * gcc3newlib/target-g77.add: Add build_g77.
1047        * gcc3newlib/target-gcj.add: Add build_gcj.
1048        * gcc3newlib/target-objc.add: Add build_objc.
1049        * gcc3newlib/target-gnat.add: New.
1050        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
1051
10522002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * setup.def: Increment release for gcc3newlib.
1055        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
1056
10572002-08-08      Joel Sherrill <joel@OARcorp.com>
1058
1059        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
1060        Updated to binutils 2.13 which has no known issues.
1061
10622002-08-06      Joel Sherrill <joel@OARcorp.com>
1063
1064        * setup.def: Updating gcc3/newlib patches and tool versions.  The
1065        focus of this round of patches was ot eliminate header file name
1066        conflicts between RTEMS and newlib.
1067
10682002-07-30      Joel Sherrill <joel@OARcorp.com>
1069
1070        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
1071        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
1072
10732002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * autotools/automake-rtems.spec.in: Automake-1.6.3.
1076        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
1077
10782002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
1081        to generate mk*spec scripts.
1082        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
1083        for $rpm_build_root.
1084        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
1085        expression for $rpm_build_root.
1086        * cpukit/mkspec.in: Cosmetical changes.
1087
10882002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
1091        Joel.
1092        * cpukit/Makefile.am: New.
1093        * cpukit/mkspec.in: New.
1094        * cpukit/rtems-cpukit.spec.in: New.
1095        * cpukit/.cvsignore: New.
1096        * configure.ac: Add cpukit.
1097        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
1098        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
1099        RTEMS_VERSION).
1100        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
1101        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
1102        for $rpm_build_root.
1103        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
1104        expression for $rpm_build_root.
1105        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
1106        expression for $rpm_build_root.
1107        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
1108        $rpm_build_root.
1109
11102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * binutils/Makefile.am: Add or32-rtems-binutils.
1113
11142002-07-19      Joel Sherrill <joel@OARcorp.com>
1115
1116        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
1117
11182002-07-01      Joel Sherrill <joel@OARcorp.com>
1119
1120        * setup.def: Update gcc3 RPMs for new patches.
1121
11222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
1125
11262002-06-14      Joel Sherrill <joel@OARcorp.com>
1127
1128        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
1129        Updated to gcc 3.1 and gdb 5.2.
1130
11312001-05-29      Joel Sherrill <joel@OARcorp.com>
1132
1133        * setup.def: Updated to binutils 2.12.1.
1134        * rtems/Makefile.am: Remove m68k-rtemself references.
1135
11362002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * mkgcc3newlibspec.in: Remove SETUP (bogus).
1139        * gcc3newlib/target-c++.add: New.
1140        * gcc3newlib/Makefile.am: Add target-c++.add.
1141        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
1142        Reflect having split out c++. Various minor fixes.
1143        * gcc3newlib/base-gcc.add: Ditto.
1144        * gcc3newlib/gccnewlib.add: Ditto.
1145        * gcc3newlib/target-gcc.add: Ditto.
1146
11472002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
1150        timestamps.
1151
11522001-04-16      Joel Sherrill <joel@OARcorp.com>
1153
1154        * .cvsignore: Added files added by automake 1.6.1.
1155        * setup.def: New shot at gcc 3.0.4 RPMs.
1156        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
1157        Deleted m68k-rtemself.
1158        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
1159 
11602002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
1163        Use *.tar.bz2.
1164
11652002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * mkbinutilspec.in: Fix PATCH2.
1168
11692002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
1172
11732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
1176
1177
11782002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * mkbinutilspec.in: Add support for empty patch-version (no patch).
1181        * mkgcc3newlibspec.in: Ditto.
1182        * setup: Fix gcc3*_versions handling.
1183        * setup.def: binutils_patch_version=.
1184        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
1185        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
1186        * binutils/target-binutils.add: Comment out c++filt.
1187        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
1188        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
1189        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
1190        Comment out gcc-2.95.x hacks.
1191        Remove *.la from installed files.
1192        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
1193
11942001-04-02      Joel Sherrill <joel@OARcorp.com>
1195
1196        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
1197
11982001-03-29      Joel Sherrill <joel@OARcorp.com>
1199
1200        * .cvsignore: Added mkgcc3newlib.
1201
12022001-03-29      Joel Sherrill <joel@OARcorp.com>
1203
1204        * gcc3newlib/.cvsignore: New file.
1205
12062001-03-28      Joel Sherrill <joel@OARcorp.com>
1207
1208        * Per PR64 added support for gcc 3.x RPMs
1209        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
1210        * mkgcc3newlibspec.in: New file.
1211        * gcc3newlib: New subdirectory.
1212        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
1213        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
1214        README, target-g77.add, target-gcc.add, target-gcj.add,
1215        target-objc.add: New files.
1216
12172001-03-28      Joel Sherrill <joel@OARcorp.com>
1218
1219        * binutils/binutils.add: Commented out patch since binutils 2.12
1220        does not require one.
1221
12222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * configure.ac:
1225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1227        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
1228        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1229        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
1230        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1231        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
1232        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1233
12342002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
1235
1236        * PR151
1237        * autotools/automake-rtems.spec.in: New.
1238        * autotools/automake-rtems.spec: Removed.
1239        * configure.ac: Reflect changes above.
1240
12412001-02-27      Joel Sherrill <joel@OARcorp.com>
1242
1243        * configure.ac: Be a little more lenient in matching sparc-solaris.
1244
12452002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
1248        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
1249        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
1250        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
1251        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
1252        gccnewlib/target-objc.add: Added more support for Canadian Cross
1253        building.
1254
12552001-01-30      Joel Sherrill <joel@OARcorp.com>
1256
1257        * buildall.in: Corrected logic for detecting when no RPMs are installed.
1258
12592001-01-24      Joel Sherrill <joel@OARcorp.com>
1260
1261        * README: Added Canadian Cross instructions.
1262
12632002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
1266        * mkbinutilsspec.in: Add propagation of @prefix@.
1267        * binutils/base-binutils.add:
1268        Let %post and %unpost apply %{_prefix}.
1269        Apply %{_prefix} instead of /opt/rtems.
1270        * binutils/binutils.add: Update copyright notice.
1271        Add _prefix.
1272        Apply %{_prefix} instead of /opt/rtems.
1273        Remove -a 0 in %setup.
1274        Rework hack to SuSE's rpm screwing up %{_target}.
1275        Replace ARGS with CONFIGURE_ARGS.
1276        * binutils/target-binutils.add:
1277        Apply %{_prefix} instead of /opt/rtems.
1278
12792002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * binutils/binutils.add: Add initial support for building
1282        Canadian cross RPMs.  It should work like this:
1283            cd rtems/scripts
1284            ./configure --build=`../config.guess` --host=i386-cygwin
1285            make install
1286            rpm --target=i386-cygwin \
1287                /usr/src/redhat/SPECS/<target>-binutils-..spec.
1288
1289            alien -t /usr/src/redhat/RPMS/....i386.rpm
1290        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
1291
12922001-01-22      Joel Sherrill <joel@OARcorp.com>
1293
1294        * buildalltar.in: Modified to support Canadian cross builds.
1295        It was testing using a RedHat 7.2 host to build *-rtems tools
1296        that run on an i386-cygwin host.
1297
12982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
1301
13022001-10-16      Joel Sherrill <joel@OARcorp.com>
1303
1304        * setup.def: Bumped the gdb_patch_version to account for a configuration
1305        problem on psim where it could not be enabled for powerpc-RTEMS.
1306        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
1307
13082001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
1311        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
1312        Target_alias.
1313        * mkgdbspec.in: Guard sed-pattern against autoconf.
1314        * mkbspspec.in: Guard sed-pattern against autoconf.
1315        * configure.ac: Rework check for RPM_SPECSdir.
1316        * autotools/automake-rtems.spec: Update to automake-1.5.
1317
13182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1321        * configure.in: Remove.
1322        * configure.ac: New file, generated from configure.in by autoupdate.
1323
13242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
1327        Initially setup CLEANFILES using = instead of += to make
1328        automake-1.5 happy.
1329
13302001-09-13      Joel Sherrill <joel@OARcorp.com>
1331
1332        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
1333        Revert changes because of gcc 2.5.x/3.0 transition and continue
1334        to support gcc 2.95.x as primary version.
1335
13362001-09-13      Joel Sherrill <joel@OARcorp.com>
1337
1338        * mkgccnewlibspec.in,
1339        Use Target_alias not target_alias to avoid conflicts with new autoconf.
1340        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
1341        Only sparc and arm built for C/C++ OK. :(
1342        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
1343        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
1344        * target-gcc.add: Modifications to reflect files not in gcc 3.1
1345
13462001-09-13      Joel Sherrill <joel@OARcorp.com>
1347
1348        * autotools/.cvsignore: New file.
1349
13502001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1351
1352        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
1353        autotools/automake-rtems.spec: New.
1354        * configure.in, Makefile.am: Add autotools/.
1355
13562001-08-30      Joel Sherrill <joel@OARcorp.com>
1357
1358        * .cvsignore: Add buildalltar.
1359
13602001-08-30      Joel Sherrill <joel@OARcorp.com>
1361
1362        * buildalltar.in: New file.
1363        * configure.in, Makefile.am: Modified to reflect addition of file.
1364
13652001-08-10      Joel Sherrill <joel@OARcorp.com>
1366
1367        * mkgdbspec.in: Make list of simulators very complete.
1368        * setup.def: Update versions.
1369
13702001-07-03      Joel Sherrill <joel@OARcorp.com>
1371
1372        * setup.def, binutils.add, gccnewlib.add: Updated to build
1373        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
1374        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
1375
13762001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * configure.in: Remove AC_EXEEXT, treat .exe manually.
1379        * gccnewlib/base-gcc.add: Remove cpp.
1380        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
1381        copyright.
1382
13832001-04-16      Joel Sherrill <joel@OARcorp.com>
1384
1385        * setup.def: Modified the binutils version to 2.11 and
1386        RPM revision 3 to reflect experimentation with new binutils release.
1387
13882001-04-11      Joel Sherrill <joel@OARcorp.com>
1389
1390        * binutils/Makefile.am: Added a29k-rtems.
1391        * binutils/binutils.add: Switch to .bz2 extension to reflect
1392        real way code is compressed on distribution sites now.
1393
13942001-03-19      Joel Sherrill <joel@OARcorp.com>
1395
1396        * setup.def: Updated version numbers and patches for binutils
1397        and gdb.  binutils was to get correct patch in field.  gdb
1398        was to add mipstx39-rtems configurery support.
1399
14002001-03-14      Joel Sherrill <joel@OARcorp.com>
1401
1402        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
1403        configuration to gdb since this includes the JMR3904 simulator.
1404
14052001-01-03      Joel Sherrill <joel@OARcorp.com>
1406
1407        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
1408        binutils HISTORY to reflect new revision.  Updated gcc to fix
1409        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
1410
14112000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * gccnewlib/gccnewlib.add: Fix typo in URL.
1414
14152000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
1418        instead of $target to setup RPM_CPU, move chmod 755 buildall to
1419        AC_OUTPUT's extra-cmds.
1420       
14212000-10-30      Joel Sherrill <joel@OARcorp.com>
1422
1423        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
1424        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
1425        Added mips-rtems, updated to include new patches and
1426        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
1427
14282000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
1431
14322000-10-18      Joel Sherrill <joel@OARcorp.com>
1433
1434        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
1435
14362000-08-30      Joel Sherrill <joel@OARcorp.com>
1437
1438        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
1439        Patches primarily add or16/or32 basic support to newlib and
1440        i386 multilib improvements to gcc from Ralf Corsepius.
1441
14422000-08-10      Joel Sherrill <joel@OARcorp.com>
1443
1444        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.