source: rtems/scripts/ChangeLog @ ab924e93

Last change on this file since ab924e93 was ab924e93, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/04 at 10:28:34

2004-09-30 Ralf Corsepius <ralf_corsepius@…>

  • autotools/autoconf-rtems.spec.in: Remove bogus BuildDep? on autoconf.
  • autotools/automake-rtems.spec.in: Use my rtems.org address.
  • Property mode set to 100644
File size: 33.1 KB
Line 
12004-09-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * autotools/autoconf-rtems.spec.in: Remove bogus BuildDep on
4        autoconf.
5        * autotools/automake-rtems.spec.in: Use my rtems.org address.
6
72004-09-06      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * autotools/autoconf-rtems.spec.in: Backport from rtems-4.7.
10        Update to autoconf-2.59.
11
122004-04-08      Joel Sherrill <joel@OARcorp.com>
13
14        PR 594/tools
15        * setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so
16        GNAT included.
17
182004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use rtems_source_spec_DEPS instead of
21        rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
22
232004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove rtemsdoc/mkspec.
26
272004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtemsdoc/.cvsignore: Reformat.
30        * configure.ac: Add RTEMS_RPM_RELEASE.
31        * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
32        rtems-source.add
33        * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
34        * rtemsdoc/mkspec.in: Remove.
35        * rtemsdoc/Makefile.am: Reworked.
36        * rtemsdoc/header.add: Update Copyright notice.
37        * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
38        Add %{rpmgroup}. Remove bzip-ing *.ps.
39        * rtemsdoc/supplement.add.in: Add %{rpmgroup}.
40        * rtemsdoc/templ.add.in: Add %{rpmgroup}.
41
422004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * rtems/rtems-source.add: New.
45        * Makefile.am: Add rtems/rtems-source.spec handling.
46        * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
47        * common/common.add.in: Use www.rtems.com as Vendor.
48
492004-01-23      Joel Sherrill <joel@OARcorp.com>
50
51        * setup.def: Reflect new binutils RPM revision to correct defattr.
52
532004-01-23      Joel Sherrill <joel@OARcorp.com>
54
55        * setup.def: Make it match gcc 3.2.3 RPMs.
56
572004-01-21      Joel Sherrill <joel@OARcorp.com>
58
59        * configure.ac: Use all CAPS RTEMS.
60
612004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        PR 554/tools
64        * scripts/automake.spec.in: Add defattr, URL:-tag.
65        Release 2.
66
672003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * binutils/base-binutils.add: Add osversion support.
70        * binutils/binutils.add: Add osversion support.
71        %setup -n %{name}-%{version}.
72        Don't remove c++filt.
73        * binutils/target-binutils.add: Add osversion support.
74        Pickup c++filt.
75        * gcc3newlib/base-g77.add: Add osversion support.
76        * gcc3newlib/base-gcc.add: Add osversion support.
77        * gcc3newlib/base-gcj.add: Add osversion support.
78        * gcc3newlib/base-gnat.add: Add osversion support.
79        * gcc3newlib/gccnewlib.add: Add osversion support.
80        Remove c++filt,
81        %setup -n -n %{name}-%{version}.
82        * gcc3newlib/target-c++.add: Add osversion support.
83        Don't pickup c++filt.
84        * gcc3newlib/target-g77.add: Add osversion support.
85        * gcc3newlib/target-gcc.add: Add osversion support.
86        * gcc3newlib/target-gcj.add: Add osversion support.
87        * gcc3newlib/target-gnat.add: Add osversion support.
88        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
89        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
90        gdb_version, gdb_target.
91        * gdb/target-gdb.add: Ditto.
92        * gdb/gdb.add: Ditto.
93        %setup -n -n %{name}-%{version}.
94
952003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
98        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
99
1002003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
103        * binutils/Makefile.am: Add osversion support.
104        * binutils/mkspec.in: Add osversion support.
105        * gcc3newlib/Makefile.am: Add osversion support.
106        * gcc3newlib/mkspec.in: Add osversion support.
107        * gdb/Makefile.am: Add osversion support.
108        * gdb/mkspec.in: Add osversion support.
109        Add rpmprefix, rpmgroup.
110
1112003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * binutils/base-binutils.add: Preps for 2.14 (Merger from CVS trunk).
114        * binutils/binutils.add: Use %{binutils_version} instead of
115        @binutils_version@ (Missed in previous patches).
116
1172003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * autotools/autoconf.spec.in, autotools/automake.spec.in:
120        Add rpmgroup, rpmprefix support.
121
1222003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
125        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
126        * configure.ac: Add --enable-pkgprefix, rpmgroup.
127
1282003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add,
131        gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add,
132        gcc3newlib/target-c++.add, gcc3newlib/target-g77.add,
133        gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add,
134        gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add:
135        Add support for %{rpmprefix}, %{rpmgroup}.
136        Use %{gcc_target and %{gcc_version}.
137        Remove "Provides:".
138        * gcc3newlib/gccnewlib.add: Ditto.
139        Correct setting up _gcj.
140        Explicitly build c++filt for gcc >= 3.3.
141        * gcc3newlib/mkspec.in: Add support for %{rpmprefix}, %{rpmgroup}.
142        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
143        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
144
1452003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * binutils/Makefile.am: Minor cleanups.
148        * binutils/binutils.add, binutils/base-binutils.add,
149        binutils/target-binutils.add: Add support for %{rpmprefix},
150        %{rpmgroup}. Use %{binutils_target} and %{binutils_version}.
151        * binutils/mkspec.in:: Add support for @rpmprefix@, @rpmgroup@.
152
1532003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * common/commom.am: New.
156        * Makefile.am: Remove TEMPLATES.
157        Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of
158        CONFIGURE_DEPENDENCIES.
159        * configure.ac: Remove AC_PREFIX_DEFAULT.
160        * binutils/Makefile.am: include common.am.
161        * common/common.add.in: Use rtems.com gnats.
162        * cpukit/Makefile.am: include common.am.
163        * gcc3newlib/Makefile.am: include common.am.
164        * gccnewlib/Makefile.am: include common.am.
165        * gdb/Makefile.am: include common.am.
166        * rtems/Makefile.am: include common.am.
167        * rtemsdoc/Makefile.am: include common.am.
168
1692003-08-28      Joel Sherrill <joel@OARcorp.com>
170
171        PR 473/misc
172        * setup.def: Recovery effort.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
177
1782003-06-02      Joel Sherrill <joel@OARcorp.com>
179
180        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
181
1822003-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * common/common.add.in: Add %define __os_install_post %{nil} to
185        work around rpm-4.2 choking on foreign file types.
186
1872003-04-18      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
190        head.
191
1922003-04-18      Joel Sherrill <joel@OARcorp.com>
193
194        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
195        * gcc3newlib/gccnewlib.add: We used .bz2 files.
196
1972003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
200        Apply %gcc_version, %newlib_version.
201        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
202        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
203        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
204        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
205        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
206        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
207
2082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
211
2122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: AC_PREREQ(2.57).
215
2162003-02-10      Joel Sherrill <joel@OARcorp.com>
217
218        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
219        determine which targets have simulators, configure with appropriate
220        arguments, and package the correct files.
221
2222003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
225        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
226        gcj from rpmbuild command line.
227        Copy gsyslimits.h for CDN-X compilation.
228
2292003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * README.cdn-X: New.
232        * binutils/binutils.add: Add --build=%_build --host=%_host.
233        * cpukit/.cvsignore: Add *.spec.in.
234        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
235        * gdb/gdb.add: Add --build=%_build --host=%_host.
236        * rtemsdoc/.cvsignore: Add *.spec.in.
237
2382003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * gcc3newlib/gccnewlib.add: Remove Buildroot.
241        * common/.cvsignore: New.
242
2432003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
246        * binutils/Makefile.am: Fix path to clean.add.
247        * binutils/binutils.add: Remove BuildRoot.
248        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
249        $(top_builddir)/common/clean.add, header.add.
250        Generate rtems-cpukit.spec.in.
251        * cpukit/header.add: New.
252        * cpukit/rtems-cpukit.spec.in: Remove.
253        * cpukit/rtems-cpukit.add: New.
254        * gccnewlib/gccnewlib.add: Remove Buildroot.
255        * gdb/gdb.add: Remove Buildroot.
256        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
257
2582003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
261        $(top_builddir)/common/clean.add, header.add.
262        Generate rtemsdoc.spec.in.
263        * rtemsdoc/mkspec.in: Remove exe_ext.
264        * rtemsdoc/rtemsdoc.spec.in: Remove.
265        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
266        $(top_builddir)/common/clean.add, header.add.
267        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
268        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
269        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
270        Remove header, broken cdn-X configuration, %clean.
271        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
272        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
273        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
274        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
275
2762003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * gdb/gdb.add: Remove header, broken cdn-X configuration,
279        %clean, Replace @exe_ext@ with %{_exeext}.
280        * gdb/mkspec.in: Remove exe_ext.
281        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
282        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
283        $(top_builddir)/common/clean.add, header.add.
284        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
285        * cpukit/mkspec.in: Remove exe_ext.
286        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
287        $(top_builddir)/common/clean.add, header.add.
288
2892003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
292        %clean, Replace @exe_ext@ with %{_exeext}.
293        * gcc3newlib/mkspec.in: Remove exe_ext.
294        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
295        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
296        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
297        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
298        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
299        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
300        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
301        $(top_builddir)/common/clean.add, header.add.
302
3032003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Remove reference to mkbinutilsspec.
306        * configure.ac: Remove EXEEXT check.
307        Add common/clean.add, common/common.add.
308
3092003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * binutils/binutils.add: Remove header, broken cdn-X configuration,
312        %clean.
313        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
314        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
315
3162003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * gcc3newlib/header.add: New.
319        * gccnewlib/header.add: New.
320        * binutils/header.add: New.
321        * gdb/header.add: New.
322        * rtemsdoc/header.add: New.
323        * rtemsdoc/rtemsdoc.add: New.
324        * common/clean.add.in: New.
325        * common/common.add.in: New.
326
3272003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * binutils/mkspec.in: New.
330        * binutils/.cvsignore: Add mkspec.
331        * mkbinutilspec.in: Remove.
332        * gdb/Makefile.am: Depend on mkspec.
333        * binutils/binutils.add: Add @exe_ext@ to c++filt.
334        Add %_defaultbuildroot.
335        * configure.ac: Reflect changes above.
336        * binutils/Makefile.am: Reflect changes above.
337        * Makefile.am: Remove mkbinutilspec.
338
3392003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * gdb/.cvsignore: Add mkspec.
342
3432003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * ChangeLog: Fix yesterday's entry.
346        * gdb/target-gdb.add: %defattr(-,root,root).
347        Use %{_prefix} instead of /opt/rtems.
348        Misc. minor changes.
349        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
350        Remove stray unpackaged files.
351        Use %{_defaultbuildroot} instead of hard-coded values.
352        configure --disable-nls.
353        Misc. minor changes.
354        Add BuildPreReq: ncurses-devel.
355        * gdb/base-gdb.add: %defattr(-,root,root).
356        Use %{_prefix} instead of /opt/rtems.
357        Misc. minor changes.
358        * gdb/mkspec.in: New.
359        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
360        * gcc3newlib/mkspec.in: Fix usage.
361        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
362        hard-coded values. Update copyright notice.
363        * mkgdbspec.in: Removed.
364        * Makefile.am: Remove mkgdbspec.
365        * configure.ac: Remove mkgdbspec.
366        Add gdb/mkspec.
367
3682003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
371        Add %defattr(-,root,root) to "dir".
372        * gcc3newlib/base-g77.add: %defattr(-,root,root).
373        * gcc3newlib/base-gcc.add %defattr(-,root,root).
374        * gcc3newlib/base-gcj.add %defattr(-,root,root).
375        * gcc3newlib/base-gnat.add %defattr(-,root,root).
376        * gcc3newlib/target-c++.add %defattr(-,root,root).
377        * gcc3newlib/target-g77.add %defattr(-,root,root).
378        * gcc3newlib/target-gcc.add %defattr(-,root,root).
379        * gcc3newlib/target-gcj.add %defattr(-,root,root).
380        * gcc3newlib/target-gnat.add %defattr(-,root,root).
381        * gcc3newlib/target-objc.add %defattr(-,root,root).
382
3832003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * setup.def: binutils_rpm_release=2.
386        * binutils/base-binutils.add: %defattr(-,root,root).
387        * binutils/target-binutils.add: Ditto.
388        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
389
3902003-01-27      Joel Sherrill <joel@OARcorp.com>
391
392        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
393        with a special RTEMS user account.
394
3952003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Add rtemsdoc.
398        * Makefile.ac: Add rtemsdoc.
399        * rtemsdoc/README: New.
400        * rtemsdoc/.cvsignore: New.
401
4022003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * rtemsdoc/Makefile.am: New.
405        * rtemsdoc/mkspec.in: New.
406        * rtemsdoc/rtemsdoc.spec.in: New.
407        * rtemsdoc/supplement.add.in: New.
408        * rtemsdoc/templ.add.in: New.
409
4102002-12-16      Joel Sherrill <joel@OARcorp.com>
411
412        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
413        to include m68k crti.o/crtn.o multilib patch.
414
4152002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
418        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
419
4202002-12-06      Joel Sherrill <joel@OARcorp.com>
421
422        * ChangeLog: Removed duplicate entry.
423
4242002-12-06      Joel Sherrill <joel@OARcorp.com>
425
426        * setup.def: Updated patch to fix m68k cut and paste bug which turned
427        a tab into spaces in a Makefile fragment.
428        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
429        must be built with a -G0 option.
430
4312002-12-02      Joel Sherrill <joel@OARcorp.com>
432
433        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
434        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
435
4362002-11-29      Joel Sherrill <joel@OARcorp.com>
437
438        * setup.def: Updated to gcc-3.2.1.
439
4402002-11-28      Joel Sherrill <joel@OARcorp.com>
441
442        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
443        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
444
4452002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * gcc3newlib/gccnewlib.add:
448        Remove *.la's to make rpm-4.1/RH-8.0 happy.
449        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
450        Change gcc/version.c to reflect us having patched gcc.
451
4522002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
455        Disable nls.
456        Apply gzip -9qf to compress *infos and *mans.
457        Apply /sbin/install-info.
458        Remove  *c++-filt.
459        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
460        Apply /sbin/install-info.
461        Package as.info-*.gz.
462        * binutils/target-binutils.add:
463        Package man1/*.1*.
464
4652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
468
4692002-11-13      Joel Sherrill <joel@OARcorp.com>
470
471        * setup.def: Switched to binutils 2.13.1
472        * binutils/Makefile.am: Remove a29k-rtems.
473
4742002-11-11      Joel Sherrill <joel@OARcorp.com>
475
476        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
477        which were patch changes for -3 and -4 RPM revisions.   Disabled
478        build of gnat for i386-rtems as it failed to build.
479
4802002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
483        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
484        * binutils/binutils.add: Remove %{target} != %{build} comment
485        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
486        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
487        and _target_os)
488        * gcc3newlib/base-gcc.add: Add gccint*infos.
489        * gcc3newlib/base-gcj.add: Add gcj*infos.
490        Mark manpages as %doc and pickup the gzipped versions.
491
4922002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
495        before running configure (Prep. for automake >= 1.7).
496
4972002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * autotools/autoconf-rtems.spec.in: New.
500        Remove Provides: autoconf (Conflicts with RH-8.0).
501        * autotools/autoconf-rtems.spec: Remove.
502        * autotools/automake-rtems.spec.in:
503        Remove Provides: automake (Conflicts with RH-8.0).
504        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
505        * Makefile.am: Ditto.
506        * configure.ac: Add autotools/autoconf-rtems.spec.in.
507
5082002-10-24      Joel Sherrill <joel@OARcorp.com>
509
510        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
511        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
512        currently include the patch referenced in PR8344.
513
5142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * .cvsignore: Reformat.
517        Add autom4te*cache.
518        Remove autom4te.cache.
519
5202002-09-14      Joel Sherrill <joel@OARcorp.com>
521
522        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
523        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
524
5252002-08-21      Joel Sherrill <joel@OARcorp.com>
526
527        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
528        gcc 3.2 and Ada.
529
5302002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
533        Add %_gnat and --define 'gnat [0|1]' support.
534        Enable gnat for gcc-3.2/Disable for gcc-3.1.
535        Add hacks to build gnatlib.
536        Re-activate commented out fragments for old gcc versions.
537        Add @target_alias@-gnatgcc.
538
5392002-08-15      Joel Sherrill <joel@OARcorp.com>
540
541        * setup.def: New gcc 3.1 RPMs (-7).
542        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
543
5442002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * gcc3newlib/Makefile.am: Remove c_only remnants.
547        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
548        headers into c++ instead of g++.
549        * gcc3newlib/target-c++.add: Ditto.
550
5512002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
554        * gcc3newlib/Makefile.am: Use mkspec for c4x.
555        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
556        Rework handing Ada.
557        Don't put adalib and adainclude into files.gcc.
558        * gcc3newlib/target-gnat.add: Add adalib.
559        Add adainclude.
560
5612002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
564
5652002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * gcc3newlib/.cvsignore: Add mkspec.
568
5692002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * mkgcc3newlibspec.in: Remove
572        * gcc3newlib/mkspec.in: New.
573        * configure.ac: Reflect changes above.
574        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
575        Add preliminary gnat support.
576        * gcc3newlib/base-g77.add: Add build_g77.
577        * gcc3newlib/base-gcj.add: Add build_gcj.
578        * gcc3newlib/base-gnat.add: New.
579        * gcc3newlib/target-c++.add: Add build_cxx.
580        * gcc3newlib/target-g77.add: Add build_g77.
581        * gcc3newlib/target-gcj.add: Add build_gcj.
582        * gcc3newlib/target-objc.add: Add build_objc.
583        * gcc3newlib/target-gnat.add: New.
584        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
585
5862002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * setup.def: Increment release for gcc3newlib.
589        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
590
5912002-08-08      Joel Sherrill <joel@OARcorp.com>
592
593        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
594        Updated to binutils 2.13 which has no known issues.
595
5962002-08-06      Joel Sherrill <joel@OARcorp.com>
597
598        * setup.def: Updating gcc3/newlib patches and tool versions.  The
599        focus of this round of patches was ot eliminate header file name
600        conflicts between RTEMS and newlib.
601
6022002-07-30      Joel Sherrill <joel@OARcorp.com>
603
604        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
605        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
606
6072002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * autotools/automake-rtems.spec.in: Automake-1.6.3.
610        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
611
6122002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
615        to generate mk*spec scripts.
616        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
617        for $rpm_build_root.
618        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
619        expression for $rpm_build_root.
620        * cpukit/mkspec.in: Cosmetical changes.
621
6222002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
625        Joel.
626        * cpukit/Makefile.am: New.
627        * cpukit/mkspec.in: New.
628        * cpukit/rtems-cpukit.spec.in: New.
629        * cpukit/.cvsignore: New.
630        * configure.ac: Add cpukit.
631        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
632        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
633        RTEMS_VERSION).
634        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
635        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
636        for $rpm_build_root.
637        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
638        expression for $rpm_build_root.
639        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
640        expression for $rpm_build_root.
641        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
642        $rpm_build_root.
643
6442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * binutils/Makefile.am: Add or32-rtems-binutils.
647
6482002-07-19      Joel Sherrill <joel@OARcorp.com>
649
650        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
651
6522002-07-01      Joel Sherrill <joel@OARcorp.com>
653
654        * setup.def: Update gcc3 RPMs for new patches.
655
6562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
659
6602002-06-14      Joel Sherrill <joel@OARcorp.com>
661
662        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
663        Updated to gcc 3.1 and gdb 5.2.
664
6652001-05-29      Joel Sherrill <joel@OARcorp.com>
666
667        * setup.def: Updated to binutils 2.12.1.
668        * rtems/Makefile.am: Remove m68k-rtemself references.
669
6702002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * mkgcc3newlibspec.in: Remove SETUP (bogus).
673        * gcc3newlib/target-c++.add: New.
674        * gcc3newlib/Makefile.am: Add target-c++.add.
675        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
676        Reflect having split out c++. Various minor fixes.
677        * gcc3newlib/base-gcc.add: Ditto.
678        * gcc3newlib/gccnewlib.add: Ditto.
679        * gcc3newlib/target-gcc.add: Ditto.
680
6812002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
684        timestamps.
685
6862001-04-16      Joel Sherrill <joel@OARcorp.com>
687
688        * .cvsignore: Added files added by automake 1.6.1.
689        * setup.def: New shot at gcc 3.0.4 RPMs.
690        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
691        Deleted m68k-rtemself.
692        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
693 
6942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
697        Use *.tar.bz2.
698
6992002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * mkbinutilspec.in: Fix PATCH2.
702
7032002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
706
7072002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
710
711
7122002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * mkbinutilspec.in: Add support for empty patch-version (no patch).
715        * mkgcc3newlibspec.in: Ditto.
716        * setup: Fix gcc3*_versions handling.
717        * setup.def: binutils_patch_version=.
718        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
719        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
720        * binutils/target-binutils.add: Comment out c++filt.
721        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
722        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
723        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
724        Comment out gcc-2.95.x hacks.
725        Remove *.la from installed files.
726        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
727
7282001-04-02      Joel Sherrill <joel@OARcorp.com>
729
730        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
731
7322001-03-29      Joel Sherrill <joel@OARcorp.com>
733
734        * .cvsignore: Added mkgcc3newlib.
735
7362001-03-29      Joel Sherrill <joel@OARcorp.com>
737
738        * gcc3newlib/.cvsignore: New file.
739
7402001-03-28      Joel Sherrill <joel@OARcorp.com>
741
742        * Per PR64 added support for gcc 3.x RPMs
743        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
744        * mkgcc3newlibspec.in: New file.
745        * gcc3newlib: New subdirectory.
746        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
747        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
748        README, target-g77.add, target-gcc.add, target-gcj.add,
749        target-objc.add: New files.
750
7512001-03-28      Joel Sherrill <joel@OARcorp.com>
752
753        * binutils/binutils.add: Commented out patch since binutils 2.12
754        does not require one.
755
7562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * configure.ac:
759        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
761        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
767
7682002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
769
770        * PR151
771        * autotools/automake-rtems.spec.in: New.
772        * autotools/automake-rtems.spec: Removed.
773        * configure.ac: Reflect changes above.
774
7752001-02-27      Joel Sherrill <joel@OARcorp.com>
776
777        * configure.ac: Be a little more lenient in matching sparc-solaris.
778
7792002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
782        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
783        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
784        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
785        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
786        gccnewlib/target-objc.add: Added more support for Canadian Cross
787        building.
788
7892001-01-30      Joel Sherrill <joel@OARcorp.com>
790
791        * buildall.in: Corrected logic for detecting when no RPMs are installed.
792
7932001-01-24      Joel Sherrill <joel@OARcorp.com>
794
795        * README: Added Canadian Cross instructions.
796
7972002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
800        * mkbinutilsspec.in: Add propagation of @prefix@.
801        * binutils/base-binutils.add:
802        Let %post and %unpost apply %{_prefix}.
803        Apply %{_prefix} instead of /opt/rtems.
804        * binutils/binutils.add: Update copyright notice.
805        Add _prefix.
806        Apply %{_prefix} instead of /opt/rtems.
807        Remove -a 0 in %setup.
808        Rework hack to SuSE's rpm screwing up %{_target}.
809        Replace ARGS with CONFIGURE_ARGS.
810        * binutils/target-binutils.add:
811        Apply %{_prefix} instead of /opt/rtems.
812
8132002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * binutils/binutils.add: Add initial support for building
816        Canadian cross RPMs.  It should work like this:
817            cd rtems/scripts
818            ./configure --build=`../config.guess` --host=i386-cygwin
819            make install
820            rpm --target=i386-cygwin \
821                /usr/src/redhat/SPECS/<target>-binutils-..spec.
822
823            alien -t /usr/src/redhat/RPMS/....i386.rpm
824        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
825
8262001-01-22      Joel Sherrill <joel@OARcorp.com>
827
828        * buildalltar.in: Modified to support Canadian cross builds.
829        It was testing using a RedHat 7.2 host to build *-rtems tools
830        that run on an i386-cygwin host.
831
8322001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
835
8362001-10-16      Joel Sherrill <joel@OARcorp.com>
837
838        * setup.def: Bumped the gdb_patch_version to account for a configuration
839        problem on psim where it could not be enabled for powerpc-RTEMS.
840        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
841
8422001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
845        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
846        Target_alias.
847        * mkgdbspec.in: Guard sed-pattern against autoconf.
848        * mkbspspec.in: Guard sed-pattern against autoconf.
849        * configure.ac: Rework check for RPM_SPECSdir.
850        * autotools/automake-rtems.spec: Update to automake-1.5.
851
8522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
855        * configure.in: Remove.
856        * configure.ac: New file, generated from configure.in by autoupdate.
857
8582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
861        Initially setup CLEANFILES using = instead of += to make
862        automake-1.5 happy.
863
8642001-09-13      Joel Sherrill <joel@OARcorp.com>
865
866        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
867        Revert changes because of gcc 2.5.x/3.0 transition and continue
868        to support gcc 2.95.x as primary version.
869
8702001-09-13      Joel Sherrill <joel@OARcorp.com>
871
872        * mkgccnewlibspec.in,
873        Use Target_alias not target_alias to avoid conflicts with new autoconf.
874        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
875        Only sparc and arm built for C/C++ OK. :(
876        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
877        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
878        * target-gcc.add: Modifications to reflect files not in gcc 3.1
879
8802001-09-13      Joel Sherrill <joel@OARcorp.com>
881
882        * autotools/.cvsignore: New file.
883
8842001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
887        autotools/automake-rtems.spec: New.
888        * configure.in, Makefile.am: Add autotools/.
889
8902001-08-30      Joel Sherrill <joel@OARcorp.com>
891
892        * .cvsignore: Add buildalltar.
893
8942001-08-30      Joel Sherrill <joel@OARcorp.com>
895
896        * buildalltar.in: New file.
897        * configure.in, Makefile.am: Modified to reflect addition of file.
898
8992001-08-10      Joel Sherrill <joel@OARcorp.com>
900
901        * mkgdbspec.in: Make list of simulators very complete.
902        * setup.def: Update versions.
903
9042001-07-03      Joel Sherrill <joel@OARcorp.com>
905
906        * setup.def, binutils.add, gccnewlib.add: Updated to build
907        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
908        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
909
9102001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * configure.in: Remove AC_EXEEXT, treat .exe manually.
913        * gccnewlib/base-gcc.add: Remove cpp.
914        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
915        copyright.
916
9172001-04-16      Joel Sherrill <joel@OARcorp.com>
918
919        * setup.def: Modified the binutils version to 2.11 and
920        RPM revision 3 to reflect experimentation with new binutils release.
921
9222001-04-11      Joel Sherrill <joel@OARcorp.com>
923
924        * binutils/Makefile.am: Added a29k-rtems.
925        * binutils/binutils.add: Switch to .bz2 extension to reflect
926        real way code is compressed on distribution sites now.
927
9282001-03-19      Joel Sherrill <joel@OARcorp.com>
929
930        * setup.def: Updated version numbers and patches for binutils
931        and gdb.  binutils was to get correct patch in field.  gdb
932        was to add mipstx39-rtems configurery support.
933
9342001-03-14      Joel Sherrill <joel@OARcorp.com>
935
936        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
937        configuration to gdb since this includes the JMR3904 simulator.
938
9392001-01-03      Joel Sherrill <joel@OARcorp.com>
940
941        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
942        binutils HISTORY to reflect new revision.  Updated gcc to fix
943        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
944
9452000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * gccnewlib/gccnewlib.add: Fix typo in URL.
948
9492000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
952        instead of $target to setup RPM_CPU, move chmod 755 buildall to
953        AC_OUTPUT's extra-cmds.
954       
9552000-10-30      Joel Sherrill <joel@OARcorp.com>
956
957        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
958        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
959        Added mips-rtems, updated to include new patches and
960        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
961
9622000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
965
9662000-10-18      Joel Sherrill <joel@OARcorp.com>
967
968        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
969
9702000-08-30      Joel Sherrill <joel@OARcorp.com>
971
972        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
973        Patches primarily add or16/or32 basic support to newlib and
974        i386 multilib improvements to gcc from Ralf Corsepius.
975
9762000-08-10      Joel Sherrill <joel@OARcorp.com>
977
978        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.