source: rtems/scripts/ChangeLog @ 4be8e00

4.104.114.84.95
Last change on this file since 4be8e00 was 4be8e00, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 19:57:43

2003-10-22 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/Makefile.am: Add tic4x.
  • gcc3newlib/gccnewlib.add: Don't install install-tools for gcc >= 3.3.
  • Property mode set to 100644
File size: 32.1 KB
Line 
12003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * gcc3newlib/Makefile.am: Add tic4x.
4        * gcc3newlib/gccnewlib.add: Don't install install-tools for
5        gcc >= 3.3.
6
72003-10-22      Joel Sherrill <joel@OARcorp.com>
8
9        * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to
10        3.2.3 with 20030826 gcc patch.
11
122003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * cpukit/target-cpukit.add: New.
15        * cpukit/Makefile.am: Reflect having added target-cpukit.add.
16        Acknowledge osversion.
17        * cpukit/mkspec.in: Acknowledge osversion and rpmgroup.
18        * cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
19
202003-10-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * autotools/automake-rtems.spec.in: Automake-1.7.8.
23
242003-09-26      Joel Sherrill <joel@OARcorp.com>
25
26        * buildall.in, buildalltar.in, binutils/Makefile.am,
27        cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
28        gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
29        rtemsdoc/Makefile.am: Obsoleting HP PA-RISC port.
30
312003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * autotools/automake-rtems.spec.in: Automake-1.7.7.
34
352003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * gcc3newlib/gccnewlib.add: Fix duplicate removal of c++filt.
38        * gcc3newlib/base-gcj.add: Add fastjar.info, jar.1, grepjar.1.
39        * setup.def: gcc3newlib_rpm_release=4.
40
412003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * binutils/base-binutils.add: Add osversion support.
44        * binutils/binutils.add: Add osversion support.
45        %setup -n %{name}-%{version}.
46        Don't remove c++filt.
47        * binutils/target-binutils.add: Add osversion support.
48        Pickup c++filt.
49        * gcc3newlib/base-g77.add: Add osversion support.
50        * gcc3newlib/base-gcc.add: Add osversion support.
51        * gcc3newlib/base-gcj.add: Add osversion support.
52        * gcc3newlib/base-gnat.add: Add osversion support.
53        * gcc3newlib/gccnewlib.add: Add osversion support.
54        Remove c++filt,
55        %setup -n -n %{name}-%{version}.
56        * gcc3newlib/target-c++.add: Add osversion support.
57        Don't pickup c++filt.
58        * gcc3newlib/target-g77.add: Add osversion support.
59        * gcc3newlib/target-gcc.add: Add osversion support.
60        * gcc3newlib/target-gcj.add: Add osversion support.
61        * gcc3newlib/target-gnat.add: Add osversion support.
62        * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
63        * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
64        gdb_version, gdb_target.
65        * gdb/target-gdb.add: Ditto.
66        * gdb/gdb.add: Ditto.
67        %setup -n -n %{name}-%{version}.
68
692003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * binutils/Makefile.am: Fix osversion support for sh-rtemself.
72        * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
73
742003-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add --enable-osversions (OS-versioned RPMS support).
77        * binutils/Makefile.am: Add osversion support.
78        * binutils/mkspec.in: Add osversion support.
79        * gcc3newlib/Makefile.am: Add osversion support.
80        * gcc3newlib/mkspec.in: Add osversion support.
81        * gdb/Makefile.am: Add osversion support.
82        * gdb/mkspec.in: Add osversion support.
83        Add rpmprefix, rpmgroup.
84
852003-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am, configure.ac,
88        autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in,
89        binutils/Makefile.am, binutils/base-binutils.add,
90        binutils/binutils.add, binutils/mkspec.in,
91        binutils/target-binutils.add,
92        common/common.add.in,
93        cpukit/Makefile.am,
94        gcc3newlib/Makefile.am, gcc3newlib/base-g77.add,
95        gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add,
96        gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add,
97        gcc3newlib/mkspec.in, gcc3newlib/target-c++.add,
98        gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add,
99        gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add,
100        gcc3newlib/target-objc.add,
101        gccnewlib/Makefile.am,
102        gdb/Makefile.am,
103        rtems/Makefile.am,
104        rtemsdoc/Makefile.am:
105        Merger from rtems-4-6-branch.
106        * common/common.am: New.
107
1082003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
111        Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
112        from running (Chokes on foreign object formats).
113        * gcc3newlib/base-g77.add:
114        Use %{gcc_version} instead of @gcc_version@.
115        * gcc3newlib/gccnewlib.add:
116        Use %{gcc_version} instead of @gcc_version@.
117        Reflect gcc >= 3.3 shipping monolytic infos.
118        * gcc3newlib/target-c++.add:
119        Use %{gcc_version} instead of @gcc_version@.
120        Don't pickup c++filt.
121        * gcc3newlib/target-g77.add:
122        Use %{gcc_version} instead of @gcc_version@.
123        * gcc3newlib/target-gcc.add:
124        Use %{gcc_version} instead of @gcc_version@.
125        * gcc3newlib/target-gcj.add:
126        Use %{gcc_version} instead of @gcc_version@.
127        * gcc3newlib/target-gnat.add:
128        Use %{gcc_version} instead of @gcc_version@.
129        * gcc3newlib/target-objc.add:
130        Use %{gcc_version} instead of @gcc_version@.
131
1322003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * binutils/binutils.add: Preps for 2.14.
135        Use %{binutils_version} instead of @binutils_version@.
136        * binutils/base_binutils.add: Preps for 2.14.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * autotools/automake-rtems.spec.in: Automake-1.7.6.
145
1462003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * autotools/automake-rtems.spec.in: Automake-1.7.5.
149
1502003-06-02      Joel Sherrill <joel@OARcorp.com>
151
152        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
153
1542003-05-07      Joel Sherrill <joel@OARcorp.com>
155
156        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
157        * gcc3newlib/gccnewlib.add: We used .bz2 files.
158
1592003-04-18      Joel Sherrill <joel@OARcorp.com>
160
161        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
162        * gcc3newlib/gccnewlib.add: We used .bz2 files.
163
1642003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
167        Apply %gcc_version, %newlib_version.
168        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
169        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
170        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
171        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
172        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
173        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-02-10      Joel Sherrill <joel@OARcorp.com>
184
185        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
186        determine which targets have simulators, configure with appropriate
187        arguments, and package the correct files.
188
1892003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
192        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
193        gcj from rpmbuild command line.
194        Copy gsyslimits.h for CDN-X compilation.
195
1962003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * README.cdn-X: New.
199        * binutils/binutils.add: Add --build=%_build --host=%_host.
200        * cpukit/.cvsignore: Add *.spec.in.
201        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
202        * gdb/gdb.add: Add --build=%_build --host=%_host.
203        * rtemsdoc/.cvsignore: Add *.spec.in.
204
2052003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * gcc3newlib/gccnewlib.add: Remove Buildroot.
208        * common/.cvsignore: New.
209
2102003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
213        * binutils/Makefile.am: Fix path to clean.add.
214        * binutils/binutils.add: Remove BuildRoot.
215        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
216        $(top_builddir)/common/clean.add, header.add.
217        Generate rtems-cpukit.spec.in.
218        * cpukit/header.add: New.
219        * cpukit/rtems-cpukit.spec.in: Remove.
220        * cpukit/rtems-cpukit.add: New.
221        * gccnewlib/gccnewlib.add: Remove Buildroot.
222        * gdb/gdb.add: Remove Buildroot.
223        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
224
2252003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
228        $(top_builddir)/common/clean.add, header.add.
229        Generate rtemsdoc.spec.in.
230        * rtemsdoc/mkspec.in: Remove exe_ext.
231        * rtemsdoc/rtemsdoc.spec.in: Remove.
232        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
233        $(top_builddir)/common/clean.add, header.add.
234        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
235        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
236        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
237        Remove header, broken cdn-X configuration, %clean.
238        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
239        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
240        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
241        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
242
2432003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * gdb/gdb.add: Remove header, broken cdn-X configuration,
246        %clean, Replace @exe_ext@ with %{_exeext}.
247        * gdb/mkspec.in: Remove exe_ext.
248        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
249        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
250        $(top_builddir)/common/clean.add, header.add.
251        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
252        * cpukit/mkspec.in: Remove exe_ext.
253        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
254        $(top_builddir)/common/clean.add, header.add.
255
2562003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
259        %clean, Replace @exe_ext@ with %{_exeext}.
260        * gcc3newlib/mkspec.in: Remove exe_ext.
261        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
262        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
263        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
264        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
265        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
266        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
267        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
268        $(top_builddir)/common/clean.add, header.add.
269
2702003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Remove reference to mkbinutilsspec.
273        * configure.ac: Remove EXEEXT check.
274        Add common/clean.add, common/common.add.
275
2762003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * binutils/binutils.add: Remove header, broken cdn-X configuration,
279        %clean.
280        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
281        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
282
2832003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * gcc3newlib/header.add: New.
286        * gccnewlib/header.add: New.
287        * binutils/header.add: New.
288        * gdb/header.add: New.
289        * rtemsdoc/header.add: New.
290        * rtemsdoc/rtemsdoc.add: New.
291        * common/clean.add.in: New.
292        * common/common.add.in: New.
293
2942003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * binutils/mkspec.in: New.
297        * binutils/.cvsignore: Add mkspec.
298        * mkbinutilspec.in: Remove.
299        * gdb/Makefile.am: Depend on mkspec.
300        * binutils/binutils.add: Add @exe_ext@ to c++filt.
301        Add %_defaultbuildroot.
302        * configure.ac: Reflect changes above.
303        * binutils/Makefile.am: Reflect changes above.
304        * Makefile.am: Remove mkbinutilspec.
305
3062003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * gdb/.cvsignore: Add mkspec.
309
3102003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * ChangeLog: Fix yesterday's entry.
313        * gdb/target-gdb.add: %defattr(-,root,root).
314        Use %{_prefix} instead of /opt/rtems.
315        Misc. minor changes.
316        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
317        Remove stray unpackaged files.
318        Use %{_defaultbuildroot} instead of hard-coded values.
319        configure --disable-nls.
320        Misc. minor changes.
321        Add BuildPreReq: ncurses-devel.
322        * gdb/base-gdb.add: %defattr(-,root,root).
323        Use %{_prefix} instead of /opt/rtems.
324        Misc. minor changes.
325        * gdb/mkspec.in: New.
326        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
327        * gcc3newlib/mkspec.in: Fix usage.
328        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
329        hard-coded values. Update copyright notice.
330        * mkgdbspec.in: Removed.
331        * Makefile.am: Remove mkgdbspec.
332        * configure.ac: Remove mkgdbspec.
333        Add gdb/mkspec.
334
3352003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
338        Add %defattr(-,root,root) to "dir".
339        * gcc3newlib/base-g77.add: %defattr(-,root,root).
340        * gcc3newlib/base-gcc.add %defattr(-,root,root).
341        * gcc3newlib/base-gcj.add %defattr(-,root,root).
342        * gcc3newlib/base-gnat.add %defattr(-,root,root).
343        * gcc3newlib/target-c++.add %defattr(-,root,root).
344        * gcc3newlib/target-g77.add %defattr(-,root,root).
345        * gcc3newlib/target-gcc.add %defattr(-,root,root).
346        * gcc3newlib/target-gcj.add %defattr(-,root,root).
347        * gcc3newlib/target-gnat.add %defattr(-,root,root).
348        * gcc3newlib/target-objc.add %defattr(-,root,root).
349
3502003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * setup.def: binutils_rpm_release=2.
353        * binutils/base-binutils.add: %defattr(-,root,root).
354        * binutils/target-binutils.add: Ditto.
355        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
356
3572003-01-27      Joel Sherrill <joel@OARcorp.com>
358
359        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
360        with a special RTEMS user account.
361
3622003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Add rtemsdoc.
365        * Makefile.ac: Add rtemsdoc.
366        * rtemsdoc/README: New.
367        * rtemsdoc/.cvsignore: New.
368
3692003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * rtemsdoc/Makefile.am: New.
372        * rtemsdoc/mkspec.in: New.
373        * rtemsdoc/rtemsdoc.spec.in: New.
374        * rtemsdoc/supplement.add.in: New.
375        * rtemsdoc/templ.add.in: New.
376
3772002-12-16      Joel Sherrill <joel@OARcorp.com>
378
379        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
380        to include m68k crti.o/crtn.o multilib patch.
381
3822002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
385        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
386
3872002-12-06      Joel Sherrill <joel@OARcorp.com>
388
389        * ChangeLog: Removed duplicate entry.
390
3912002-12-06      Joel Sherrill <joel@OARcorp.com>
392
393        * setup.def: Updated patch to fix m68k cut and paste bug which turned
394        a tab into spaces in a Makefile fragment.
395        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
396        must be built with a -G0 option.
397
3982002-12-02      Joel Sherrill <joel@OARcorp.com>
399
400        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
401        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
402
4032002-11-29      Joel Sherrill <joel@OARcorp.com>
404
405        * setup.def: Updated to gcc-3.2.1.
406
4072002-11-28      Joel Sherrill <joel@OARcorp.com>
408
409        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
410        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
411
4122002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * gcc3newlib/gccnewlib.add:
415        Remove *.la's to make rpm-4.1/RH-8.0 happy.
416        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
417        Change gcc/version.c to reflect us having patched gcc.
418
4192002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
422        Disable nls.
423        Apply gzip -9qf to compress *infos and *mans.
424        Apply /sbin/install-info.
425        Remove  *c++-filt.
426        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
427        Apply /sbin/install-info.
428        Package as.info-*.gz.
429        * binutils/target-binutils.add:
430        Package man1/*.1*.
431
4322002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
435
4362002-11-13      Joel Sherrill <joel@OARcorp.com>
437
438        * setup.def: Switched to binutils 2.13.1
439        * binutils/Makefile.am: Remove a29k-rtems.
440
4412002-11-11      Joel Sherrill <joel@OARcorp.com>
442
443        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
444        which were patch changes for -3 and -4 RPM revisions.   Disabled
445        build of gnat for i386-rtems as it failed to build.
446
4472002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
450        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
451        * binutils/binutils.add: Remove %{target} != %{build} comment
452        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
453        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
454        and _target_os)
455        * gcc3newlib/base-gcc.add: Add gccint*infos.
456        * gcc3newlib/base-gcj.add: Add gcj*infos.
457        Mark manpages as %doc and pickup the gzipped versions.
458
4592002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
462        before running configure (Prep. for automake >= 1.7).
463
4642002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * autotools/autoconf-rtems.spec.in: New.
467        Remove Provides: autoconf (Conflicts with RH-8.0).
468        * autotools/autoconf-rtems.spec: Remove.
469        * autotools/automake-rtems.spec.in:
470        Remove Provides: automake (Conflicts with RH-8.0).
471        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
472        * Makefile.am: Ditto.
473        * configure.ac: Add autotools/autoconf-rtems.spec.in.
474
4752002-10-24      Joel Sherrill <joel@OARcorp.com>
476
477        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
478        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
479        currently include the patch referenced in PR8344.
480
4812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * .cvsignore: Reformat.
484        Add autom4te*cache.
485        Remove autom4te.cache.
486
4872002-09-14      Joel Sherrill <joel@OARcorp.com>
488
489        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
490        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
491
4922002-08-21      Joel Sherrill <joel@OARcorp.com>
493
494        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
495        gcc 3.2 and Ada.
496
4972002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
500        Add %_gnat and --define 'gnat [0|1]' support.
501        Enable gnat for gcc-3.2/Disable for gcc-3.1.
502        Add hacks to build gnatlib.
503        Re-activate commented out fragments for old gcc versions.
504        Add @target_alias@-gnatgcc.
505
5062002-08-15      Joel Sherrill <joel@OARcorp.com>
507
508        * setup.def: New gcc 3.1 RPMs (-7).
509        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
510
5112002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * gcc3newlib/Makefile.am: Remove c_only remnants.
514        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
515        headers into c++ instead of g++.
516        * gcc3newlib/target-c++.add: Ditto.
517
5182002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
521        * gcc3newlib/Makefile.am: Use mkspec for c4x.
522        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
523        Rework handing Ada.
524        Don't put adalib and adainclude into files.gcc.
525        * gcc3newlib/target-gnat.add: Add adalib.
526        Add adainclude.
527
5282002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
531
5322002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * gcc3newlib/.cvsignore: Add mkspec.
535
5362002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * mkgcc3newlibspec.in: Remove
539        * gcc3newlib/mkspec.in: New.
540        * configure.ac: Reflect changes above.
541        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
542        Add preliminary gnat support.
543        * gcc3newlib/base-g77.add: Add build_g77.
544        * gcc3newlib/base-gcj.add: Add build_gcj.
545        * gcc3newlib/base-gnat.add: New.
546        * gcc3newlib/target-c++.add: Add build_cxx.
547        * gcc3newlib/target-g77.add: Add build_g77.
548        * gcc3newlib/target-gcj.add: Add build_gcj.
549        * gcc3newlib/target-objc.add: Add build_objc.
550        * gcc3newlib/target-gnat.add: New.
551        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
552
5532002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * setup.def: Increment release for gcc3newlib.
556        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
557
5582002-08-08      Joel Sherrill <joel@OARcorp.com>
559
560        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
561        Updated to binutils 2.13 which has no known issues.
562
5632002-08-06      Joel Sherrill <joel@OARcorp.com>
564
565        * setup.def: Updating gcc3/newlib patches and tool versions.  The
566        focus of this round of patches was ot eliminate header file name
567        conflicts between RTEMS and newlib.
568
5692002-07-30      Joel Sherrill <joel@OARcorp.com>
570
571        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
572        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
573
5742002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * autotools/automake-rtems.spec.in: Automake-1.6.3.
577        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
578
5792002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
582        to generate mk*spec scripts.
583        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
584        for $rpm_build_root.
585        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
586        expression for $rpm_build_root.
587        * cpukit/mkspec.in: Cosmetical changes.
588
5892002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
592        Joel.
593        * cpukit/Makefile.am: New.
594        * cpukit/mkspec.in: New.
595        * cpukit/rtems-cpukit.spec.in: New.
596        * cpukit/.cvsignore: New.
597        * configure.ac: Add cpukit.
598        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
599        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
600        RTEMS_VERSION).
601        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
602        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
603        for $rpm_build_root.
604        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
605        expression for $rpm_build_root.
606        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
607        expression for $rpm_build_root.
608        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
609        $rpm_build_root.
610
6112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * binutils/Makefile.am: Add or32-rtems-binutils.
614
6152002-07-19      Joel Sherrill <joel@OARcorp.com>
616
617        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
618
6192002-07-01      Joel Sherrill <joel@OARcorp.com>
620
621        * setup.def: Update gcc3 RPMs for new patches.
622
6232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
626
6272002-06-14      Joel Sherrill <joel@OARcorp.com>
628
629        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
630        Updated to gcc 3.1 and gdb 5.2.
631
6322001-05-29      Joel Sherrill <joel@OARcorp.com>
633
634        * setup.def: Updated to binutils 2.12.1.
635        * rtems/Makefile.am: Remove m68k-rtemself references.
636
6372002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * mkgcc3newlibspec.in: Remove SETUP (bogus).
640        * gcc3newlib/target-c++.add: New.
641        * gcc3newlib/Makefile.am: Add target-c++.add.
642        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
643        Reflect having split out c++. Various minor fixes.
644        * gcc3newlib/base-gcc.add: Ditto.
645        * gcc3newlib/gccnewlib.add: Ditto.
646        * gcc3newlib/target-gcc.add: Ditto.
647
6482002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
651        timestamps.
652
6532001-04-16      Joel Sherrill <joel@OARcorp.com>
654
655        * .cvsignore: Added files added by automake 1.6.1.
656        * setup.def: New shot at gcc 3.0.4 RPMs.
657        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
658        Deleted m68k-rtemself.
659        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
660 
6612002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
664        Use *.tar.bz2.
665
6662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * mkbinutilspec.in: Fix PATCH2.
669
6702002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
673
6742002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
677
678
6792002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * mkbinutilspec.in: Add support for empty patch-version (no patch).
682        * mkgcc3newlibspec.in: Ditto.
683        * setup: Fix gcc3*_versions handling.
684        * setup.def: binutils_patch_version=.
685        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
686        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
687        * binutils/target-binutils.add: Comment out c++filt.
688        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
689        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
690        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
691        Comment out gcc-2.95.x hacks.
692        Remove *.la from installed files.
693        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
694
6952001-04-02      Joel Sherrill <joel@OARcorp.com>
696
697        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
698
6992001-03-29      Joel Sherrill <joel@OARcorp.com>
700
701        * .cvsignore: Added mkgcc3newlib.
702
7032001-03-29      Joel Sherrill <joel@OARcorp.com>
704
705        * gcc3newlib/.cvsignore: New file.
706
7072001-03-28      Joel Sherrill <joel@OARcorp.com>
708
709        * Per PR64 added support for gcc 3.x RPMs
710        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
711        * mkgcc3newlibspec.in: New file.
712        * gcc3newlib: New subdirectory.
713        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
714        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
715        README, target-g77.add, target-gcc.add, target-gcj.add,
716        target-objc.add: New files.
717
7182001-03-28      Joel Sherrill <joel@OARcorp.com>
719
720        * binutils/binutils.add: Commented out patch since binutils 2.12
721        does not require one.
722
7232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac:
726        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
727        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
728        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
729        * Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
731        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
732        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
734
7352002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
736
737        * PR151
738        * autotools/automake-rtems.spec.in: New.
739        * autotools/automake-rtems.spec: Removed.
740        * configure.ac: Reflect changes above.
741
7422001-02-27      Joel Sherrill <joel@OARcorp.com>
743
744        * configure.ac: Be a little more lenient in matching sparc-solaris.
745
7462002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
749        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
750        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
751        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
752        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
753        gccnewlib/target-objc.add: Added more support for Canadian Cross
754        building.
755
7562001-01-30      Joel Sherrill <joel@OARcorp.com>
757
758        * buildall.in: Corrected logic for detecting when no RPMs are installed.
759
7602001-01-24      Joel Sherrill <joel@OARcorp.com>
761
762        * README: Added Canadian Cross instructions.
763
7642002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
767        * mkbinutilsspec.in: Add propagation of @prefix@.
768        * binutils/base-binutils.add:
769        Let %post and %unpost apply %{_prefix}.
770        Apply %{_prefix} instead of /opt/rtems.
771        * binutils/binutils.add: Update copyright notice.
772        Add _prefix.
773        Apply %{_prefix} instead of /opt/rtems.
774        Remove -a 0 in %setup.
775        Rework hack to SuSE's rpm screwing up %{_target}.
776        Replace ARGS with CONFIGURE_ARGS.
777        * binutils/target-binutils.add:
778        Apply %{_prefix} instead of /opt/rtems.
779
7802002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * binutils/binutils.add: Add initial support for building
783        Canadian cross RPMs.  It should work like this:
784            cd rtems/scripts
785            ./configure --build=`../config.guess` --host=i386-cygwin
786            make install
787            rpm --target=i386-cygwin \
788                /usr/src/redhat/SPECS/<target>-binutils-..spec.
789
790            alien -t /usr/src/redhat/RPMS/....i386.rpm
791        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
792
7932001-01-22      Joel Sherrill <joel@OARcorp.com>
794
795        * buildalltar.in: Modified to support Canadian cross builds.
796        It was testing using a RedHat 7.2 host to build *-rtems tools
797        that run on an i386-cygwin host.
798
7992001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
802
8032001-10-16      Joel Sherrill <joel@OARcorp.com>
804
805        * setup.def: Bumped the gdb_patch_version to account for a configuration
806        problem on psim where it could not be enabled for powerpc-RTEMS.
807        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
808
8092001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
812        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
813        Target_alias.
814        * mkgdbspec.in: Guard sed-pattern against autoconf.
815        * mkbspspec.in: Guard sed-pattern against autoconf.
816        * configure.ac: Rework check for RPM_SPECSdir.
817        * autotools/automake-rtems.spec: Update to automake-1.5.
818
8192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
822        * configure.in: Remove.
823        * configure.ac: New file, generated from configure.in by autoupdate.
824
8252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
828        Initially setup CLEANFILES using = instead of += to make
829        automake-1.5 happy.
830
8312001-09-13      Joel Sherrill <joel@OARcorp.com>
832
833        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
834        Revert changes because of gcc 2.5.x/3.0 transition and continue
835        to support gcc 2.95.x as primary version.
836
8372001-09-13      Joel Sherrill <joel@OARcorp.com>
838
839        * mkgccnewlibspec.in,
840        Use Target_alias not target_alias to avoid conflicts with new autoconf.
841        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
842        Only sparc and arm built for C/C++ OK. :(
843        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
844        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
845        * target-gcc.add: Modifications to reflect files not in gcc 3.1
846
8472001-09-13      Joel Sherrill <joel@OARcorp.com>
848
849        * autotools/.cvsignore: New file.
850
8512001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
854        autotools/automake-rtems.spec: New.
855        * configure.in, Makefile.am: Add autotools/.
856
8572001-08-30      Joel Sherrill <joel@OARcorp.com>
858
859        * .cvsignore: Add buildalltar.
860
8612001-08-30      Joel Sherrill <joel@OARcorp.com>
862
863        * buildalltar.in: New file.
864        * configure.in, Makefile.am: Modified to reflect addition of file.
865
8662001-08-10      Joel Sherrill <joel@OARcorp.com>
867
868        * mkgdbspec.in: Make list of simulators very complete.
869        * setup.def: Update versions.
870
8712001-07-03      Joel Sherrill <joel@OARcorp.com>
872
873        * setup.def, binutils.add, gccnewlib.add: Updated to build
874        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
875        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
876
8772001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * configure.in: Remove AC_EXEEXT, treat .exe manually.
880        * gccnewlib/base-gcc.add: Remove cpp.
881        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
882        copyright.
883
8842001-04-16      Joel Sherrill <joel@OARcorp.com>
885
886        * setup.def: Modified the binutils version to 2.11 and
887        RPM revision 3 to reflect experimentation with new binutils release.
888
8892001-04-11      Joel Sherrill <joel@OARcorp.com>
890
891        * binutils/Makefile.am: Added a29k-rtems.
892        * binutils/binutils.add: Switch to .bz2 extension to reflect
893        real way code is compressed on distribution sites now.
894
8952001-03-19      Joel Sherrill <joel@OARcorp.com>
896
897        * setup.def: Updated version numbers and patches for binutils
898        and gdb.  binutils was to get correct patch in field.  gdb
899        was to add mipstx39-rtems configurery support.
900
9012001-03-14      Joel Sherrill <joel@OARcorp.com>
902
903        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
904        configuration to gdb since this includes the JMR3904 simulator.
905
9062001-01-03      Joel Sherrill <joel@OARcorp.com>
907
908        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
909        binutils HISTORY to reflect new revision.  Updated gcc to fix
910        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
911
9122000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * gccnewlib/gccnewlib.add: Fix typo in URL.
915
9162000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
919        instead of $target to setup RPM_CPU, move chmod 755 buildall to
920        AC_OUTPUT's extra-cmds.
921       
9222000-10-30      Joel Sherrill <joel@OARcorp.com>
923
924        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
925        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
926        Added mips-rtems, updated to include new patches and
927        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
928
9292000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
932
9332000-10-18      Joel Sherrill <joel@OARcorp.com>
934
935        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
936
9372000-08-30      Joel Sherrill <joel@OARcorp.com>
938
939        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
940        Patches primarily add or16/or32 basic support to newlib and
941        i386 multilib improvements to gcc from Ralf Corsepius.
942
9432000-08-10      Joel Sherrill <joel@OARcorp.com>
944
945        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.