source: rtems/scripts/ChangeLog @ ee50e9a

Last change on this file since ee50e9a was ee50e9a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/18/04 at 19:15:01

2004-10-18 RTEMS

  • autotools/autoconf-rtems.spec.in: Comment out line giving trouble. It only references unneeded documentation.
  • Property mode set to 100644
File size: 33.4 KB
Line 
12004-10-18      RTEMS
2
3        * autotools/autoconf-rtems.spec.in: Comment out line giving trouble. It
4        only references unneeded documentation.
5
62004-04-08      Joel Sherrill <joel@OARcorp.com>
7
8        PR 594/tools
9        * setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so
10        GNAT included.
11
122004-09-30      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * autotools/autoconf-rtems.spec.in: Remove bogus BuildDep on
15        autoconf.
16        * autotools/automake-rtems.spec.in: Use my rtems.org address.
17
182004-09-06      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * autotools/autoconf-rtems.spec.in: Backport from rtems-4.7.
21        Update to autoconf-2.59.
22
232004-04-08      Joel Sherrill <joel@OARcorp.com>
24
25        PR 594/tools
26        * setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so
27        GNAT included.
28
292004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Use rtems_source_spec_DEPS instead of
32        rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
33
342004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove rtemsdoc/mkspec.
37
382004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * rtemsdoc/.cvsignore: Reformat.
41        * configure.ac: Add RTEMS_RPM_RELEASE.
42        * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
43        rtems-source.add
44        * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
45        * rtemsdoc/mkspec.in: Remove.
46        * rtemsdoc/Makefile.am: Reworked.
47        * rtemsdoc/header.add: Update Copyright notice.
48        * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
49        Add %{rpmgroup}. Remove bzip-ing *.ps.
50        * rtemsdoc/supplement.add.in: Add %{rpmgroup}.
51        * rtemsdoc/templ.add.in: Add %{rpmgroup}.
52
532004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * rtems/rtems-source.add: New.
56        * Makefile.am: Add rtems/rtems-source.spec handling.
57        * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
58        * common/common.add.in: Use www.rtems.com as Vendor.
59
602004-01-23      Joel Sherrill <joel@OARcorp.com>
61
62        * setup.def: Reflect new binutils RPM revision to correct defattr.
63
642004-01-23      Joel Sherrill <joel@OARcorp.com>
65
66        * setup.def: Make it match gcc 3.2.3 RPMs.
67
682004-01-21      Joel Sherrill <joel@OARcorp.com>
69
70        * configure.ac: Use all CAPS RTEMS.
71
722004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        PR 554/tools
75        * scripts/automake.spec.in: Add defattr, URL:-tag.
76        Release 2.
77
782003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * binutils/base-binutils.add: Add osversion support.
81        * binutils/binutils.add: Add osversion support.
82        %setup -n %{name}-%{version}.
83        Don't remove c++filt.
84        * binutils/target-binutils.add: Add osversion support.
85        Pickup c++filt.
86        * gcc3newlib/base-g77.add: Add osversion support.
87        * gcc3newlib/base-gcc.add: Add osversion support.
88        * gcc3newlib/base-gcj.add: Add osversion support.
89        * gcc3newlib/base-gnat.add: Add osversion support.
90        * gcc3newlib/gccnewlib.add: Add osversion support.
91        Remove c++filt,
92        %setup -n -n %{name}-%{version}.
93        * gcc3newlib/target-c++.add: Add osversion support.
94        Don't pickup c++filt.
95        * gcc3newlib/target-g77.add: Add osversion support.
96        * gcc3newlib/target-gcc.add: Add osversion support.
97        * gcc3newlib/target-gcj.add: Add osversion support.
98        * gcc3newlib/target-gnat.add: Add osversion support.
99        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
100        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
101        gdb_version, gdb_target.
102        * gdb/target-gdb.add: Ditto.
103        * gdb/gdb.add: Ditto.
104        %setup -n -n %{name}-%{version}.
105
1062003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
109        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
110
1112003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
114        * binutils/Makefile.am: Add osversion support.
115        * binutils/mkspec.in: Add osversion support.
116        * gcc3newlib/Makefile.am: Add osversion support.
117        * gcc3newlib/mkspec.in: Add osversion support.
118        * gdb/Makefile.am: Add osversion support.
119        * gdb/mkspec.in: Add osversion support.
120        Add rpmprefix, rpmgroup.
121
1222003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * binutils/base-binutils.add: Preps for 2.14 (Merger from CVS trunk).
125        * binutils/binutils.add: Use %{binutils_version} instead of
126        @binutils_version@ (Missed in previous patches).
127
1282003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * autotools/autoconf.spec.in, autotools/automake.spec.in:
131        Add rpmgroup, rpmprefix support.
132
1332003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
136        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
137        * configure.ac: Add --enable-pkgprefix, rpmgroup.
138
1392003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add,
142        gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add,
143        gcc3newlib/target-c++.add, gcc3newlib/target-g77.add,
144        gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add,
145        gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add:
146        Add support for %{rpmprefix}, %{rpmgroup}.
147        Use %{gcc_target and %{gcc_version}.
148        Remove "Provides:".
149        * gcc3newlib/gccnewlib.add: Ditto.
150        Correct setting up _gcj.
151        Explicitly build c++filt for gcc >= 3.3.
152        * gcc3newlib/mkspec.in: Add support for %{rpmprefix}, %{rpmgroup}.
153        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
154        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
155
1562003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * binutils/Makefile.am: Minor cleanups.
159        * binutils/binutils.add, binutils/base-binutils.add,
160        binutils/target-binutils.add: Add support for %{rpmprefix},
161        %{rpmgroup}. Use %{binutils_target} and %{binutils_version}.
162        * binutils/mkspec.in:: Add support for @rpmprefix@, @rpmgroup@.
163
1642003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * common/commom.am: New.
167        * Makefile.am: Remove TEMPLATES.
168        Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of
169        CONFIGURE_DEPENDENCIES.
170        * configure.ac: Remove AC_PREFIX_DEFAULT.
171        * binutils/Makefile.am: include common.am.
172        * common/common.add.in: Use rtems.com gnats.
173        * cpukit/Makefile.am: include common.am.
174        * gcc3newlib/Makefile.am: include common.am.
175        * gccnewlib/Makefile.am: include common.am.
176        * gdb/Makefile.am: include common.am.
177        * rtems/Makefile.am: include common.am.
178        * rtemsdoc/Makefile.am: include common.am.
179
1802003-08-28      Joel Sherrill <joel@OARcorp.com>
181
182        PR 473/misc
183        * setup.def: Recovery effort.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-06-02      Joel Sherrill <joel@OARcorp.com>
190
191        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
192
1932003-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * common/common.add.in: Add %define __os_install_post %{nil} to
196        work around rpm-4.2 choking on foreign file types.
197
1982003-04-18      Joel Sherrill <joel@OARcorp.com>
199
200        * ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
201        head.
202
2032003-04-18      Joel Sherrill <joel@OARcorp.com>
204
205        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
206        * gcc3newlib/gccnewlib.add: We used .bz2 files.
207
2082003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
211        Apply %gcc_version, %newlib_version.
212        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
213        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
214        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
215        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
216        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
217        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AC_PREREQ(2.57).
226
2272003-02-10      Joel Sherrill <joel@OARcorp.com>
228
229        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
230        determine which targets have simulators, configure with appropriate
231        arguments, and package the correct files.
232
2332003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
236        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
237        gcj from rpmbuild command line.
238        Copy gsyslimits.h for CDN-X compilation.
239
2402003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * README.cdn-X: New.
243        * binutils/binutils.add: Add --build=%_build --host=%_host.
244        * cpukit/.cvsignore: Add *.spec.in.
245        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
246        * gdb/gdb.add: Add --build=%_build --host=%_host.
247        * rtemsdoc/.cvsignore: Add *.spec.in.
248
2492003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * gcc3newlib/gccnewlib.add: Remove Buildroot.
252        * common/.cvsignore: New.
253
2542003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
257        * binutils/Makefile.am: Fix path to clean.add.
258        * binutils/binutils.add: Remove BuildRoot.
259        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
260        $(top_builddir)/common/clean.add, header.add.
261        Generate rtems-cpukit.spec.in.
262        * cpukit/header.add: New.
263        * cpukit/rtems-cpukit.spec.in: Remove.
264        * cpukit/rtems-cpukit.add: New.
265        * gccnewlib/gccnewlib.add: Remove Buildroot.
266        * gdb/gdb.add: Remove Buildroot.
267        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
268
2692003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
272        $(top_builddir)/common/clean.add, header.add.
273        Generate rtemsdoc.spec.in.
274        * rtemsdoc/mkspec.in: Remove exe_ext.
275        * rtemsdoc/rtemsdoc.spec.in: Remove.
276        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
277        $(top_builddir)/common/clean.add, header.add.
278        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
279        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
280        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
281        Remove header, broken cdn-X configuration, %clean.
282        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
283        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
284        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
285        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
286
2872003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * gdb/gdb.add: Remove header, broken cdn-X configuration,
290        %clean, Replace @exe_ext@ with %{_exeext}.
291        * gdb/mkspec.in: Remove exe_ext.
292        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
293        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
294        $(top_builddir)/common/clean.add, header.add.
295        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
296        * cpukit/mkspec.in: Remove exe_ext.
297        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
298        $(top_builddir)/common/clean.add, header.add.
299
3002003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
303        %clean, Replace @exe_ext@ with %{_exeext}.
304        * gcc3newlib/mkspec.in: Remove exe_ext.
305        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
306        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
307        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
308        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
309        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
310        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
311        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
312        $(top_builddir)/common/clean.add, header.add.
313
3142003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Remove reference to mkbinutilsspec.
317        * configure.ac: Remove EXEEXT check.
318        Add common/clean.add, common/common.add.
319
3202003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * binutils/binutils.add: Remove header, broken cdn-X configuration,
323        %clean.
324        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
325        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
326
3272003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * gcc3newlib/header.add: New.
330        * gccnewlib/header.add: New.
331        * binutils/header.add: New.
332        * gdb/header.add: New.
333        * rtemsdoc/header.add: New.
334        * rtemsdoc/rtemsdoc.add: New.
335        * common/clean.add.in: New.
336        * common/common.add.in: New.
337
3382003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * binutils/mkspec.in: New.
341        * binutils/.cvsignore: Add mkspec.
342        * mkbinutilspec.in: Remove.
343        * gdb/Makefile.am: Depend on mkspec.
344        * binutils/binutils.add: Add @exe_ext@ to c++filt.
345        Add %_defaultbuildroot.
346        * configure.ac: Reflect changes above.
347        * binutils/Makefile.am: Reflect changes above.
348        * Makefile.am: Remove mkbinutilspec.
349
3502003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * gdb/.cvsignore: Add mkspec.
353
3542003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * ChangeLog: Fix yesterday's entry.
357        * gdb/target-gdb.add: %defattr(-,root,root).
358        Use %{_prefix} instead of /opt/rtems.
359        Misc. minor changes.
360        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
361        Remove stray unpackaged files.
362        Use %{_defaultbuildroot} instead of hard-coded values.
363        configure --disable-nls.
364        Misc. minor changes.
365        Add BuildPreReq: ncurses-devel.
366        * gdb/base-gdb.add: %defattr(-,root,root).
367        Use %{_prefix} instead of /opt/rtems.
368        Misc. minor changes.
369        * gdb/mkspec.in: New.
370        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
371        * gcc3newlib/mkspec.in: Fix usage.
372        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
373        hard-coded values. Update copyright notice.
374        * mkgdbspec.in: Removed.
375        * Makefile.am: Remove mkgdbspec.
376        * configure.ac: Remove mkgdbspec.
377        Add gdb/mkspec.
378
3792003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
382        Add %defattr(-,root,root) to "dir".
383        * gcc3newlib/base-g77.add: %defattr(-,root,root).
384        * gcc3newlib/base-gcc.add %defattr(-,root,root).
385        * gcc3newlib/base-gcj.add %defattr(-,root,root).
386        * gcc3newlib/base-gnat.add %defattr(-,root,root).
387        * gcc3newlib/target-c++.add %defattr(-,root,root).
388        * gcc3newlib/target-g77.add %defattr(-,root,root).
389        * gcc3newlib/target-gcc.add %defattr(-,root,root).
390        * gcc3newlib/target-gcj.add %defattr(-,root,root).
391        * gcc3newlib/target-gnat.add %defattr(-,root,root).
392        * gcc3newlib/target-objc.add %defattr(-,root,root).
393
3942003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * setup.def: binutils_rpm_release=2.
397        * binutils/base-binutils.add: %defattr(-,root,root).
398        * binutils/target-binutils.add: Ditto.
399        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
400
4012003-01-27      Joel Sherrill <joel@OARcorp.com>
402
403        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
404        with a special RTEMS user account.
405
4062003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Add rtemsdoc.
409        * Makefile.ac: Add rtemsdoc.
410        * rtemsdoc/README: New.
411        * rtemsdoc/.cvsignore: New.
412
4132003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * rtemsdoc/Makefile.am: New.
416        * rtemsdoc/mkspec.in: New.
417        * rtemsdoc/rtemsdoc.spec.in: New.
418        * rtemsdoc/supplement.add.in: New.
419        * rtemsdoc/templ.add.in: New.
420
4212002-12-16      Joel Sherrill <joel@OARcorp.com>
422
423        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
424        to include m68k crti.o/crtn.o multilib patch.
425
4262002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
429        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
430
4312002-12-06      Joel Sherrill <joel@OARcorp.com>
432
433        * ChangeLog: Removed duplicate entry.
434
4352002-12-06      Joel Sherrill <joel@OARcorp.com>
436
437        * setup.def: Updated patch to fix m68k cut and paste bug which turned
438        a tab into spaces in a Makefile fragment.
439        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
440        must be built with a -G0 option.
441
4422002-12-02      Joel Sherrill <joel@OARcorp.com>
443
444        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
445        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
446
4472002-11-29      Joel Sherrill <joel@OARcorp.com>
448
449        * setup.def: Updated to gcc-3.2.1.
450
4512002-11-28      Joel Sherrill <joel@OARcorp.com>
452
453        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
454        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
455
4562002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * gcc3newlib/gccnewlib.add:
459        Remove *.la's to make rpm-4.1/RH-8.0 happy.
460        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
461        Change gcc/version.c to reflect us having patched gcc.
462
4632002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
466        Disable nls.
467        Apply gzip -9qf to compress *infos and *mans.
468        Apply /sbin/install-info.
469        Remove  *c++-filt.
470        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
471        Apply /sbin/install-info.
472        Package as.info-*.gz.
473        * binutils/target-binutils.add:
474        Package man1/*.1*.
475
4762002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
479
4802002-11-13      Joel Sherrill <joel@OARcorp.com>
481
482        * setup.def: Switched to binutils 2.13.1
483        * binutils/Makefile.am: Remove a29k-rtems.
484
4852002-11-11      Joel Sherrill <joel@OARcorp.com>
486
487        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
488        which were patch changes for -3 and -4 RPM revisions.   Disabled
489        build of gnat for i386-rtems as it failed to build.
490
4912002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
494        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
495        * binutils/binutils.add: Remove %{target} != %{build} comment
496        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
497        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
498        and _target_os)
499        * gcc3newlib/base-gcc.add: Add gccint*infos.
500        * gcc3newlib/base-gcj.add: Add gcj*infos.
501        Mark manpages as %doc and pickup the gzipped versions.
502
5032002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
506        before running configure (Prep. for automake >= 1.7).
507
5082002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * autotools/autoconf-rtems.spec.in: New.
511        Remove Provides: autoconf (Conflicts with RH-8.0).
512        * autotools/autoconf-rtems.spec: Remove.
513        * autotools/automake-rtems.spec.in:
514        Remove Provides: automake (Conflicts with RH-8.0).
515        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
516        * Makefile.am: Ditto.
517        * configure.ac: Add autotools/autoconf-rtems.spec.in.
518
5192002-10-24      Joel Sherrill <joel@OARcorp.com>
520
521        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
522        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
523        currently include the patch referenced in PR8344.
524
5252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * .cvsignore: Reformat.
528        Add autom4te*cache.
529        Remove autom4te.cache.
530
5312002-09-14      Joel Sherrill <joel@OARcorp.com>
532
533        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
534        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
535
5362002-08-21      Joel Sherrill <joel@OARcorp.com>
537
538        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
539        gcc 3.2 and Ada.
540
5412002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
544        Add %_gnat and --define 'gnat [0|1]' support.
545        Enable gnat for gcc-3.2/Disable for gcc-3.1.
546        Add hacks to build gnatlib.
547        Re-activate commented out fragments for old gcc versions.
548        Add @target_alias@-gnatgcc.
549
5502002-08-15      Joel Sherrill <joel@OARcorp.com>
551
552        * setup.def: New gcc 3.1 RPMs (-7).
553        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
554
5552002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * gcc3newlib/Makefile.am: Remove c_only remnants.
558        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
559        headers into c++ instead of g++.
560        * gcc3newlib/target-c++.add: Ditto.
561
5622002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
565        * gcc3newlib/Makefile.am: Use mkspec for c4x.
566        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
567        Rework handing Ada.
568        Don't put adalib and adainclude into files.gcc.
569        * gcc3newlib/target-gnat.add: Add adalib.
570        Add adainclude.
571
5722002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
575
5762002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * gcc3newlib/.cvsignore: Add mkspec.
579
5802002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * mkgcc3newlibspec.in: Remove
583        * gcc3newlib/mkspec.in: New.
584        * configure.ac: Reflect changes above.
585        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
586        Add preliminary gnat support.
587        * gcc3newlib/base-g77.add: Add build_g77.
588        * gcc3newlib/base-gcj.add: Add build_gcj.
589        * gcc3newlib/base-gnat.add: New.
590        * gcc3newlib/target-c++.add: Add build_cxx.
591        * gcc3newlib/target-g77.add: Add build_g77.
592        * gcc3newlib/target-gcj.add: Add build_gcj.
593        * gcc3newlib/target-objc.add: Add build_objc.
594        * gcc3newlib/target-gnat.add: New.
595        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
596
5972002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * setup.def: Increment release for gcc3newlib.
600        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
601
6022002-08-08      Joel Sherrill <joel@OARcorp.com>
603
604        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
605        Updated to binutils 2.13 which has no known issues.
606
6072002-08-06      Joel Sherrill <joel@OARcorp.com>
608
609        * setup.def: Updating gcc3/newlib patches and tool versions.  The
610        focus of this round of patches was ot eliminate header file name
611        conflicts between RTEMS and newlib.
612
6132002-07-30      Joel Sherrill <joel@OARcorp.com>
614
615        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
616        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
617
6182002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * autotools/automake-rtems.spec.in: Automake-1.6.3.
621        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
622
6232002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
626        to generate mk*spec scripts.
627        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
628        for $rpm_build_root.
629        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
630        expression for $rpm_build_root.
631        * cpukit/mkspec.in: Cosmetical changes.
632
6332002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
636        Joel.
637        * cpukit/Makefile.am: New.
638        * cpukit/mkspec.in: New.
639        * cpukit/rtems-cpukit.spec.in: New.
640        * cpukit/.cvsignore: New.
641        * configure.ac: Add cpukit.
642        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
643        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
644        RTEMS_VERSION).
645        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
646        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
647        for $rpm_build_root.
648        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
649        expression for $rpm_build_root.
650        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
651        expression for $rpm_build_root.
652        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
653        $rpm_build_root.
654
6552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * binutils/Makefile.am: Add or32-rtems-binutils.
658
6592002-07-19      Joel Sherrill <joel@OARcorp.com>
660
661        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
662
6632002-07-01      Joel Sherrill <joel@OARcorp.com>
664
665        * setup.def: Update gcc3 RPMs for new patches.
666
6672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
670
6712002-06-14      Joel Sherrill <joel@OARcorp.com>
672
673        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
674        Updated to gcc 3.1 and gdb 5.2.
675
6762001-05-29      Joel Sherrill <joel@OARcorp.com>
677
678        * setup.def: Updated to binutils 2.12.1.
679        * rtems/Makefile.am: Remove m68k-rtemself references.
680
6812002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * mkgcc3newlibspec.in: Remove SETUP (bogus).
684        * gcc3newlib/target-c++.add: New.
685        * gcc3newlib/Makefile.am: Add target-c++.add.
686        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
687        Reflect having split out c++. Various minor fixes.
688        * gcc3newlib/base-gcc.add: Ditto.
689        * gcc3newlib/gccnewlib.add: Ditto.
690        * gcc3newlib/target-gcc.add: Ditto.
691
6922002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
695        timestamps.
696
6972001-04-16      Joel Sherrill <joel@OARcorp.com>
698
699        * .cvsignore: Added files added by automake 1.6.1.
700        * setup.def: New shot at gcc 3.0.4 RPMs.
701        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
702        Deleted m68k-rtemself.
703        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
704 
7052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
708        Use *.tar.bz2.
709
7102002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * mkbinutilspec.in: Fix PATCH2.
713
7142002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
717
7182002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
721
722
7232002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * mkbinutilspec.in: Add support for empty patch-version (no patch).
726        * mkgcc3newlibspec.in: Ditto.
727        * setup: Fix gcc3*_versions handling.
728        * setup.def: binutils_patch_version=.
729        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
730        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
731        * binutils/target-binutils.add: Comment out c++filt.
732        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
733        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
734        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
735        Comment out gcc-2.95.x hacks.
736        Remove *.la from installed files.
737        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
738
7392001-04-02      Joel Sherrill <joel@OARcorp.com>
740
741        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
742
7432001-03-29      Joel Sherrill <joel@OARcorp.com>
744
745        * .cvsignore: Added mkgcc3newlib.
746
7472001-03-29      Joel Sherrill <joel@OARcorp.com>
748
749        * gcc3newlib/.cvsignore: New file.
750
7512001-03-28      Joel Sherrill <joel@OARcorp.com>
752
753        * Per PR64 added support for gcc 3.x RPMs
754        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
755        * mkgcc3newlibspec.in: New file.
756        * gcc3newlib: New subdirectory.
757        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
758        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
759        README, target-g77.add, target-gcc.add, target-gcj.add,
760        target-objc.add: New files.
761
7622001-03-28      Joel Sherrill <joel@OARcorp.com>
763
764        * binutils/binutils.add: Commented out patch since binutils 2.12
765        does not require one.
766
7672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * configure.ac:
770        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
771        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
772        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
775        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
776        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
777        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
778
7792002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
780
781        * PR151
782        * autotools/automake-rtems.spec.in: New.
783        * autotools/automake-rtems.spec: Removed.
784        * configure.ac: Reflect changes above.
785
7862001-02-27      Joel Sherrill <joel@OARcorp.com>
787
788        * configure.ac: Be a little more lenient in matching sparc-solaris.
789
7902002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
793        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
794        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
795        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
796        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
797        gccnewlib/target-objc.add: Added more support for Canadian Cross
798        building.
799
8002001-01-30      Joel Sherrill <joel@OARcorp.com>
801
802        * buildall.in: Corrected logic for detecting when no RPMs are installed.
803
8042001-01-24      Joel Sherrill <joel@OARcorp.com>
805
806        * README: Added Canadian Cross instructions.
807
8082002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
811        * mkbinutilsspec.in: Add propagation of @prefix@.
812        * binutils/base-binutils.add:
813        Let %post and %unpost apply %{_prefix}.
814        Apply %{_prefix} instead of /opt/rtems.
815        * binutils/binutils.add: Update copyright notice.
816        Add _prefix.
817        Apply %{_prefix} instead of /opt/rtems.
818        Remove -a 0 in %setup.
819        Rework hack to SuSE's rpm screwing up %{_target}.
820        Replace ARGS with CONFIGURE_ARGS.
821        * binutils/target-binutils.add:
822        Apply %{_prefix} instead of /opt/rtems.
823
8242002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * binutils/binutils.add: Add initial support for building
827        Canadian cross RPMs.  It should work like this:
828            cd rtems/scripts
829            ./configure --build=`../config.guess` --host=i386-cygwin
830            make install
831            rpm --target=i386-cygwin \
832                /usr/src/redhat/SPECS/<target>-binutils-..spec.
833
834            alien -t /usr/src/redhat/RPMS/....i386.rpm
835        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
836
8372001-01-22      Joel Sherrill <joel@OARcorp.com>
838
839        * buildalltar.in: Modified to support Canadian cross builds.
840        It was testing using a RedHat 7.2 host to build *-rtems tools
841        that run on an i386-cygwin host.
842
8432001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
846
8472001-10-16      Joel Sherrill <joel@OARcorp.com>
848
849        * setup.def: Bumped the gdb_patch_version to account for a configuration
850        problem on psim where it could not be enabled for powerpc-RTEMS.
851        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
852
8532001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
856        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
857        Target_alias.
858        * mkgdbspec.in: Guard sed-pattern against autoconf.
859        * mkbspspec.in: Guard sed-pattern against autoconf.
860        * configure.ac: Rework check for RPM_SPECSdir.
861        * autotools/automake-rtems.spec: Update to automake-1.5.
862
8632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
866        * configure.in: Remove.
867        * configure.ac: New file, generated from configure.in by autoupdate.
868
8692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
872        Initially setup CLEANFILES using = instead of += to make
873        automake-1.5 happy.
874
8752001-09-13      Joel Sherrill <joel@OARcorp.com>
876
877        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
878        Revert changes because of gcc 2.5.x/3.0 transition and continue
879        to support gcc 2.95.x as primary version.
880
8812001-09-13      Joel Sherrill <joel@OARcorp.com>
882
883        * mkgccnewlibspec.in,
884        Use Target_alias not target_alias to avoid conflicts with new autoconf.
885        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
886        Only sparc and arm built for C/C++ OK. :(
887        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
888        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
889        * target-gcc.add: Modifications to reflect files not in gcc 3.1
890
8912001-09-13      Joel Sherrill <joel@OARcorp.com>
892
893        * autotools/.cvsignore: New file.
894
8952001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
898        autotools/automake-rtems.spec: New.
899        * configure.in, Makefile.am: Add autotools/.
900
9012001-08-30      Joel Sherrill <joel@OARcorp.com>
902
903        * .cvsignore: Add buildalltar.
904
9052001-08-30      Joel Sherrill <joel@OARcorp.com>
906
907        * buildalltar.in: New file.
908        * configure.in, Makefile.am: Modified to reflect addition of file.
909
9102001-08-10      Joel Sherrill <joel@OARcorp.com>
911
912        * mkgdbspec.in: Make list of simulators very complete.
913        * setup.def: Update versions.
914
9152001-07-03      Joel Sherrill <joel@OARcorp.com>
916
917        * setup.def, binutils.add, gccnewlib.add: Updated to build
918        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
919        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
920
9212001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * configure.in: Remove AC_EXEEXT, treat .exe manually.
924        * gccnewlib/base-gcc.add: Remove cpp.
925        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
926        copyright.
927
9282001-04-16      Joel Sherrill <joel@OARcorp.com>
929
930        * setup.def: Modified the binutils version to 2.11 and
931        RPM revision 3 to reflect experimentation with new binutils release.
932
9332001-04-11      Joel Sherrill <joel@OARcorp.com>
934
935        * binutils/Makefile.am: Added a29k-rtems.
936        * binutils/binutils.add: Switch to .bz2 extension to reflect
937        real way code is compressed on distribution sites now.
938
9392001-03-19      Joel Sherrill <joel@OARcorp.com>
940
941        * setup.def: Updated version numbers and patches for binutils
942        and gdb.  binutils was to get correct patch in field.  gdb
943        was to add mipstx39-rtems configurery support.
944
9452001-03-14      Joel Sherrill <joel@OARcorp.com>
946
947        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
948        configuration to gdb since this includes the JMR3904 simulator.
949
9502001-01-03      Joel Sherrill <joel@OARcorp.com>
951
952        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
953        binutils HISTORY to reflect new revision.  Updated gcc to fix
954        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
955
9562000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * gccnewlib/gccnewlib.add: Fix typo in URL.
959
9602000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
963        instead of $target to setup RPM_CPU, move chmod 755 buildall to
964        AC_OUTPUT's extra-cmds.
965       
9662000-10-30      Joel Sherrill <joel@OARcorp.com>
967
968        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
969        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
970        Added mips-rtems, updated to include new patches and
971        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
972
9732000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
976
9772000-10-18      Joel Sherrill <joel@OARcorp.com>
978
979        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
980
9812000-08-30      Joel Sherrill <joel@OARcorp.com>
982
983        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
984        Patches primarily add or16/or32 basic support to newlib and
985        i386 multilib improvements to gcc from Ralf Corsepius.
986
9872000-08-10      Joel Sherrill <joel@OARcorp.com>
988
989        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.