source: rtems/scripts/ChangeLog @ cdf5ff65

4.104.114.84.95
Last change on this file since cdf5ff65 was cdf5ff65, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/04/03 at 14:39:05

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

  • binutils/base-binutils.add: Add osversion support.
  • binutils/binutils.add: Add osversion support. %setup -n %{name}-%{version}. Don't remove c++filt.
  • binutils/target-binutils.add: Add osversion support. Pickup c++filt.
  • gcc3newlib/base-g77.add: Add osversion support.
  • gcc3newlib/base-gcc.add: Add osversion support.
  • gcc3newlib/base-gcj.add: Add osversion support.
  • gcc3newlib/base-gnat.add: Add osversion support.
  • gcc3newlib/gccnewlib.add: Add osversion support. Remove c++filt, %setup -n -n %{name}-%{version}.
  • gcc3newlib/target-c++.add: Add osversion support. Don't pickup c++filt.
  • gcc3newlib/target-g77.add: Add osversion support.
  • gcc3newlib/target-gcc.add: Add osversion support.
  • gcc3newlib/target-gcj.add: Add osversion support.
  • gcc3newlib/target-gnat.add: Add osversion support.
  • gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
  • gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix, gdb_version, gdb_target.
  • gdb/target-gdb.add: Ditto.
  • gdb/gdb.add: Ditto. %setup -n -n %{name}-%{version}.
  • Property mode set to 100644
