source: rtems/scripts/ChangeLog @ c9207fc

Last change on this file since c9207fc was c9207fc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/04 at 06:06:17

2004-01-12 Ralf Corsepius <corsepiu@…>

  • scripts/automake.spec.in: Add defattr, URL:-tag. Release 2.
  • Property mode set to 100644
File size: 31.3 KB
Line 
12004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * scripts/automake.spec.in: Add defattr, URL:-tag.
4        Release 2.
5
62003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * binutils/base-binutils.add: Add osversion support.
9        * binutils/binutils.add: Add osversion support.
10        %setup -n %{name}-%{version}.
11        Don't remove c++filt.
12        * binutils/target-binutils.add: Add osversion support.
13        Pickup c++filt.
14        * gcc3newlib/base-g77.add: Add osversion support.
15        * gcc3newlib/base-gcc.add: Add osversion support.
16        * gcc3newlib/base-gcj.add: Add osversion support.
17        * gcc3newlib/base-gnat.add: Add osversion support.
18        * gcc3newlib/gccnewlib.add: Add osversion support.
19        Remove c++filt,
20        %setup -n -n %{name}-%{version}.
21        * gcc3newlib/target-c++.add: Add osversion support.
22        Don't pickup c++filt.
23        * gcc3newlib/target-g77.add: Add osversion support.
24        * gcc3newlib/target-gcc.add: Add osversion support.
25        * gcc3newlib/target-gcj.add: Add osversion support.
26        * gcc3newlib/target-gnat.add: Add osversion support.
27        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
28        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
29        gdb_version, gdb_target.
30        * gdb/target-gdb.add: Ditto.
31        * gdb/gdb.add: Ditto.
32        %setup -n -n %{name}-%{version}.
33
342003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
37        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
38
392003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
42        * binutils/Makefile.am: Add osversion support.
43        * binutils/mkspec.in: Add osversion support.
44        * gcc3newlib/Makefile.am: Add osversion support.
45        * gcc3newlib/mkspec.in: Add osversion support.
46        * gdb/Makefile.am: Add osversion support.
47        * gdb/mkspec.in: Add osversion support.
48        Add rpmprefix, rpmgroup.
49
502003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * binutils/base-binutils.add: Preps for 2.14 (Merger from CVS trunk).
53        * binutils/binutils.add: Use %{binutils_version} instead of
54        @binutils_version@ (Missed in previous patches).
55
562003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * autotools/autoconf.spec.in, autotools/automake.spec.in:
59        Add rpmgroup, rpmprefix support.
60
612003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
64        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
65        * configure.ac: Add --enable-pkgprefix, rpmgroup.
66
672003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add,
70        gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add,
71        gcc3newlib/target-c++.add, gcc3newlib/target-g77.add,
72        gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add,
73        gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add:
74        Add support for %{rpmprefix}, %{rpmgroup}.
75        Use %{gcc_target and %{gcc_version}.
76        Remove "Provides:".
77        * gcc3newlib/gccnewlib.add: Ditto.
78        Correct setting up _gcj.
79        Explicitly build c++filt for gcc >= 3.3.
80        * gcc3newlib/mkspec.in: Add support for %{rpmprefix}, %{rpmgroup}.
81        * binutils/mkspec.in: Use ',' as sed-delimiter for %{rpmprefix}.
82        * common/common.add.in: Add _infodir, _mandir, rpmprefix, rpmgroup.
83
842003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * binutils/Makefile.am: Minor cleanups.
87        * binutils/binutils.add, binutils/base-binutils.add,
88        binutils/target-binutils.add: Add support for %{rpmprefix},
89        %{rpmgroup}. Use %{binutils_target} and %{binutils_version}.
90        * binutils/mkspec.in:: Add support for @rpmprefix@, @rpmgroup@.
91
922003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * common/commom.am: New.
95        * Makefile.am: Remove TEMPLATES.
96        Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of
97        CONFIGURE_DEPENDENCIES.
98        * configure.ac: Remove AC_PREFIX_DEFAULT.
99        * binutils/Makefile.am: include common.am.
100        * common/common.add.in: Use rtems.com gnats.
101        * cpukit/Makefile.am: include common.am.
102        * gcc3newlib/Makefile.am: include common.am.
103        * gccnewlib/Makefile.am: include common.am.
104        * gdb/Makefile.am: include common.am.
105        * rtems/Makefile.am: include common.am.
106        * rtemsdoc/Makefile.am: include common.am.
107
1082003-08-28      Joel Sherrill <joel@OARcorp.com>
109
110        PR 473/misc
111        * setup.def: Recovery effort.
112
1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
116
1172003-06-02      Joel Sherrill <joel@OARcorp.com>
118
119        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
120
1212003-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * common/common.add.in: Add %define __os_install_post %{nil} to
124        work around rpm-4.2 choking on foreign file types.
125
1262003-04-18      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
129        head.
130
1312003-04-18      Joel Sherrill <joel@OARcorp.com>
132
133        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
134        * gcc3newlib/gccnewlib.add: We used .bz2 files.
135
1362003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
139        Apply %gcc_version, %newlib_version.
140        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
141        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
142        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
143        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
144        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
145        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
146
1472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
150
1512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: AC_PREREQ(2.57).
154
1552003-02-10      Joel Sherrill <joel@OARcorp.com>
156
157        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
158        determine which targets have simulators, configure with appropriate
159        arguments, and package the correct files.
160
1612003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
164        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
165        gcj from rpmbuild command line.
166        Copy gsyslimits.h for CDN-X compilation.
167
1682003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * README.cdn-X: New.
171        * binutils/binutils.add: Add --build=%_build --host=%_host.
172        * cpukit/.cvsignore: Add *.spec.in.
173        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
174        * gdb/gdb.add: Add --build=%_build --host=%_host.
175        * rtemsdoc/.cvsignore: Add *.spec.in.
176
1772003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * gcc3newlib/gccnewlib.add: Remove Buildroot.
180        * common/.cvsignore: New.
181
1822003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
185        * binutils/Makefile.am: Fix path to clean.add.
186        * binutils/binutils.add: Remove BuildRoot.
187        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
188        $(top_builddir)/common/clean.add, header.add.
189        Generate rtems-cpukit.spec.in.
190        * cpukit/header.add: New.
191        * cpukit/rtems-cpukit.spec.in: Remove.
192        * cpukit/rtems-cpukit.add: New.
193        * gccnewlib/gccnewlib.add: Remove Buildroot.
194        * gdb/gdb.add: Remove Buildroot.
195        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
196
1972003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
200        $(top_builddir)/common/clean.add, header.add.
201        Generate rtemsdoc.spec.in.
202        * rtemsdoc/mkspec.in: Remove exe_ext.
203        * rtemsdoc/rtemsdoc.spec.in: Remove.
204        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
205        $(top_builddir)/common/clean.add, header.add.
206        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
207        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
208        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
209        Remove header, broken cdn-X configuration, %clean.
210        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
211        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
212        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
213        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
214
2152003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * gdb/gdb.add: Remove header, broken cdn-X configuration,
218        %clean, Replace @exe_ext@ with %{_exeext}.
219        * gdb/mkspec.in: Remove exe_ext.
220        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
221        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
222        $(top_builddir)/common/clean.add, header.add.
223        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
224        * cpukit/mkspec.in: Remove exe_ext.
225        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
226        $(top_builddir)/common/clean.add, header.add.
227
2282003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
231        %clean, Replace @exe_ext@ with %{_exeext}.
232        * gcc3newlib/mkspec.in: Remove exe_ext.
233        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
234        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
235        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
236        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
237        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
238        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
239        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
240        $(top_builddir)/common/clean.add, header.add.
241
2422003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Remove reference to mkbinutilsspec.
245        * configure.ac: Remove EXEEXT check.
246        Add common/clean.add, common/common.add.
247
2482003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * binutils/binutils.add: Remove header, broken cdn-X configuration,
251        %clean.
252        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
253        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
254
2552003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * gcc3newlib/header.add: New.
258        * gccnewlib/header.add: New.
259        * binutils/header.add: New.
260        * gdb/header.add: New.
261        * rtemsdoc/header.add: New.
262        * rtemsdoc/rtemsdoc.add: New.
263        * common/clean.add.in: New.
264        * common/common.add.in: New.
265
2662003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * binutils/mkspec.in: New.
269        * binutils/.cvsignore: Add mkspec.
270        * mkbinutilspec.in: Remove.
271        * gdb/Makefile.am: Depend on mkspec.
272        * binutils/binutils.add: Add @exe_ext@ to c++filt.
273        Add %_defaultbuildroot.
274        * configure.ac: Reflect changes above.
275        * binutils/Makefile.am: Reflect changes above.
276        * Makefile.am: Remove mkbinutilspec.
277
2782003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * gdb/.cvsignore: Add mkspec.
281
2822003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * ChangeLog: Fix yesterday's entry.
285        * gdb/target-gdb.add: %defattr(-,root,root).
286        Use %{_prefix} instead of /opt/rtems.
287        Misc. minor changes.
288        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
289        Remove stray unpackaged files.
290        Use %{_defaultbuildroot} instead of hard-coded values.
291        configure --disable-nls.
292        Misc. minor changes.
293        Add BuildPreReq: ncurses-devel.
294        * gdb/base-gdb.add: %defattr(-,root,root).
295        Use %{_prefix} instead of /opt/rtems.
296        Misc. minor changes.
297        * gdb/mkspec.in: New.
298        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
299        * gcc3newlib/mkspec.in: Fix usage.
300        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
301        hard-coded values. Update copyright notice.
302        * mkgdbspec.in: Removed.
303        * Makefile.am: Remove mkgdbspec.
304        * configure.ac: Remove mkgdbspec.
305        Add gdb/mkspec.
306
3072003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
310        Add %defattr(-,root,root) to "dir".
311        * gcc3newlib/base-g77.add: %defattr(-,root,root).
312        * gcc3newlib/base-gcc.add %defattr(-,root,root).
313        * gcc3newlib/base-gcj.add %defattr(-,root,root).
314        * gcc3newlib/base-gnat.add %defattr(-,root,root).
315        * gcc3newlib/target-c++.add %defattr(-,root,root).
316        * gcc3newlib/target-g77.add %defattr(-,root,root).
317        * gcc3newlib/target-gcc.add %defattr(-,root,root).
318        * gcc3newlib/target-gcj.add %defattr(-,root,root).
319        * gcc3newlib/target-gnat.add %defattr(-,root,root).
320        * gcc3newlib/target-objc.add %defattr(-,root,root).
321
3222003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * setup.def: binutils_rpm_release=2.
325        * binutils/base-binutils.add: %defattr(-,root,root).
326        * binutils/target-binutils.add: Ditto.
327        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
328
3292003-01-27      Joel Sherrill <joel@OARcorp.com>
330
331        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
332        with a special RTEMS user account.
333
3342003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Add rtemsdoc.
337        * Makefile.ac: Add rtemsdoc.
338        * rtemsdoc/README: New.
339        * rtemsdoc/.cvsignore: New.
340
3412003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * rtemsdoc/Makefile.am: New.
344        * rtemsdoc/mkspec.in: New.
345        * rtemsdoc/rtemsdoc.spec.in: New.
346        * rtemsdoc/supplement.add.in: New.
347        * rtemsdoc/templ.add.in: New.
348
3492002-12-16      Joel Sherrill <joel@OARcorp.com>
350
351        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
352        to include m68k crti.o/crtn.o multilib patch.
353
3542002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
357        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
358
3592002-12-06      Joel Sherrill <joel@OARcorp.com>
360
361        * ChangeLog: Removed duplicate entry.
362
3632002-12-06      Joel Sherrill <joel@OARcorp.com>
364
365        * setup.def: Updated patch to fix m68k cut and paste bug which turned
366        a tab into spaces in a Makefile fragment.
367        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
368        must be built with a -G0 option.
369
3702002-12-02      Joel Sherrill <joel@OARcorp.com>
371
372        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
373        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
374
3752002-11-29      Joel Sherrill <joel@OARcorp.com>
376
377        * setup.def: Updated to gcc-3.2.1.
378
3792002-11-28      Joel Sherrill <joel@OARcorp.com>
380
381        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
382        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
383
3842002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * gcc3newlib/gccnewlib.add:
387        Remove *.la's to make rpm-4.1/RH-8.0 happy.
388        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
389        Change gcc/version.c to reflect us having patched gcc.
390
3912002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
394        Disable nls.
395        Apply gzip -9qf to compress *infos and *mans.
396        Apply /sbin/install-info.
397        Remove  *c++-filt.
398        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
399        Apply /sbin/install-info.
400        Package as.info-*.gz.
401        * binutils/target-binutils.add:
402        Package man1/*.1*.
403
4042002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
407
4082002-11-13      Joel Sherrill <joel@OARcorp.com>
409
410        * setup.def: Switched to binutils 2.13.1
411        * binutils/Makefile.am: Remove a29k-rtems.
412
4132002-11-11      Joel Sherrill <joel@OARcorp.com>
414
415        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
416        which were patch changes for -3 and -4 RPM revisions.   Disabled
417        build of gnat for i386-rtems as it failed to build.
418
4192002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
422        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
423        * binutils/binutils.add: Remove %{target} != %{build} comment
424        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
425        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
426        and _target_os)
427        * gcc3newlib/base-gcc.add: Add gccint*infos.
428        * gcc3newlib/base-gcj.add: Add gcj*infos.
429        Mark manpages as %doc and pickup the gzipped versions.
430
4312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
434        before running configure (Prep. for automake >= 1.7).
435
4362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * autotools/autoconf-rtems.spec.in: New.
439        Remove Provides: autoconf (Conflicts with RH-8.0).
440        * autotools/autoconf-rtems.spec: Remove.
441        * autotools/automake-rtems.spec.in:
442        Remove Provides: automake (Conflicts with RH-8.0).
443        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
444        * Makefile.am: Ditto.
445        * configure.ac: Add autotools/autoconf-rtems.spec.in.
446
4472002-10-24      Joel Sherrill <joel@OARcorp.com>
448
449        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
450        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
451        currently include the patch referenced in PR8344.
452
4532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * .cvsignore: Reformat.
456        Add autom4te*cache.
457        Remove autom4te.cache.
458
4592002-09-14      Joel Sherrill <joel@OARcorp.com>
460
461        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
462        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
463
4642002-08-21      Joel Sherrill <joel@OARcorp.com>
465
466        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
467        gcc 3.2 and Ada.
468
4692002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
472        Add %_gnat and --define 'gnat [0|1]' support.
473        Enable gnat for gcc-3.2/Disable for gcc-3.1.
474        Add hacks to build gnatlib.
475        Re-activate commented out fragments for old gcc versions.
476        Add @target_alias@-gnatgcc.
477
4782002-08-15      Joel Sherrill <joel@OARcorp.com>
479
480        * setup.def: New gcc 3.1 RPMs (-7).
481        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
482
4832002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * gcc3newlib/Makefile.am: Remove c_only remnants.
486        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
487        headers into c++ instead of g++.
488        * gcc3newlib/target-c++.add: Ditto.
489
4902002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
493        * gcc3newlib/Makefile.am: Use mkspec for c4x.
494        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
495        Rework handing Ada.
496        Don't put adalib and adainclude into files.gcc.
497        * gcc3newlib/target-gnat.add: Add adalib.
498        Add adainclude.
499
5002002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
503
5042002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * gcc3newlib/.cvsignore: Add mkspec.
507
5082002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * mkgcc3newlibspec.in: Remove
511        * gcc3newlib/mkspec.in: New.
512        * configure.ac: Reflect changes above.
513        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
514        Add preliminary gnat support.
515        * gcc3newlib/base-g77.add: Add build_g77.
516        * gcc3newlib/base-gcj.add: Add build_gcj.
517        * gcc3newlib/base-gnat.add: New.
518        * gcc3newlib/target-c++.add: Add build_cxx.
519        * gcc3newlib/target-g77.add: Add build_g77.
520        * gcc3newlib/target-gcj.add: Add build_gcj.
521        * gcc3newlib/target-objc.add: Add build_objc.
522        * gcc3newlib/target-gnat.add: New.
523        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
524
5252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * setup.def: Increment release for gcc3newlib.
528        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
529
5302002-08-08      Joel Sherrill <joel@OARcorp.com>
531
532        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
533        Updated to binutils 2.13 which has no known issues.
534
5352002-08-06      Joel Sherrill <joel@OARcorp.com>
536
537        * setup.def: Updating gcc3/newlib patches and tool versions.  The
538        focus of this round of patches was ot eliminate header file name
539        conflicts between RTEMS and newlib.
540
5412002-07-30      Joel Sherrill <joel@OARcorp.com>
542
543        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
544        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
545
5462002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * autotools/automake-rtems.spec.in: Automake-1.6.3.
549        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
550
5512002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
554        to generate mk*spec scripts.
555        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
556        for $rpm_build_root.
557        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
558        expression for $rpm_build_root.
559        * cpukit/mkspec.in: Cosmetical changes.
560
5612002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
564        Joel.
565        * cpukit/Makefile.am: New.
566        * cpukit/mkspec.in: New.
567        * cpukit/rtems-cpukit.spec.in: New.
568        * cpukit/.cvsignore: New.
569        * configure.ac: Add cpukit.
570        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
571        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
572        RTEMS_VERSION).
573        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
574        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
575        for $rpm_build_root.
576        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
577        expression for $rpm_build_root.
578        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
579        expression for $rpm_build_root.
580        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
581        $rpm_build_root.
582
5832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * binutils/Makefile.am: Add or32-rtems-binutils.
586
5872002-07-19      Joel Sherrill <joel@OARcorp.com>
588
589        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
590
5912002-07-01      Joel Sherrill <joel@OARcorp.com>
592
593        * setup.def: Update gcc3 RPMs for new patches.
594
5952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
598
5992002-06-14      Joel Sherrill <joel@OARcorp.com>
600
601        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
602        Updated to gcc 3.1 and gdb 5.2.
603
6042001-05-29      Joel Sherrill <joel@OARcorp.com>
605
606        * setup.def: Updated to binutils 2.12.1.
607        * rtems/Makefile.am: Remove m68k-rtemself references.
608
6092002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * mkgcc3newlibspec.in: Remove SETUP (bogus).
612        * gcc3newlib/target-c++.add: New.
613        * gcc3newlib/Makefile.am: Add target-c++.add.
614        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
615        Reflect having split out c++. Various minor fixes.
616        * gcc3newlib/base-gcc.add: Ditto.
617        * gcc3newlib/gccnewlib.add: Ditto.
618        * gcc3newlib/target-gcc.add: Ditto.
619
6202002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
623        timestamps.
624
6252001-04-16      Joel Sherrill <joel@OARcorp.com>
626
627        * .cvsignore: Added files added by automake 1.6.1.
628        * setup.def: New shot at gcc 3.0.4 RPMs.
629        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
630        Deleted m68k-rtemself.
631        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
632 
6332002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
636        Use *.tar.bz2.
637
6382002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * mkbinutilspec.in: Fix PATCH2.
641
6422002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
645
6462002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
649
650
6512002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * mkbinutilspec.in: Add support for empty patch-version (no patch).
654        * mkgcc3newlibspec.in: Ditto.
655        * setup: Fix gcc3*_versions handling.
656        * setup.def: binutils_patch_version=.
657        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
658        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
659        * binutils/target-binutils.add: Comment out c++filt.
660        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
661        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
662        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
663        Comment out gcc-2.95.x hacks.
664        Remove *.la from installed files.
665        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
666
6672001-04-02      Joel Sherrill <joel@OARcorp.com>
668
669        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
670
6712001-03-29      Joel Sherrill <joel@OARcorp.com>
672
673        * .cvsignore: Added mkgcc3newlib.
674
6752001-03-29      Joel Sherrill <joel@OARcorp.com>
676
677        * gcc3newlib/.cvsignore: New file.
678
6792001-03-28      Joel Sherrill <joel@OARcorp.com>
680
681        * Per PR64 added support for gcc 3.x RPMs
682        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
683        * mkgcc3newlibspec.in: New file.
684        * gcc3newlib: New subdirectory.
685        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
686        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
687        README, target-g77.add, target-gcc.add, target-gcj.add,
688        target-objc.add: New files.
689
6902001-03-28      Joel Sherrill <joel@OARcorp.com>
691
692        * binutils/binutils.add: Commented out patch since binutils 2.12
693        does not require one.
694
6952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac:
698        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
699        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
700        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
706
7072002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
708
709        * PR151
710        * autotools/automake-rtems.spec.in: New.
711        * autotools/automake-rtems.spec: Removed.
712        * configure.ac: Reflect changes above.
713
7142001-02-27      Joel Sherrill <joel@OARcorp.com>
715
716        * configure.ac: Be a little more lenient in matching sparc-solaris.
717
7182002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
721        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
722        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
723        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
724        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
725        gccnewlib/target-objc.add: Added more support for Canadian Cross
726        building.
727
7282001-01-30      Joel Sherrill <joel@OARcorp.com>
729
730        * buildall.in: Corrected logic for detecting when no RPMs are installed.
731
7322001-01-24      Joel Sherrill <joel@OARcorp.com>
733
734        * README: Added Canadian Cross instructions.
735
7362002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
739        * mkbinutilsspec.in: Add propagation of @prefix@.
740        * binutils/base-binutils.add:
741        Let %post and %unpost apply %{_prefix}.
742        Apply %{_prefix} instead of /opt/rtems.
743        * binutils/binutils.add: Update copyright notice.
744        Add _prefix.
745        Apply %{_prefix} instead of /opt/rtems.
746        Remove -a 0 in %setup.
747        Rework hack to SuSE's rpm screwing up %{_target}.
748        Replace ARGS with CONFIGURE_ARGS.
749        * binutils/target-binutils.add:
750        Apply %{_prefix} instead of /opt/rtems.
751
7522002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * binutils/binutils.add: Add initial support for building
755        Canadian cross RPMs.  It should work like this:
756            cd rtems/scripts
757            ./configure --build=`../config.guess` --host=i386-cygwin
758            make install
759            rpm --target=i386-cygwin \
760                /usr/src/redhat/SPECS/<target>-binutils-..spec.
761
762            alien -t /usr/src/redhat/RPMS/....i386.rpm
763        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
764
7652001-01-22      Joel Sherrill <joel@OARcorp.com>
766
767        * buildalltar.in: Modified to support Canadian cross builds.
768        It was testing using a RedHat 7.2 host to build *-rtems tools
769        that run on an i386-cygwin host.
770
7712001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
774
7752001-10-16      Joel Sherrill <joel@OARcorp.com>
776
777        * setup.def: Bumped the gdb_patch_version to account for a configuration
778        problem on psim where it could not be enabled for powerpc-RTEMS.
779        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
780
7812001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
784        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
785        Target_alias.
786        * mkgdbspec.in: Guard sed-pattern against autoconf.
787        * mkbspspec.in: Guard sed-pattern against autoconf.
788        * configure.ac: Rework check for RPM_SPECSdir.
789        * autotools/automake-rtems.spec: Update to automake-1.5.
790
7912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
794        * configure.in: Remove.
795        * configure.ac: New file, generated from configure.in by autoupdate.
796
7972001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
800        Initially setup CLEANFILES using = instead of += to make
801        automake-1.5 happy.
802
8032001-09-13      Joel Sherrill <joel@OARcorp.com>
804
805        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
806        Revert changes because of gcc 2.5.x/3.0 transition and continue
807        to support gcc 2.95.x as primary version.
808
8092001-09-13      Joel Sherrill <joel@OARcorp.com>
810
811        * mkgccnewlibspec.in,
812        Use Target_alias not target_alias to avoid conflicts with new autoconf.
813        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
814        Only sparc and arm built for C/C++ OK. :(
815        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
816        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
817        * target-gcc.add: Modifications to reflect files not in gcc 3.1
818
8192001-09-13      Joel Sherrill <joel@OARcorp.com>
820
821        * autotools/.cvsignore: New file.
822
8232001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
826        autotools/automake-rtems.spec: New.
827        * configure.in, Makefile.am: Add autotools/.
828
8292001-08-30      Joel Sherrill <joel@OARcorp.com>
830
831        * .cvsignore: Add buildalltar.
832
8332001-08-30      Joel Sherrill <joel@OARcorp.com>
834
835        * buildalltar.in: New file.
836        * configure.in, Makefile.am: Modified to reflect addition of file.
837
8382001-08-10      Joel Sherrill <joel@OARcorp.com>
839
840        * mkgdbspec.in: Make list of simulators very complete.
841        * setup.def: Update versions.
842
8432001-07-03      Joel Sherrill <joel@OARcorp.com>
844
845        * setup.def, binutils.add, gccnewlib.add: Updated to build
846        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
847        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
848
8492001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * configure.in: Remove AC_EXEEXT, treat .exe manually.
852        * gccnewlib/base-gcc.add: Remove cpp.
853        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
854        copyright.
855
8562001-04-16      Joel Sherrill <joel@OARcorp.com>
857
858        * setup.def: Modified the binutils version to 2.11 and
859        RPM revision 3 to reflect experimentation with new binutils release.
860
8612001-04-11      Joel Sherrill <joel@OARcorp.com>
862
863        * binutils/Makefile.am: Added a29k-rtems.
864        * binutils/binutils.add: Switch to .bz2 extension to reflect
865        real way code is compressed on distribution sites now.
866
8672001-03-19      Joel Sherrill <joel@OARcorp.com>
868
869        * setup.def: Updated version numbers and patches for binutils
870        and gdb.  binutils was to get correct patch in field.  gdb
871        was to add mipstx39-rtems configurery support.
872
8732001-03-14      Joel Sherrill <joel@OARcorp.com>
874
875        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
876        configuration to gdb since this includes the JMR3904 simulator.
877
8782001-01-03      Joel Sherrill <joel@OARcorp.com>
879
880        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
881        binutils HISTORY to reflect new revision.  Updated gcc to fix
882        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
883
8842000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * gccnewlib/gccnewlib.add: Fix typo in URL.
887
8882000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
891        instead of $target to setup RPM_CPU, move chmod 755 buildall to
892        AC_OUTPUT's extra-cmds.
893       
8942000-10-30      Joel Sherrill <joel@OARcorp.com>
895
896        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
897        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
898        Added mips-rtems, updated to include new patches and
899        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
900
9012000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
904
9052000-10-18      Joel Sherrill <joel@OARcorp.com>
906
907        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
908
9092000-08-30      Joel Sherrill <joel@OARcorp.com>
910
911        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
912        Patches primarily add or16/or32 basic support to newlib and
913        i386 multilib improvements to gcc from Ralf Corsepius.
914
9152000-08-10      Joel Sherrill <joel@OARcorp.com>
916
917        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.