source: rtems/scripts/ChangeLog @ 060140d

4.104.114.84.95
Last change on this file since 060140d was 2783df0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/03 at 08:06:56

2003-09-24 Ralf Corsepius <corsepiu@…>

  • autotools/automake-rtems.spec.in: Automake-1.7.7.
  • Property mode set to 100644
File size: 31.1 KB
Line 
12003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * autotools/automake-rtems.spec.in: Automake-1.7.7.
4
52003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * gcc3newlib/gccnewlib.add: Fix duplicate removal of c++filt.
8        * gcc3newlib/base-gcj.add: Add fastjar.info, jar.1, grepjar.1.
9        * setup.def: gcc3newlib_rpm_release=4.
10
112003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * binutils/base-binutils.add: Add osversion support.
14        * binutils/binutils.add: Add osversion support.
15        %setup -n %{name}-%{version}.
16        Don't remove c++filt.
17        * binutils/target-binutils.add: Add osversion support.
18        Pickup c++filt.
19        * gcc3newlib/base-g77.add: Add osversion support.
20        * gcc3newlib/base-gcc.add: Add osversion support.
21        * gcc3newlib/base-gcj.add: Add osversion support.
22        * gcc3newlib/base-gnat.add: Add osversion support.
23        * gcc3newlib/gccnewlib.add: Add osversion support.
24        Remove c++filt,
25        %setup -n -n %{name}-%{version}.
26        * gcc3newlib/target-c++.add: Add osversion support.
27        Don't pickup c++filt.
28        * gcc3newlib/target-g77.add: Add osversion support.
29        * gcc3newlib/target-gcc.add: Add osversion support.
30        * gcc3newlib/target-gcj.add: Add osversion support.
31        * gcc3newlib/target-gnat.add: Add osversion support.
32        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
33        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
34        gdb_version, gdb_target.
35        * gdb/target-gdb.add: Ditto.
36        * gdb/gdb.add: Ditto.
37        %setup -n -n %{name}-%{version}.
38
392003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
42        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
43
442003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
47        * binutils/Makefile.am: Add osversion support.
48        * binutils/mkspec.in: Add osversion support.
49        * gcc3newlib/Makefile.am: Add osversion support.
50        * gcc3newlib/mkspec.in: Add osversion support.
51        * gdb/Makefile.am: Add osversion support.
52        * gdb/mkspec.in: Add osversion support.
53        Add rpmprefix, rpmgroup.
54
552003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am, configure.ac,
58        autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in,
59        binutils/Makefile.am, binutils/base-binutils.add,
60        binutils/binutils.add, binutils/mkspec.in,
61        binutils/target-binutils.add,
62        common/common.add.in,
63        cpukit/Makefile.am,
64        gcc3newlib/Makefile.am, gcc3newlib/base-g77.add,
65        gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add,
66        gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add,
67        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
68        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
69        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
70        gcc3newlib/target-objc.add,
71        gccnewlib/Makefile.am,
72        gdb/Makefile.am,
73        rtems/Makefile.am,
74        rtemsdoc/Makefile.am:
75        Merger from rtems-4-6-branch.
76        * common/common.am: New.
77
782003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
81        Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
82        from running (Chokes on foreign object formats).
83        * gcc3newlib/base-g77.add:
84        Use %{gcc_version} instead of @gcc_version@.
85        * gcc3newlib/gccnewlib.add:
86        Use %{gcc_version} instead of @gcc_version@.
87        Reflect gcc >= 3.3 shipping monolytic infos.
88        * gcc3newlib/target-c++.add:
89        Use %{gcc_version} instead of @gcc_version@.
90        Don't pickup c++filt.
91        * gcc3newlib/target-g77.add:
92        Use %{gcc_version} instead of @gcc_version@.
93        * gcc3newlib/target-gcc.add:
94        Use %{gcc_version} instead of @gcc_version@.
95        * gcc3newlib/target-gcj.add:
96        Use %{gcc_version} instead of @gcc_version@.
97        * gcc3newlib/target-gnat.add:
98        Use %{gcc_version} instead of @gcc_version@.
99        * gcc3newlib/target-objc.add:
100        Use %{gcc_version} instead of @gcc_version@.
101
1022003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * binutils/binutils.add: Preps for 2.14.
105        Use %{binutils_version} instead of @binutils_version@.
106        * binutils/base_binutils.add: Preps for 2.14.
107
1082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
111
1122003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * autotools/automake-rtems.spec.in: Automake-1.7.6.
115
1162003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * autotools/automake-rtems.spec.in: Automake-1.7.5.
119
1202003-06-02      Joel Sherrill <joel@OARcorp.com>
121
122        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
123
1242003-05-07      Joel Sherrill <joel@OARcorp.com>
125
126        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
127        * gcc3newlib/gccnewlib.add: We used .bz2 files.
128
1292003-04-18      Joel Sherrill <joel@OARcorp.com>
130
131        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
132        * gcc3newlib/gccnewlib.add: We used .bz2 files.
133
1342003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
137        Apply %gcc_version, %newlib_version.
138        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
139        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
140        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
141        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
142        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
143        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
144
1452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
148
1492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: AC_PREREQ(2.57).
152
1532003-02-10      Joel Sherrill <joel@OARcorp.com>
154
155        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
156        determine which targets have simulators, configure with appropriate
157        arguments, and package the correct files.
158
1592003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
162        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
163        gcj from rpmbuild command line.
164        Copy gsyslimits.h for CDN-X compilation.
165
1662003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * README.cdn-X: New.
169        * binutils/binutils.add: Add --build=%_build --host=%_host.
170        * cpukit/.cvsignore: Add *.spec.in.
171        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
172        * gdb/gdb.add: Add --build=%_build --host=%_host.
173        * rtemsdoc/.cvsignore: Add *.spec.in.
174
1752003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * gcc3newlib/gccnewlib.add: Remove Buildroot.
178        * common/.cvsignore: New.
179
1802003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
183        * binutils/Makefile.am: Fix path to clean.add.
184        * binutils/binutils.add: Remove BuildRoot.
185        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
186        $(top_builddir)/common/clean.add, header.add.
187        Generate rtems-cpukit.spec.in.
188        * cpukit/header.add: New.
189        * cpukit/rtems-cpukit.spec.in: Remove.
190        * cpukit/rtems-cpukit.add: New.
191        * gccnewlib/gccnewlib.add: Remove Buildroot.
192        * gdb/gdb.add: Remove Buildroot.
193        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
194
1952003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
198        $(top_builddir)/common/clean.add, header.add.
199        Generate rtemsdoc.spec.in.
200        * rtemsdoc/mkspec.in: Remove exe_ext.
201        * rtemsdoc/rtemsdoc.spec.in: Remove.
202        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
203        $(top_builddir)/common/clean.add, header.add.
204        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
205        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
206        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
207        Remove header, broken cdn-X configuration, %clean.
208        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
209        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
210        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
211        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
212
2132003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * gdb/gdb.add: Remove header, broken cdn-X configuration,
216        %clean, Replace @exe_ext@ with %{_exeext}.
217        * gdb/mkspec.in: Remove exe_ext.
218        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
219        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
220        $(top_builddir)/common/clean.add, header.add.
221        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
222        * cpukit/mkspec.in: Remove exe_ext.
223        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
224        $(top_builddir)/common/clean.add, header.add.
225
2262003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
229        %clean, Replace @exe_ext@ with %{_exeext}.
230        * gcc3newlib/mkspec.in: Remove exe_ext.
231        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
232        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
233        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
234        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
235        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
236        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
237        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
238        $(top_builddir)/common/clean.add, header.add.
239
2402003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Remove reference to mkbinutilsspec.
243        * configure.ac: Remove EXEEXT check.
244        Add common/clean.add, common/common.add.
245
2462003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * binutils/binutils.add: Remove header, broken cdn-X configuration,
249        %clean.
250        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
251        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
252
2532003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * gcc3newlib/header.add: New.
256        * gccnewlib/header.add: New.
257        * binutils/header.add: New.
258        * gdb/header.add: New.
259        * rtemsdoc/header.add: New.
260        * rtemsdoc/rtemsdoc.add: New.
261        * common/clean.add.in: New.
262        * common/common.add.in: New.
263
2642003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * binutils/mkspec.in: New.
267        * binutils/.cvsignore: Add mkspec.
268        * mkbinutilspec.in: Remove.
269        * gdb/Makefile.am: Depend on mkspec.
270        * binutils/binutils.add: Add @exe_ext@ to c++filt.
271        Add %_defaultbuildroot.
272        * configure.ac: Reflect changes above.
273        * binutils/Makefile.am: Reflect changes above.
274        * Makefile.am: Remove mkbinutilspec.
275
2762003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * gdb/.cvsignore: Add mkspec.
279
2802003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * ChangeLog: Fix yesterday's entry.
283        * gdb/target-gdb.add: %defattr(-,root,root).
284        Use %{_prefix} instead of /opt/rtems.
285        Misc. minor changes.
286        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
287        Remove stray unpackaged files.
288        Use %{_defaultbuildroot} instead of hard-coded values.
289        configure --disable-nls.
290        Misc. minor changes.
291        Add BuildPreReq: ncurses-devel.
292        * gdb/base-gdb.add: %defattr(-,root,root).
293        Use %{_prefix} instead of /opt/rtems.
294        Misc. minor changes.
295        * gdb/mkspec.in: New.
296        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
297        * gcc3newlib/mkspec.in: Fix usage.
298        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
299        hard-coded values. Update copyright notice.
300        * mkgdbspec.in: Removed.
301        * Makefile.am: Remove mkgdbspec.
302        * configure.ac: Remove mkgdbspec.
303        Add gdb/mkspec.
304
3052003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
308        Add %defattr(-,root,root) to "dir".
309        * gcc3newlib/base-g77.add: %defattr(-,root,root).
310        * gcc3newlib/base-gcc.add %defattr(-,root,root).
311        * gcc3newlib/base-gcj.add %defattr(-,root,root).
312        * gcc3newlib/base-gnat.add %defattr(-,root,root).
313        * gcc3newlib/target-c++.add %defattr(-,root,root).
314        * gcc3newlib/target-g77.add %defattr(-,root,root).
315        * gcc3newlib/target-gcc.add %defattr(-,root,root).
316        * gcc3newlib/target-gcj.add %defattr(-,root,root).
317        * gcc3newlib/target-gnat.add %defattr(-,root,root).
318        * gcc3newlib/target-objc.add %defattr(-,root,root).
319
3202003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * setup.def: binutils_rpm_release=2.
323        * binutils/base-binutils.add: %defattr(-,root,root).
324        * binutils/target-binutils.add: Ditto.
325        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
326
3272003-01-27      Joel Sherrill <joel@OARcorp.com>
328
329        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
330        with a special RTEMS user account.
331
3322003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Add rtemsdoc.
335        * Makefile.ac: Add rtemsdoc.
336        * rtemsdoc/README: New.
337        * rtemsdoc/.cvsignore: New.
338
3392003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * rtemsdoc/Makefile.am: New.
342        * rtemsdoc/mkspec.in: New.
343        * rtemsdoc/rtemsdoc.spec.in: New.
344        * rtemsdoc/supplement.add.in: New.
345        * rtemsdoc/templ.add.in: New.
346
3472002-12-16      Joel Sherrill <joel@OARcorp.com>
348
349        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
350        to include m68k crti.o/crtn.o multilib patch.
351
3522002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
355        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
356
3572002-12-06      Joel Sherrill <joel@OARcorp.com>
358
359        * ChangeLog: Removed duplicate entry.
360
3612002-12-06      Joel Sherrill <joel@OARcorp.com>
362
363        * setup.def: Updated patch to fix m68k cut and paste bug which turned
364        a tab into spaces in a Makefile fragment.
365        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
366        must be built with a -G0 option.
367
3682002-12-02      Joel Sherrill <joel@OARcorp.com>
369
370        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
371        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
372
3732002-11-29      Joel Sherrill <joel@OARcorp.com>
374
375        * setup.def: Updated to gcc-3.2.1.
376
3772002-11-28      Joel Sherrill <joel@OARcorp.com>
378
379        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
380        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
381
3822002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * gcc3newlib/gccnewlib.add:
385        Remove *.la's to make rpm-4.1/RH-8.0 happy.
386        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
387        Change gcc/version.c to reflect us having patched gcc.
388
3892002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
392        Disable nls.
393        Apply gzip -9qf to compress *infos and *mans.
394        Apply /sbin/install-info.
395        Remove  *c++-filt.
396        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
397        Apply /sbin/install-info.
398        Package as.info-*.gz.
399        * binutils/target-binutils.add:
400        Package man1/*.1*.
401
4022002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
405
4062002-11-13      Joel Sherrill <joel@OARcorp.com>
407
408        * setup.def: Switched to binutils 2.13.1
409        * binutils/Makefile.am: Remove a29k-rtems.
410
4112002-11-11      Joel Sherrill <joel@OARcorp.com>
412
413        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
414        which were patch changes for -3 and -4 RPM revisions.   Disabled
415        build of gnat for i386-rtems as it failed to build.
416
4172002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
420        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
421        * binutils/binutils.add: Remove %{target} != %{build} comment
422        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
423        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
424        and _target_os)
425        * gcc3newlib/base-gcc.add: Add gccint*infos.
426        * gcc3newlib/base-gcj.add: Add gcj*infos.
427        Mark manpages as %doc and pickup the gzipped versions.
428
4292002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
432        before running configure (Prep. for automake >= 1.7).
433
4342002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * autotools/autoconf-rtems.spec.in: New.
437        Remove Provides: autoconf (Conflicts with RH-8.0).
438        * autotools/autoconf-rtems.spec: Remove.
439        * autotools/automake-rtems.spec.in:
440        Remove Provides: automake (Conflicts with RH-8.0).
441        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
442        * Makefile.am: Ditto.
443        * configure.ac: Add autotools/autoconf-rtems.spec.in.
444
4452002-10-24      Joel Sherrill <joel@OARcorp.com>
446
447        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
448        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
449        currently include the patch referenced in PR8344.
450
4512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * .cvsignore: Reformat.
454        Add autom4te*cache.
455        Remove autom4te.cache.
456
4572002-09-14      Joel Sherrill <joel@OARcorp.com>
458
459        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
460        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
461
4622002-08-21      Joel Sherrill <joel@OARcorp.com>
463
464        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
465        gcc 3.2 and Ada.
466
4672002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
470        Add %_gnat and --define 'gnat [0|1]' support.
471        Enable gnat for gcc-3.2/Disable for gcc-3.1.
472        Add hacks to build gnatlib.
473        Re-activate commented out fragments for old gcc versions.
474        Add @target_alias@-gnatgcc.
475
4762002-08-15      Joel Sherrill <joel@OARcorp.com>
477
478        * setup.def: New gcc 3.1 RPMs (-7).
479        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
480
4812002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * gcc3newlib/Makefile.am: Remove c_only remnants.
484        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
485        headers into c++ instead of g++.
486        * gcc3newlib/target-c++.add: Ditto.
487
4882002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
491        * gcc3newlib/Makefile.am: Use mkspec for c4x.
492        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
493        Rework handing Ada.
494        Don't put adalib and adainclude into files.gcc.
495        * gcc3newlib/target-gnat.add: Add adalib.
496        Add adainclude.
497
4982002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
501
5022002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * gcc3newlib/.cvsignore: Add mkspec.
505
5062002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * mkgcc3newlibspec.in: Remove
509        * gcc3newlib/mkspec.in: New.
510        * configure.ac: Reflect changes above.
511        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
512        Add preliminary gnat support.
513        * gcc3newlib/base-g77.add: Add build_g77.
514        * gcc3newlib/base-gcj.add: Add build_gcj.
515        * gcc3newlib/base-gnat.add: New.
516        * gcc3newlib/target-c++.add: Add build_cxx.
517        * gcc3newlib/target-g77.add: Add build_g77.
518        * gcc3newlib/target-gcj.add: Add build_gcj.
519        * gcc3newlib/target-objc.add: Add build_objc.
520        * gcc3newlib/target-gnat.add: New.
521        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
522
5232002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * setup.def: Increment release for gcc3newlib.
526        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
527
5282002-08-08      Joel Sherrill <joel@OARcorp.com>
529
530        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
531        Updated to binutils 2.13 which has no known issues.
532
5332002-08-06      Joel Sherrill <joel@OARcorp.com>
534
535        * setup.def: Updating gcc3/newlib patches and tool versions.  The
536        focus of this round of patches was ot eliminate header file name
537        conflicts between RTEMS and newlib.
538
5392002-07-30      Joel Sherrill <joel@OARcorp.com>
540
541        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
542        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
543
5442002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * autotools/automake-rtems.spec.in: Automake-1.6.3.
547        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
548
5492002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
552        to generate mk*spec scripts.
553        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
554        for $rpm_build_root.
555        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
556        expression for $rpm_build_root.
557        * cpukit/mkspec.in: Cosmetical changes.
558
5592002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
562        Joel.
563        * cpukit/Makefile.am: New.
564        * cpukit/mkspec.in: New.
565        * cpukit/rtems-cpukit.spec.in: New.
566        * cpukit/.cvsignore: New.
567        * configure.ac: Add cpukit.
568        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
569        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
570        RTEMS_VERSION).
571        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
572        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
573        for $rpm_build_root.
574        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
575        expression for $rpm_build_root.
576        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
577        expression for $rpm_build_root.
578        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
579        $rpm_build_root.
580
5812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * binutils/Makefile.am: Add or32-rtems-binutils.
584
5852002-07-19      Joel Sherrill <joel@OARcorp.com>
586
587        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
588
5892002-07-01      Joel Sherrill <joel@OARcorp.com>
590
591        * setup.def: Update gcc3 RPMs for new patches.
592
5932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
596
5972002-06-14      Joel Sherrill <joel@OARcorp.com>
598
599        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
600        Updated to gcc 3.1 and gdb 5.2.
601
6022001-05-29      Joel Sherrill <joel@OARcorp.com>
603
604        * setup.def: Updated to binutils 2.12.1.
605        * rtems/Makefile.am: Remove m68k-rtemself references.
606
6072002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * mkgcc3newlibspec.in: Remove SETUP (bogus).
610        * gcc3newlib/target-c++.add: New.
611        * gcc3newlib/Makefile.am: Add target-c++.add.
612        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
613        Reflect having split out c++. Various minor fixes.
614        * gcc3newlib/base-gcc.add: Ditto.
615        * gcc3newlib/gccnewlib.add: Ditto.
616        * gcc3newlib/target-gcc.add: Ditto.
617
6182002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
621        timestamps.
622
6232001-04-16      Joel Sherrill <joel@OARcorp.com>
624
625        * .cvsignore: Added files added by automake 1.6.1.
626        * setup.def: New shot at gcc 3.0.4 RPMs.
627        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
628        Deleted m68k-rtemself.
629        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
630 
6312002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
634        Use *.tar.bz2.
635
6362002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * mkbinutilspec.in: Fix PATCH2.
639
6402002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
643
6442002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
647
648
6492002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * mkbinutilspec.in: Add support for empty patch-version (no patch).
652        * mkgcc3newlibspec.in: Ditto.
653        * setup: Fix gcc3*_versions handling.
654        * setup.def: binutils_patch_version=.
655        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
656        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
657        * binutils/target-binutils.add: Comment out c++filt.
658        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
659        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
660        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
661        Comment out gcc-2.95.x hacks.
662        Remove *.la from installed files.
663        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
664
6652001-04-02      Joel Sherrill <joel@OARcorp.com>
666
667        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
668
6692001-03-29      Joel Sherrill <joel@OARcorp.com>
670
671        * .cvsignore: Added mkgcc3newlib.
672
6732001-03-29      Joel Sherrill <joel@OARcorp.com>
674
675        * gcc3newlib/.cvsignore: New file.
676
6772001-03-28      Joel Sherrill <joel@OARcorp.com>
678
679        * Per PR64 added support for gcc 3.x RPMs
680        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
681        * mkgcc3newlibspec.in: New file.
682        * gcc3newlib: New subdirectory.
683        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
684        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
685        README, target-g77.add, target-gcc.add, target-gcj.add,
686        target-objc.add: New files.
687
6882001-03-28      Joel Sherrill <joel@OARcorp.com>
689
690        * binutils/binutils.add: Commented out patch since binutils 2.12
691        does not require one.
692
6932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac:
696        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
697        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
698        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
704
7052002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
706
707        * PR151
708        * autotools/automake-rtems.spec.in: New.
709        * autotools/automake-rtems.spec: Removed.
710        * configure.ac: Reflect changes above.
711
7122001-02-27      Joel Sherrill <joel@OARcorp.com>
713
714        * configure.ac: Be a little more lenient in matching sparc-solaris.
715
7162002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
719        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
720        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
721        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
722        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
723        gccnewlib/target-objc.add: Added more support for Canadian Cross
724        building.
725
7262001-01-30      Joel Sherrill <joel@OARcorp.com>
727
728        * buildall.in: Corrected logic for detecting when no RPMs are installed.
729
7302001-01-24      Joel Sherrill <joel@OARcorp.com>
731
732        * README: Added Canadian Cross instructions.
733
7342002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
737        * mkbinutilsspec.in: Add propagation of @prefix@.
738        * binutils/base-binutils.add:
739        Let %post and %unpost apply %{_prefix}.
740        Apply %{_prefix} instead of /opt/rtems.
741        * binutils/binutils.add: Update copyright notice.
742        Add _prefix.
743        Apply %{_prefix} instead of /opt/rtems.
744        Remove -a 0 in %setup.
745        Rework hack to SuSE's rpm screwing up %{_target}.
746        Replace ARGS with CONFIGURE_ARGS.
747        * binutils/target-binutils.add:
748        Apply %{_prefix} instead of /opt/rtems.
749
7502002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * binutils/binutils.add: Add initial support for building
753        Canadian cross RPMs.  It should work like this:
754            cd rtems/scripts
755            ./configure --build=`../config.guess` --host=i386-cygwin
756            make install
757            rpm --target=i386-cygwin \
758                /usr/src/redhat/SPECS/<target>-binutils-..spec.
759
760            alien -t /usr/src/redhat/RPMS/....i386.rpm
761        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
762
7632001-01-22      Joel Sherrill <joel@OARcorp.com>
764
765        * buildalltar.in: Modified to support Canadian cross builds.
766        It was testing using a RedHat 7.2 host to build *-rtems tools
767        that run on an i386-cygwin host.
768
7692001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
772
7732001-10-16      Joel Sherrill <joel@OARcorp.com>
774
775        * setup.def: Bumped the gdb_patch_version to account for a configuration
776        problem on psim where it could not be enabled for powerpc-RTEMS.
777        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
778
7792001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
782        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
783        Target_alias.
784        * mkgdbspec.in: Guard sed-pattern against autoconf.
785        * mkbspspec.in: Guard sed-pattern against autoconf.
786        * configure.ac: Rework check for RPM_SPECSdir.
787        * autotools/automake-rtems.spec: Update to automake-1.5.
788
7892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
792        * configure.in: Remove.
793        * configure.ac: New file, generated from configure.in by autoupdate.
794
7952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
798        Initially setup CLEANFILES using = instead of += to make
799        automake-1.5 happy.
800
8012001-09-13      Joel Sherrill <joel@OARcorp.com>
802
803        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
804        Revert changes because of gcc 2.5.x/3.0 transition and continue
805        to support gcc 2.95.x as primary version.
806
8072001-09-13      Joel Sherrill <joel@OARcorp.com>
808
809        * mkgccnewlibspec.in,
810        Use Target_alias not target_alias to avoid conflicts with new autoconf.
811        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
812        Only sparc and arm built for C/C++ OK. :(
813        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
814        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
815        * target-gcc.add: Modifications to reflect files not in gcc 3.1
816
8172001-09-13      Joel Sherrill <joel@OARcorp.com>
818
819        * autotools/.cvsignore: New file.
820
8212001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
824        autotools/automake-rtems.spec: New.
825        * configure.in, Makefile.am: Add autotools/.
826
8272001-08-30      Joel Sherrill <joel@OARcorp.com>
828
829        * .cvsignore: Add buildalltar.
830
8312001-08-30      Joel Sherrill <joel@OARcorp.com>
832
833        * buildalltar.in: New file.
834        * configure.in, Makefile.am: Modified to reflect addition of file.
835
8362001-08-10      Joel Sherrill <joel@OARcorp.com>
837
838        * mkgdbspec.in: Make list of simulators very complete.
839        * setup.def: Update versions.
840
8412001-07-03      Joel Sherrill <joel@OARcorp.com>
842
843        * setup.def, binutils.add, gccnewlib.add: Updated to build
844        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
845        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
846
8472001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.in: Remove AC_EXEEXT, treat .exe manually.
850        * gccnewlib/base-gcc.add: Remove cpp.
851        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
852        copyright.
853
8542001-04-16      Joel Sherrill <joel@OARcorp.com>
855
856        * setup.def: Modified the binutils version to 2.11 and
857        RPM revision 3 to reflect experimentation with new binutils release.
858
8592001-04-11      Joel Sherrill <joel@OARcorp.com>
860
861        * binutils/Makefile.am: Added a29k-rtems.
862        * binutils/binutils.add: Switch to .bz2 extension to reflect
863        real way code is compressed on distribution sites now.
864
8652001-03-19      Joel Sherrill <joel@OARcorp.com>
866
867        * setup.def: Updated version numbers and patches for binutils
868        and gdb.  binutils was to get correct patch in field.  gdb
869        was to add mipstx39-rtems configurery support.
870
8712001-03-14      Joel Sherrill <joel@OARcorp.com>
872
873        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
874        configuration to gdb since this includes the JMR3904 simulator.
875
8762001-01-03      Joel Sherrill <joel@OARcorp.com>
877
878        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
879        binutils HISTORY to reflect new revision.  Updated gcc to fix
880        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
881
8822000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * gccnewlib/gccnewlib.add: Fix typo in URL.
885
8862000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
889        instead of $target to setup RPM_CPU, move chmod 755 buildall to
890        AC_OUTPUT's extra-cmds.
891       
8922000-10-30      Joel Sherrill <joel@OARcorp.com>
893
894        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
895        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
896        Added mips-rtems, updated to include new patches and
897        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
898
8992000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
902
9032000-10-18      Joel Sherrill <joel@OARcorp.com>
904
905        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
906
9072000-08-30      Joel Sherrill <joel@OARcorp.com>
908
909        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
910        Patches primarily add or16/or32 basic support to newlib and
911        i386 multilib improvements to gcc from Ralf Corsepius.
912
9132000-08-10      Joel Sherrill <joel@OARcorp.com>
914
915        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.