File size: 30.8 KB
Line 
12003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * binutils/base-binutils.add: Add osversion support.
4        * binutils/binutils.add: Add osversion support.
5        %setup -n %{name}-%{version}.
6        Don't remove c++filt.
7        * binutils/target-binutils.add: Add osversion support.
8        Pickup c++filt.
9        * gcc3newlib/base-g77.add: Add osversion support.
10        * gcc3newlib/base-gcc.add: Add osversion support.
11        * gcc3newlib/base-gcj.add: Add osversion support.
12        * gcc3newlib/base-gnat.add: Add osversion support.
13        * gcc3newlib/gccnewlib.add: Add osversion support.
14        Remove c++filt,
15        %setup -n -n %{name}-%{version}.
16        * gcc3newlib/target-c++.add: Add osversion support.
17        Don't pickup c++filt.
18        * gcc3newlib/target-g77.add: Add osversion support.
19        * gcc3newlib/target-gcc.add: Add osversion support.
20        * gcc3newlib/target-gcj.add: Add osversion support.
21        * gcc3newlib/target-gnat.add: Add osversion support.
22        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
23        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
24        gdb_version, gdb_target.
25        * gdb/target-gdb.add: Ditto.
26        * gdb/gdb.add: Ditto.
27        %setup -n -n %{name}-%{version}.
28
292003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
32        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
33
342003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
37        * binutils/Makefile.am: Add osversion support.
38        * binutils/mkspec.in: Add osversion support.
39        * gcc3newlib/Makefile.am: Add osversion support.
40        * gcc3newlib/mkspec.in: Add osversion support.
41        * gdb/Makefile.am: Add osversion support.
42        * gdb/mkspec.in: Add osversion support.
43        Add rpmprefix, rpmgroup.
44
452003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am, configure.ac,
48        autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in,
49        binutils/Makefile.am, binutils/base-binutils.add,
50        binutils/binutils.add, binutils/mkspec.in,
51        binutils/target-binutils.add,
52        common/common.add.in,
53        cpukit/Makefile.am,
54        gcc3newlib/Makefile.am, gcc3newlib/base-g77.add,
55        gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add,
56        gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add,
57        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
58        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
59        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
60        gcc3newlib/target-objc.add,
61        gccnewlib/Makefile.am,
62        gdb/Makefile.am,
63        rtems/Makefile.am,
64        rtemsdoc/Makefile.am:
65        Merger from rtems-4-6-branch.
66        * common/common.am: New.
67
682003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
71        Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
72        from running (Chokes on foreign object formats).
73        * gcc3newlib/base-g77.add:
74        Use %{gcc_version} instead of @gcc_version@.
75        * gcc3newlib/gccnewlib.add:
76        Use %{gcc_version} instead of @gcc_version@.
77        Reflect gcc >= 3.3 shipping monolytic infos.
78        * gcc3newlib/target-c++.add:
79        Use %{gcc_version} instead of @gcc_version@.
80        Don't pickup c++filt.
81        * gcc3newlib/target-g77.add:
82        Use %{gcc_version} instead of @gcc_version@.
83        * gcc3newlib/target-gcc.add:
84        Use %{gcc_version} instead of @gcc_version@.
85        * gcc3newlib/target-gcj.add:
86        Use %{gcc_version} instead of @gcc_version@.
87        * gcc3newlib/target-gnat.add:
88        Use %{gcc_version} instead of @gcc_version@.
89        * gcc3newlib/target-objc.add:
90        Use %{gcc_version} instead of @gcc_version@.
91
922003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * binutils/binutils.add: Preps for 2.14.
95        Use %{binutils_version} instead of @binutils_version@.
96        * binutils/base_binutils.add: Preps for 2.14.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
101
1022003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * autotools/automake-rtems.spec.in: Automake-1.7.6.
105
1062003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * autotools/automake-rtems.spec.in: Automake-1.7.5.
109
1102003-06-02      Joel Sherrill <joel@OARcorp.com>
111
112        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
113
1142003-05-07      Joel Sherrill <joel@OARcorp.com>
115
116        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
117        * gcc3newlib/gccnewlib.add: We used .bz2 files.
118
1192003-04-18      Joel Sherrill <joel@OARcorp.com>
120
121        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
122        * gcc3newlib/gccnewlib.add: We used .bz2 files.
123
1242003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
127        Apply %gcc_version, %newlib_version.
128        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
129        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
130        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
131        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
132        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
133        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
134
1352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
138
1392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: AC_PREREQ(2.57).
142
1432003-02-10      Joel Sherrill <joel@OARcorp.com>
144
145        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
146        determine which targets have simulators, configure with appropriate
147        arguments, and package the correct files.
148
1492003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
152        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
153        gcj from rpmbuild command line.
154        Copy gsyslimits.h for CDN-X compilation.
155
1562003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * README.cdn-X: New.
159        * binutils/binutils.add: Add --build=%_build --host=%_host.
160        * cpukit/.cvsignore: Add *.spec.in.
161        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
162        * gdb/gdb.add: Add --build=%_build --host=%_host.
163        * rtemsdoc/.cvsignore: Add *.spec.in.
164
1652003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * gcc3newlib/gccnewlib.add: Remove Buildroot.
168        * common/.cvsignore: New.
169
1702003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
173        * binutils/Makefile.am: Fix path to clean.add.
174        * binutils/binutils.add: Remove BuildRoot.
175        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
176        $(top_builddir)/common/clean.add, header.add.
177        Generate rtems-cpukit.spec.in.
178        * cpukit/header.add: New.
179        * cpukit/rtems-cpukit.spec.in: Remove.
180        * cpukit/rtems-cpukit.add: New.
181        * gccnewlib/gccnewlib.add: Remove Buildroot.
182        * gdb/gdb.add: Remove Buildroot.
183        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
184
1852003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
188        $(top_builddir)/common/clean.add, header.add.
189        Generate rtemsdoc.spec.in.
190        * rtemsdoc/mkspec.in: Remove exe_ext.
191        * rtemsdoc/rtemsdoc.spec.in: Remove.
192        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
193        $(top_builddir)/common/clean.add, header.add.
194        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
195        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
196        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
197        Remove header, broken cdn-X configuration, %clean.
198        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
199        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
200        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
201        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
202
2032003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * gdb/gdb.add: Remove header, broken cdn-X configuration,
206        %clean, Replace @exe_ext@ with %{_exeext}.
207        * gdb/mkspec.in: Remove exe_ext.
208        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
209        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
210        $(top_builddir)/common/clean.add, header.add.
211        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
212        * cpukit/mkspec.in: Remove exe_ext.
213        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
214        $(top_builddir)/common/clean.add, header.add.
215
2162003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
219        %clean, Replace @exe_ext@ with %{_exeext}.
220        * gcc3newlib/mkspec.in: Remove exe_ext.
221        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
222        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
223        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
224        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
225        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
226        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
227        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
228        $(top_builddir)/common/clean.add, header.add.
229
2302003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Remove reference to mkbinutilsspec.
233        * configure.ac: Remove EXEEXT check.
234        Add common/clean.add, common/common.add.
235
2362003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * binutils/binutils.add: Remove header, broken cdn-X configuration,
239        %clean.
240        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
241        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
242
2432003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * gcc3newlib/header.add: New.
246        * gccnewlib/header.add: New.
247        * binutils/header.add: New.
248        * gdb/header.add: New.
249        * rtemsdoc/header.add: New.
250        * rtemsdoc/rtemsdoc.add: New.
251        * common/clean.add.in: New.
252        * common/common.add.in: New.
253
2542003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * binutils/mkspec.in: New.
257        * binutils/.cvsignore: Add mkspec.
258        * mkbinutilspec.in: Remove.
259        * gdb/Makefile.am: Depend on mkspec.
260        * binutils/binutils.add: Add @exe_ext@ to c++filt.
261        Add %_defaultbuildroot.
262        * configure.ac: Reflect changes above.
263        * binutils/Makefile.am: Reflect changes above.
264        * Makefile.am: Remove mkbinutilspec.
265
2662003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * gdb/.cvsignore: Add mkspec.
269
2702003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * ChangeLog: Fix yesterday's entry.
273        * gdb/target-gdb.add: %defattr(-,root,root).
274        Use %{_prefix} instead of /opt/rtems.
275        Misc. minor changes.
276        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
277        Remove stray unpackaged files.
278        Use %{_defaultbuildroot} instead of hard-coded values.
279        configure --disable-nls.
280        Misc. minor changes.
281        Add BuildPreReq: ncurses-devel.
282        * gdb/base-gdb.add: %defattr(-,root,root).
283        Use %{_prefix} instead of /opt/rtems.
284        Misc. minor changes.
285        * gdb/mkspec.in: New.
286        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
287        * gcc3newlib/mkspec.in: Fix usage.
288        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
289        hard-coded values. Update copyright notice.
290        * mkgdbspec.in: Removed.
291        * Makefile.am: Remove mkgdbspec.
292        * configure.ac: Remove mkgdbspec.
293        Add gdb/mkspec.
294
2952003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
298        Add %defattr(-,root,root) to "dir".
299        * gcc3newlib/base-g77.add: %defattr(-,root,root).
300        * gcc3newlib/base-gcc.add %defattr(-,root,root).
301        * gcc3newlib/base-gcj.add %defattr(-,root,root).
302        * gcc3newlib/base-gnat.add %defattr(-,root,root).
303        * gcc3newlib/target-c++.add %defattr(-,root,root).
304        * gcc3newlib/target-g77.add %defattr(-,root,root).
305        * gcc3newlib/target-gcc.add %defattr(-,root,root).
306        * gcc3newlib/target-gcj.add %defattr(-,root,root).
307        * gcc3newlib/target-gnat.add %defattr(-,root,root).
308        * gcc3newlib/target-objc.add %defattr(-,root,root).
309
3102003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * setup.def: binutils_rpm_release=2.
313        * binutils/base-binutils.add: %defattr(-,root,root).
314        * binutils/target-binutils.add: Ditto.
315        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
316
3172003-01-27      Joel Sherrill <joel@OARcorp.com>
318
319        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
320        with a special RTEMS user account.
321
3222003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add rtemsdoc.
325        * Makefile.ac: Add rtemsdoc.
326        * rtemsdoc/README: New.
327        * rtemsdoc/.cvsignore: New.
328
3292003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * rtemsdoc/Makefile.am: New.
332        * rtemsdoc/mkspec.in: New.
333        * rtemsdoc/rtemsdoc.spec.in: New.
334        * rtemsdoc/supplement.add.in: New.
335        * rtemsdoc/templ.add.in: New.
336
3372002-12-16      Joel Sherrill <joel@OARcorp.com>
338
339        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
340        to include m68k crti.o/crtn.o multilib patch.
341
3422002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
345        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
346
3472002-12-06      Joel Sherrill <joel@OARcorp.com>
348
349        * ChangeLog: Removed duplicate entry.
350
3512002-12-06      Joel Sherrill <joel@OARcorp.com>
352
353        * setup.def: Updated patch to fix m68k cut and paste bug which turned
354        a tab into spaces in a Makefile fragment.
355        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
356        must be built with a -G0 option.
357
3582002-12-02      Joel Sherrill <joel@OARcorp.com>
359
360        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
361        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
362
3632002-11-29      Joel Sherrill <joel@OARcorp.com>
364
365        * setup.def: Updated to gcc-3.2.1.
366
3672002-11-28      Joel Sherrill <joel@OARcorp.com>
368
369        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
370        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
371
3722002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * gcc3newlib/gccnewlib.add:
375        Remove *.la's to make rpm-4.1/RH-8.0 happy.
376        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
377        Change gcc/version.c to reflect us having patched gcc.
378
3792002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
382        Disable nls.
383        Apply gzip -9qf to compress *infos and *mans.
384        Apply /sbin/install-info.
385        Remove  *c++-filt.
386        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
387        Apply /sbin/install-info.
388        Package as.info-*.gz.
389        * binutils/target-binutils.add:
390        Package man1/*.1*.
391
3922002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
395
3962002-11-13      Joel Sherrill <joel@OARcorp.com>
397
398        * setup.def: Switched to binutils 2.13.1
399        * binutils/Makefile.am: Remove a29k-rtems.
400
4012002-11-11      Joel Sherrill <joel@OARcorp.com>
402
403        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
404        which were patch changes for -3 and -4 RPM revisions.   Disabled
405        build of gnat for i386-rtems as it failed to build.
406
4072002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
410        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
411        * binutils/binutils.add: Remove %{target} != %{build} comment
412        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
413        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
414        and _target_os)
415        * gcc3newlib/base-gcc.add: Add gccint*infos.
416        * gcc3newlib/base-gcj.add: Add gcj*infos.
417        Mark manpages as %doc and pickup the gzipped versions.
418
4192002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
422        before running configure (Prep. for automake >= 1.7).
423
4242002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * autotools/autoconf-rtems.spec.in: New.
427        Remove Provides: autoconf (Conflicts with RH-8.0).
428        * autotools/autoconf-rtems.spec: Remove.
429        * autotools/automake-rtems.spec.in:
430        Remove Provides: automake (Conflicts with RH-8.0).
431        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
432        * Makefile.am: Ditto.
433        * configure.ac: Add autotools/autoconf-rtems.spec.in.
434
4352002-10-24      Joel Sherrill <joel@OARcorp.com>
436
437        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
438        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
439        currently include the patch referenced in PR8344.
440
4412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * .cvsignore: Reformat.
444        Add autom4te*cache.
445        Remove autom4te.cache.
446
4472002-09-14      Joel Sherrill <joel@OARcorp.com>
448
449        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
450        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
451
4522002-08-21      Joel Sherrill <joel@OARcorp.com>
453
454        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
455        gcc 3.2 and Ada.
456
4572002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
460        Add %_gnat and --define 'gnat [0|1]' support.
461        Enable gnat for gcc-3.2/Disable for gcc-3.1.
462        Add hacks to build gnatlib.
463        Re-activate commented out fragments for old gcc versions.
464        Add @target_alias@-gnatgcc.
465
4662002-08-15      Joel Sherrill <joel@OARcorp.com>
467
468        * setup.def: New gcc 3.1 RPMs (-7).
469        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
470
4712002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * gcc3newlib/Makefile.am: Remove c_only remnants.
474        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
475        headers into c++ instead of g++.
476        * gcc3newlib/target-c++.add: Ditto.
477
4782002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
481        * gcc3newlib/Makefile.am: Use mkspec for c4x.
482        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
483        Rework handing Ada.
484        Don't put adalib and adainclude into files.gcc.
485        * gcc3newlib/target-gnat.add: Add adalib.
486        Add adainclude.
487
4882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
491
4922002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * gcc3newlib/.cvsignore: Add mkspec.
495
4962002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * mkgcc3newlibspec.in: Remove
499        * gcc3newlib/mkspec.in: New.
500        * configure.ac: Reflect changes above.
501        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
502        Add preliminary gnat support.
503        * gcc3newlib/base-g77.add: Add build_g77.
504        * gcc3newlib/base-gcj.add: Add build_gcj.
505        * gcc3newlib/base-gnat.add: New.
506        * gcc3newlib/target-c++.add: Add build_cxx.
507        * gcc3newlib/target-g77.add: Add build_g77.
508        * gcc3newlib/target-gcj.add: Add build_gcj.
509        * gcc3newlib/target-objc.add: Add build_objc.
510        * gcc3newlib/target-gnat.add: New.
511        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
512
5132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * setup.def: Increment release for gcc3newlib.
516        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
517
5182002-08-08      Joel Sherrill <joel@OARcorp.com>
519
520        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
521        Updated to binutils 2.13 which has no known issues.
522
5232002-08-06      Joel Sherrill <joel@OARcorp.com>
524
525        * setup.def: Updating gcc3/newlib patches and tool versions.  The
526        focus of this round of patches was ot eliminate header file name
527        conflicts between RTEMS and newlib.
528
5292002-07-30      Joel Sherrill <joel@OARcorp.com>
530
531        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
532        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
533
5342002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * autotools/automake-rtems.spec.in: Automake-1.6.3.
537        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
538
5392002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
542        to generate mk*spec scripts.
543        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
544        for $rpm_build_root.
545        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
546        expression for $rpm_build_root.
547        * cpukit/mkspec.in: Cosmetical changes.
548
5492002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
552        Joel.
553        * cpukit/Makefile.am: New.
554        * cpukit/mkspec.in: New.
555        * cpukit/rtems-cpukit.spec.in: New.
556        * cpukit/.cvsignore: New.
557        * configure.ac: Add cpukit.
558        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
559        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
560        RTEMS_VERSION).
561        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
562        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
563        for $rpm_build_root.
564        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
565        expression for $rpm_build_root.
566        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
567        expression for $rpm_build_root.
568        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
569        $rpm_build_root.
570
5712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * binutils/Makefile.am: Add or32-rtems-binutils.
574
5752002-07-19      Joel Sherrill <joel@OARcorp.com>
576
577        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
578
5792002-07-01      Joel Sherrill <joel@OARcorp.com>
580
581        * setup.def: Update gcc3 RPMs for new patches.
582
5832002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
586
5872002-06-14      Joel Sherrill <joel@OARcorp.com>
588
589        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
590        Updated to gcc 3.1 and gdb 5.2.
591
5922001-05-29      Joel Sherrill <joel@OARcorp.com>
593
594        * setup.def: Updated to binutils 2.12.1.
595        * rtems/Makefile.am: Remove m68k-rtemself references.
596
5972002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * mkgcc3newlibspec.in: Remove SETUP (bogus).
600        * gcc3newlib/target-c++.add: New.
601        * gcc3newlib/Makefile.am: Add target-c++.add.
602        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
603        Reflect having split out c++. Various minor fixes.
604        * gcc3newlib/base-gcc.add: Ditto.
605        * gcc3newlib/gccnewlib.add: Ditto.
606        * gcc3newlib/target-gcc.add: Ditto.
607
6082002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
611        timestamps.
612
6132001-04-16      Joel Sherrill <joel@OARcorp.com>
614
615        * .cvsignore: Added files added by automake 1.6.1.
616        * setup.def: New shot at gcc 3.0.4 RPMs.
617        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
618        Deleted m68k-rtemself.
619        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
620 
6212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
624        Use *.tar.bz2.
625
6262002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * mkbinutilspec.in: Fix PATCH2.
629
6302002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
633
6342002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
637
638
6392002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * mkbinutilspec.in: Add support for empty patch-version (no patch).
642        * mkgcc3newlibspec.in: Ditto.
643        * setup: Fix gcc3*_versions handling.
644        * setup.def: binutils_patch_version=.
645        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
646        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
647        * binutils/target-binutils.add: Comment out c++filt.
648        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
649        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
650        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
651        Comment out gcc-2.95.x hacks.
652        Remove *.la from installed files.
653        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
654
6552001-04-02      Joel Sherrill <joel@OARcorp.com>
656
657        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
658
6592001-03-29      Joel Sherrill <joel@OARcorp.com>
660
661        * .cvsignore: Added mkgcc3newlib.
662
6632001-03-29      Joel Sherrill <joel@OARcorp.com>
664
665        * gcc3newlib/.cvsignore: New file.
666
6672001-03-28      Joel Sherrill <joel@OARcorp.com>
668
669        * Per PR64 added support for gcc 3.x RPMs
670        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
671        * mkgcc3newlibspec.in: New file.
672        * gcc3newlib: New subdirectory.
673        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
674        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
675        README, target-g77.add, target-gcc.add, target-gcj.add,
676        target-objc.add: New files.
677
6782001-03-28      Joel Sherrill <joel@OARcorp.com>
679
680        * binutils/binutils.add: Commented out patch since binutils 2.12
681        does not require one.
682
6832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac:
686        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
687        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
688        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
694
6952002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
696
697        * PR151
698        * autotools/automake-rtems.spec.in: New.
699        * autotools/automake-rtems.spec: Removed.
700        * configure.ac: Reflect changes above.
701
7022001-02-27      Joel Sherrill <joel@OARcorp.com>
703
704        * configure.ac: Be a little more lenient in matching sparc-solaris.
705
7062002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
709        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
710        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
711        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
712        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
713        gccnewlib/target-objc.add: Added more support for Canadian Cross
714        building.
715
7162001-01-30      Joel Sherrill <joel@OARcorp.com>
717
718        * buildall.in: Corrected logic for detecting when no RPMs are installed.
719
7202001-01-24      Joel Sherrill <joel@OARcorp.com>
721
722        * README: Added Canadian Cross instructions.
723
7242002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
727        * mkbinutilsspec.in: Add propagation of @prefix@.
728        * binutils/base-binutils.add:
729        Let %post and %unpost apply %{_prefix}.
730        Apply %{_prefix} instead of /opt/rtems.
731        * binutils/binutils.add: Update copyright notice.
732        Add _prefix.
733        Apply %{_prefix} instead of /opt/rtems.
734        Remove -a 0 in %setup.
735        Rework hack to SuSE's rpm screwing up %{_target}.
736        Replace ARGS with CONFIGURE_ARGS.
737        * binutils/target-binutils.add:
738        Apply %{_prefix} instead of /opt/rtems.
739
7402002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * binutils/binutils.add: Add initial support for building
743        Canadian cross RPMs.  It should work like this:
744            cd rtems/scripts
745            ./configure --build=`../config.guess` --host=i386-cygwin
746            make install
747            rpm --target=i386-cygwin \
748                /usr/src/redhat/SPECS/<target>-binutils-..spec.
749
750            alien -t /usr/src/redhat/RPMS/....i386.rpm
751        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
752
7532001-01-22      Joel Sherrill <joel@OARcorp.com>
754
755        * buildalltar.in: Modified to support Canadian cross builds.
756        It was testing using a RedHat 7.2 host to build *-rtems tools
757        that run on an i386-cygwin host.
758
7592001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
762
7632001-10-16      Joel Sherrill <joel@OARcorp.com>
764
765        * setup.def: Bumped the gdb_patch_version to account for a configuration
766        problem on psim where it could not be enabled for powerpc-RTEMS.
767        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
768
7692001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
772        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
773        Target_alias.
774        * mkgdbspec.in: Guard sed-pattern against autoconf.
775        * mkbspspec.in: Guard sed-pattern against autoconf.
776        * configure.ac: Rework check for RPM_SPECSdir.
777        * autotools/automake-rtems.spec: Update to automake-1.5.
778
7792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
782        * configure.in: Remove.
783        * configure.ac: New file, generated from configure.in by autoupdate.
784
7852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
788        Initially setup CLEANFILES using = instead of += to make
789        automake-1.5 happy.
790
7912001-09-13      Joel Sherrill <joel@OARcorp.com>
792
793        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
794        Revert changes because of gcc 2.5.x/3.0 transition and continue
795        to support gcc 2.95.x as primary version.
796
7972001-09-13      Joel Sherrill <joel@OARcorp.com>
798
799        * mkgccnewlibspec.in,
800        Use Target_alias not target_alias to avoid conflicts with new autoconf.
801        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
802        Only sparc and arm built for C/C++ OK. :(
803        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
804        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
805        * target-gcc.add: Modifications to reflect files not in gcc 3.1
806
8072001-09-13      Joel Sherrill <joel@OARcorp.com>
808
809        * autotools/.cvsignore: New file.
810
8112001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
814        autotools/automake-rtems.spec: New.
815        * configure.in, Makefile.am: Add autotools/.
816
8172001-08-30      Joel Sherrill <joel@OARcorp.com>
818
819        * .cvsignore: Add buildalltar.
820
8212001-08-30      Joel Sherrill <joel@OARcorp.com>
822
823        * buildalltar.in: New file.
824        * configure.in, Makefile.am: Modified to reflect addition of file.
825
8262001-08-10      Joel Sherrill <joel@OARcorp.com>
827
828        * mkgdbspec.in: Make list of simulators very complete.
829        * setup.def: Update versions.
830
8312001-07-03      Joel Sherrill <joel@OARcorp.com>
832
833        * setup.def, binutils.add, gccnewlib.add: Updated to build
834        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
835        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
836
8372001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.in: Remove AC_EXEEXT, treat .exe manually.
840        * gccnewlib/base-gcc.add: Remove cpp.
841        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
842        copyright.
843
8442001-04-16      Joel Sherrill <joel@OARcorp.com>
845
846        * setup.def: Modified the binutils version to 2.11 and
847        RPM revision 3 to reflect experimentation with new binutils release.
848
8492001-04-11      Joel Sherrill <joel@OARcorp.com>
850
851        * binutils/Makefile.am: Added a29k-rtems.
852        * binutils/binutils.add: Switch to .bz2 extension to reflect
853        real way code is compressed on distribution sites now.
854
8552001-03-19      Joel Sherrill <joel@OARcorp.com>
856
857        * setup.def: Updated version numbers and patches for binutils
858        and gdb.  binutils was to get correct patch in field.  gdb
859        was to add mipstx39-rtems configurery support.
860
8612001-03-14      Joel Sherrill <joel@OARcorp.com>
862
863        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
864        configuration to gdb since this includes the JMR3904 simulator.
865
8662001-01-03      Joel Sherrill <joel@OARcorp.com>
867
868        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
869        binutils HISTORY to reflect new revision.  Updated gcc to fix
870        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
871
8722000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * gccnewlib/gccnewlib.add: Fix typo in URL.
875
8762000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
879        instead of $target to setup RPM_CPU, move chmod 755 buildall to
880        AC_OUTPUT's extra-cmds.
881       
8822000-10-30      Joel Sherrill <joel@OARcorp.com>
883
884        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
885        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
886        Added mips-rtems, updated to include new patches and
887        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
888
8892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
892
8932000-10-18      Joel Sherrill <joel@OARcorp.com>
894
895        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
896
8972000-08-30      Joel Sherrill <joel@OARcorp.com>
898
899        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
900        Patches primarily add or16/or32 basic support to newlib and
901        i386 multilib improvements to gcc from Ralf Corsepius.
902
9032000-08-10      Joel Sherrill <joel@OARcorp.com>
904
905        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.