source: rtems/scripts/ChangeLog @ 94a762cb

4.104.114.84.95
Last change on this file since 94a762cb was 5c47f47, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/22/03 at 10:31:12

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

  • binutils/binutils.add: Preps for 2.14. Use %{binutils_version} instead of @binutils_version@.
  • binutils/base_binutils.add: Preps for 2.14.
  • Property mode set to 100644
File size: 27.4 KB
Line 
12003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * binutils/binutils.add: Preps for 2.14.
4        Use %{binutils_version} instead of @binutils_version@.
5        * binutils/base_binutils.add: Preps for 2.14.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * autotools/automake-rtems.spec.in: Automake-1.7.6.
14
152003-06-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * autotools/automake-rtems.spec.in: Automake-1.7.5.
18
192003-06-02      Joel Sherrill <joel@OARcorp.com>
20
21        * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
22
232003-05-07      Joel Sherrill <joel@OARcorp.com>
24
25        * setup.def: Update to gcc3.2.3newlib1.11.0-1.
26        * gcc3newlib/gccnewlib.add: We used .bz2 files.
27
282003-04-18      Joel Sherrill <joel@OARcorp.com>
29
30        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
31        * gcc3newlib/gccnewlib.add: We used .bz2 files.
32
332003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
36        Apply %gcc_version, %newlib_version.
37        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
38        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
39        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
40        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
41        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
42        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_PREREQ(2.57).
51
522003-02-10      Joel Sherrill <joel@OARcorp.com>
53
54        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
55        determine which targets have simulators, configure with appropriate
56        arguments, and package the correct files.
57
582003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
61        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
62        gcj from rpmbuild command line.
63        Copy gsyslimits.h for CDN-X compilation.
64
652003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * README.cdn-X: New.
68        * binutils/binutils.add: Add --build=%_build --host=%_host.
69        * cpukit/.cvsignore: Add *.spec.in.
70        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
71        * gdb/gdb.add: Add --build=%_build --host=%_host.
72        * rtemsdoc/.cvsignore: Add *.spec.in.
73
742003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * gcc3newlib/gccnewlib.add: Remove Buildroot.
77        * common/.cvsignore: New.
78
792003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
82        * binutils/Makefile.am: Fix path to clean.add.
83        * binutils/binutils.add: Remove BuildRoot.
84        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
85        $(top_builddir)/common/clean.add, header.add.
86        Generate rtems-cpukit.spec.in.
87        * cpukit/header.add: New.
88        * cpukit/rtems-cpukit.spec.in: Remove.
89        * cpukit/rtems-cpukit.add: New.
90        * gccnewlib/gccnewlib.add: Remove Buildroot.
91        * gdb/gdb.add: Remove Buildroot.
92        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
93
942003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
97        $(top_builddir)/common/clean.add, header.add.
98        Generate rtemsdoc.spec.in.
99        * rtemsdoc/mkspec.in: Remove exe_ext.
100        * rtemsdoc/rtemsdoc.spec.in: Remove.
101        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
102        $(top_builddir)/common/clean.add, header.add.
103        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
104        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
105        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
106        Remove header, broken cdn-X configuration, %clean.
107        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
108        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
109        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
110        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
111
1122003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * gdb/gdb.add: Remove header, broken cdn-X configuration,
115        %clean, Replace @exe_ext@ with %{_exeext}.
116        * gdb/mkspec.in: Remove exe_ext.
117        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
118        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
119        $(top_builddir)/common/clean.add, header.add.
120        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
121        * cpukit/mkspec.in: Remove exe_ext.
122        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
123        $(top_builddir)/common/clean.add, header.add.
124
1252003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
128        %clean, Replace @exe_ext@ with %{_exeext}.
129        * gcc3newlib/mkspec.in: Remove exe_ext.
130        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
131        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
132        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
133        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
134        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
135        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
136        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
137        $(top_builddir)/common/clean.add, header.add.
138
1392003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Remove reference to mkbinutilsspec.
142        * configure.ac: Remove EXEEXT check.
143        Add common/clean.add, common/common.add.
144
1452003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * binutils/binutils.add: Remove header, broken cdn-X configuration,
148        %clean.
149        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
150        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
151
1522003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * gcc3newlib/header.add: New.
155        * gccnewlib/header.add: New.
156        * binutils/header.add: New.
157        * gdb/header.add: New.
158        * rtemsdoc/header.add: New.
159        * rtemsdoc/rtemsdoc.add: New.
160        * common/clean.add.in: New.
161        * common/common.add.in: New.
162
1632003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * binutils/mkspec.in: New.
166        * binutils/.cvsignore: Add mkspec.
167        * mkbinutilspec.in: Remove.
168        * gdb/Makefile.am: Depend on mkspec.
169        * binutils/binutils.add: Add @exe_ext@ to c++filt.
170        Add %_defaultbuildroot.
171        * configure.ac: Reflect changes above.
172        * binutils/Makefile.am: Reflect changes above.
173        * Makefile.am: Remove mkbinutilspec.
174
1752003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * gdb/.cvsignore: Add mkspec.
178
1792003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * ChangeLog: Fix yesterday's entry.
182        * gdb/target-gdb.add: %defattr(-,root,root).
183        Use %{_prefix} instead of /opt/rtems.
184        Misc. minor changes.
185        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
186        Remove stray unpackaged files.
187        Use %{_defaultbuildroot} instead of hard-coded values.
188        configure --disable-nls.
189        Misc. minor changes.
190        Add BuildPreReq: ncurses-devel.
191        * gdb/base-gdb.add: %defattr(-,root,root).
192        Use %{_prefix} instead of /opt/rtems.
193        Misc. minor changes.
194        * gdb/mkspec.in: New.
195        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
196        * gcc3newlib/mkspec.in: Fix usage.
197        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
198        hard-coded values. Update copyright notice.
199        * mkgdbspec.in: Removed.
200        * Makefile.am: Remove mkgdbspec.
201        * configure.ac: Remove mkgdbspec.
202        Add gdb/mkspec.
203
2042003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
207        Add %defattr(-,root,root) to "dir".
208        * gcc3newlib/base-g77.add: %defattr(-,root,root).
209        * gcc3newlib/base-gcc.add %defattr(-,root,root).
210        * gcc3newlib/base-gcj.add %defattr(-,root,root).
211        * gcc3newlib/base-gnat.add %defattr(-,root,root).
212        * gcc3newlib/target-c++.add %defattr(-,root,root).
213        * gcc3newlib/target-g77.add %defattr(-,root,root).
214        * gcc3newlib/target-gcc.add %defattr(-,root,root).
215        * gcc3newlib/target-gcj.add %defattr(-,root,root).
216        * gcc3newlib/target-gnat.add %defattr(-,root,root).
217        * gcc3newlib/target-objc.add %defattr(-,root,root).
218
2192003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * setup.def: binutils_rpm_release=2.
222        * binutils/base-binutils.add: %defattr(-,root,root).
223        * binutils/target-binutils.add: Ditto.
224        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
225
2262003-01-27      Joel Sherrill <joel@OARcorp.com>
227
228        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
229        with a special RTEMS user account.
230
2312003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Add rtemsdoc.
234        * Makefile.ac: Add rtemsdoc.
235        * rtemsdoc/README: New.
236        * rtemsdoc/.cvsignore: New.
237
2382003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * rtemsdoc/Makefile.am: New.
241        * rtemsdoc/mkspec.in: New.
242        * rtemsdoc/rtemsdoc.spec.in: New.
243        * rtemsdoc/supplement.add.in: New.
244        * rtemsdoc/templ.add.in: New.
245
2462002-12-16      Joel Sherrill <joel@OARcorp.com>
247
248        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
249        to include m68k crti.o/crtn.o multilib patch.
250
2512002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
254        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
255
2562002-12-06      Joel Sherrill <joel@OARcorp.com>
257
258        * ChangeLog: Removed duplicate entry.
259
2602002-12-06      Joel Sherrill <joel@OARcorp.com>
261
262        * setup.def: Updated patch to fix m68k cut and paste bug which turned
263        a tab into spaces in a Makefile fragment.
264        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
265        must be built with a -G0 option.
266
2672002-12-02      Joel Sherrill <joel@OARcorp.com>
268
269        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
270        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
271
2722002-11-29      Joel Sherrill <joel@OARcorp.com>
273
274        * setup.def: Updated to gcc-3.2.1.
275
2762002-11-28      Joel Sherrill <joel@OARcorp.com>
277
278        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
279        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
280
2812002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * gcc3newlib/gccnewlib.add:
284        Remove *.la's to make rpm-4.1/RH-8.0 happy.
285        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
286        Change gcc/version.c to reflect us having patched gcc.
287
2882002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
291        Disable nls.
292        Apply gzip -9qf to compress *infos and *mans.
293        Apply /sbin/install-info.
294        Remove  *c++-filt.
295        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
296        Apply /sbin/install-info.
297        Package as.info-*.gz.
298        * binutils/target-binutils.add:
299        Package man1/*.1*.
300
3012002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
304
3052002-11-13      Joel Sherrill <joel@OARcorp.com>
306
307        * setup.def: Switched to binutils 2.13.1
308        * binutils/Makefile.am: Remove a29k-rtems.
309
3102002-11-11      Joel Sherrill <joel@OARcorp.com>
311
312        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
313        which were patch changes for -3 and -4 RPM revisions.   Disabled
314        build of gnat for i386-rtems as it failed to build.
315
3162002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
319        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
320        * binutils/binutils.add: Remove %{target} != %{build} comment
321        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
322        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
323        and _target_os)
324        * gcc3newlib/base-gcc.add: Add gccint*infos.
325        * gcc3newlib/base-gcj.add: Add gcj*infos.
326        Mark manpages as %doc and pickup the gzipped versions.
327
3282002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
331        before running configure (Prep. for automake >= 1.7).
332
3332002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * autotools/autoconf-rtems.spec.in: New.
336        Remove Provides: autoconf (Conflicts with RH-8.0).
337        * autotools/autoconf-rtems.spec: Remove.
338        * autotools/automake-rtems.spec.in:
339        Remove Provides: automake (Conflicts with RH-8.0).
340        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
341        * Makefile.am: Ditto.
342        * configure.ac: Add autotools/autoconf-rtems.spec.in.
343
3442002-10-24      Joel Sherrill <joel@OARcorp.com>
345
346        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
347        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
348        currently include the patch referenced in PR8344.
349
3502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * .cvsignore: Reformat.
353        Add autom4te*cache.
354        Remove autom4te.cache.
355
3562002-09-14      Joel Sherrill <joel@OARcorp.com>
357
358        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
359        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
360
3612002-08-21      Joel Sherrill <joel@OARcorp.com>
362
363        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
364        gcc 3.2 and Ada.
365
3662002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
369        Add %_gnat and --define 'gnat [0|1]' support.
370        Enable gnat for gcc-3.2/Disable for gcc-3.1.
371        Add hacks to build gnatlib.
372        Re-activate commented out fragments for old gcc versions.
373        Add @target_alias@-gnatgcc.
374
3752002-08-15      Joel Sherrill <joel@OARcorp.com>
376
377        * setup.def: New gcc 3.1 RPMs (-7).
378        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
379
3802002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * gcc3newlib/Makefile.am: Remove c_only remnants.
383        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
384        headers into c++ instead of g++.
385        * gcc3newlib/target-c++.add: Ditto.
386
3872002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
390        * gcc3newlib/Makefile.am: Use mkspec for c4x.
391        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
392        Rework handing Ada.
393        Don't put adalib and adainclude into files.gcc.
394        * gcc3newlib/target-gnat.add: Add adalib.
395        Add adainclude.
396
3972002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
400
4012002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * gcc3newlib/.cvsignore: Add mkspec.
404
4052002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * mkgcc3newlibspec.in: Remove
408        * gcc3newlib/mkspec.in: New.
409        * configure.ac: Reflect changes above.
410        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
411        Add preliminary gnat support.
412        * gcc3newlib/base-g77.add: Add build_g77.
413        * gcc3newlib/base-gcj.add: Add build_gcj.
414        * gcc3newlib/base-gnat.add: New.
415        * gcc3newlib/target-c++.add: Add build_cxx.
416        * gcc3newlib/target-g77.add: Add build_g77.
417        * gcc3newlib/target-gcj.add: Add build_gcj.
418        * gcc3newlib/target-objc.add: Add build_objc.
419        * gcc3newlib/target-gnat.add: New.
420        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
421
4222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * setup.def: Increment release for gcc3newlib.
425        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
426
4272002-08-08      Joel Sherrill <joel@OARcorp.com>
428
429        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
430        Updated to binutils 2.13 which has no known issues.
431
4322002-08-06      Joel Sherrill <joel@OARcorp.com>
433
434        * setup.def: Updating gcc3/newlib patches and tool versions.  The
435        focus of this round of patches was ot eliminate header file name
436        conflicts between RTEMS and newlib.
437
4382002-07-30      Joel Sherrill <joel@OARcorp.com>
439
440        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
441        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
442
4432002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * autotools/automake-rtems.spec.in: Automake-1.6.3.
446        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
447
4482002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
451        to generate mk*spec scripts.
452        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
453        for $rpm_build_root.
454        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
455        expression for $rpm_build_root.
456        * cpukit/mkspec.in: Cosmetical changes.
457
4582002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
461        Joel.
462        * cpukit/Makefile.am: New.
463        * cpukit/mkspec.in: New.
464        * cpukit/rtems-cpukit.spec.in: New.
465        * cpukit/.cvsignore: New.
466        * configure.ac: Add cpukit.
467        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
468        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
469        RTEMS_VERSION).
470        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
471        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
472        for $rpm_build_root.
473        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
474        expression for $rpm_build_root.
475        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
476        expression for $rpm_build_root.
477        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
478        $rpm_build_root.
479
4802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * binutils/Makefile.am: Add or32-rtems-binutils.
483
4842002-07-19      Joel Sherrill <joel@OARcorp.com>
485
486        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
487
4882002-07-01      Joel Sherrill <joel@OARcorp.com>
489
490        * setup.def: Update gcc3 RPMs for new patches.
491
4922002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
495
4962002-06-14      Joel Sherrill <joel@OARcorp.com>
497
498        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
499        Updated to gcc 3.1 and gdb 5.2.
500
5012001-05-29      Joel Sherrill <joel@OARcorp.com>
502
503        * setup.def: Updated to binutils 2.12.1.
504        * rtems/Makefile.am: Remove m68k-rtemself references.
505
5062002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * mkgcc3newlibspec.in: Remove SETUP (bogus).
509        * gcc3newlib/target-c++.add: New.
510        * gcc3newlib/Makefile.am: Add target-c++.add.
511        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
512        Reflect having split out c++. Various minor fixes.
513        * gcc3newlib/base-gcc.add: Ditto.
514        * gcc3newlib/gccnewlib.add: Ditto.
515        * gcc3newlib/target-gcc.add: Ditto.
516
5172002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
520        timestamps.
521
5222001-04-16      Joel Sherrill <joel@OARcorp.com>
523
524        * .cvsignore: Added files added by automake 1.6.1.
525        * setup.def: New shot at gcc 3.0.4 RPMs.
526        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
527        Deleted m68k-rtemself.
528        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
529 
5302002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
533        Use *.tar.bz2.
534
5352002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * mkbinutilspec.in: Fix PATCH2.
538
5392002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
542
5432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
546
547
5482002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * mkbinutilspec.in: Add support for empty patch-version (no patch).
551        * mkgcc3newlibspec.in: Ditto.
552        * setup: Fix gcc3*_versions handling.
553        * setup.def: binutils_patch_version=.
554        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
555        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
556        * binutils/target-binutils.add: Comment out c++filt.
557        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
558        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
559        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
560        Comment out gcc-2.95.x hacks.
561        Remove *.la from installed files.
562        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
563
5642001-04-02      Joel Sherrill <joel@OARcorp.com>
565
566        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
567
5682001-03-29      Joel Sherrill <joel@OARcorp.com>
569
570        * .cvsignore: Added mkgcc3newlib.
571
5722001-03-29      Joel Sherrill <joel@OARcorp.com>
573
574        * gcc3newlib/.cvsignore: New file.
575
5762001-03-28      Joel Sherrill <joel@OARcorp.com>
577
578        * Per PR64 added support for gcc 3.x RPMs
579        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
580        * mkgcc3newlibspec.in: New file.
581        * gcc3newlib: New subdirectory.
582        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
583        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
584        README, target-g77.add, target-gcc.add, target-gcj.add,
585        target-objc.add: New files.
586
5872001-03-28      Joel Sherrill <joel@OARcorp.com>
588
589        * binutils/binutils.add: Commented out patch since binutils 2.12
590        does not require one.
591
5922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac:
595        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
597        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
603
6042002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
605
606        * PR151
607        * autotools/automake-rtems.spec.in: New.
608        * autotools/automake-rtems.spec: Removed.
609        * configure.ac: Reflect changes above.
610
6112001-02-27      Joel Sherrill <joel@OARcorp.com>
612
613        * configure.ac: Be a little more lenient in matching sparc-solaris.
614
6152002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
618        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
619        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
620        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
621        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
622        gccnewlib/target-objc.add: Added more support for Canadian Cross
623        building.
624
6252001-01-30      Joel Sherrill <joel@OARcorp.com>
626
627        * buildall.in: Corrected logic for detecting when no RPMs are installed.
628
6292001-01-24      Joel Sherrill <joel@OARcorp.com>
630
631        * README: Added Canadian Cross instructions.
632
6332002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
636        * mkbinutilsspec.in: Add propagation of @prefix@.
637        * binutils/base-binutils.add:
638        Let %post and %unpost apply %{_prefix}.
639        Apply %{_prefix} instead of /opt/rtems.
640        * binutils/binutils.add: Update copyright notice.
641        Add _prefix.
642        Apply %{_prefix} instead of /opt/rtems.
643        Remove -a 0 in %setup.
644        Rework hack to SuSE's rpm screwing up %{_target}.
645        Replace ARGS with CONFIGURE_ARGS.
646        * binutils/target-binutils.add:
647        Apply %{_prefix} instead of /opt/rtems.
648
6492002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * binutils/binutils.add: Add initial support for building
652        Canadian cross RPMs.  It should work like this:
653            cd rtems/scripts
654            ./configure --build=`../config.guess` --host=i386-cygwin
655            make install
656            rpm --target=i386-cygwin \
657                /usr/src/redhat/SPECS/<target>-binutils-..spec.
658
659            alien -t /usr/src/redhat/RPMS/....i386.rpm
660        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
661
6622001-01-22      Joel Sherrill <joel@OARcorp.com>
663
664        * buildalltar.in: Modified to support Canadian cross builds.
665        It was testing using a RedHat 7.2 host to build *-rtems tools
666        that run on an i386-cygwin host.
667
6682001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
671
6722001-10-16      Joel Sherrill <joel@OARcorp.com>
673
674        * setup.def: Bumped the gdb_patch_version to account for a configuration
675        problem on psim where it could not be enabled for powerpc-RTEMS.
676        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
677
6782001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
681        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
682        Target_alias.
683        * mkgdbspec.in: Guard sed-pattern against autoconf.
684        * mkbspspec.in: Guard sed-pattern against autoconf.
685        * configure.ac: Rework check for RPM_SPECSdir.
686        * autotools/automake-rtems.spec: Update to automake-1.5.
687
6882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
691        * configure.in: Remove.
692        * configure.ac: New file, generated from configure.in by autoupdate.
693
6942001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
697        Initially setup CLEANFILES using = instead of += to make
698        automake-1.5 happy.
699
7002001-09-13      Joel Sherrill <joel@OARcorp.com>
701
702        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
703        Revert changes because of gcc 2.5.x/3.0 transition and continue
704        to support gcc 2.95.x as primary version.
705
7062001-09-13      Joel Sherrill <joel@OARcorp.com>
707
708        * mkgccnewlibspec.in,
709        Use Target_alias not target_alias to avoid conflicts with new autoconf.
710        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
711        Only sparc and arm built for C/C++ OK. :(
712        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
713        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
714        * target-gcc.add: Modifications to reflect files not in gcc 3.1
715
7162001-09-13      Joel Sherrill <joel@OARcorp.com>
717
718        * autotools/.cvsignore: New file.
719
7202001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
723        autotools/automake-rtems.spec: New.
724        * configure.in, Makefile.am: Add autotools/.
725
7262001-08-30      Joel Sherrill <joel@OARcorp.com>
727
728        * .cvsignore: Add buildalltar.
729
7302001-08-30      Joel Sherrill <joel@OARcorp.com>
731
732        * buildalltar.in: New file.
733        * configure.in, Makefile.am: Modified to reflect addition of file.
734
7352001-08-10      Joel Sherrill <joel@OARcorp.com>
736
737        * mkgdbspec.in: Make list of simulators very complete.
738        * setup.def: Update versions.
739
7402001-07-03      Joel Sherrill <joel@OARcorp.com>
741
742        * setup.def, binutils.add, gccnewlib.add: Updated to build
743        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
744        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
745
7462001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.in: Remove AC_EXEEXT, treat .exe manually.
749        * gccnewlib/base-gcc.add: Remove cpp.
750        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
751        copyright.
752
7532001-04-16      Joel Sherrill <joel@OARcorp.com>
754
755        * setup.def: Modified the binutils version to 2.11 and
756        RPM revision 3 to reflect experimentation with new binutils release.
757
7582001-04-11      Joel Sherrill <joel@OARcorp.com>
759
760        * binutils/Makefile.am: Added a29k-rtems.
761        * binutils/binutils.add: Switch to .bz2 extension to reflect
762        real way code is compressed on distribution sites now.
763
7642001-03-19      Joel Sherrill <joel@OARcorp.com>
765
766        * setup.def: Updated version numbers and patches for binutils
767        and gdb.  binutils was to get correct patch in field.  gdb
768        was to add mipstx39-rtems configurery support.
769
7702001-03-14      Joel Sherrill <joel@OARcorp.com>
771
772        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
773        configuration to gdb since this includes the JMR3904 simulator.
774
7752001-01-03      Joel Sherrill <joel@OARcorp.com>
776
777        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
778        binutils HISTORY to reflect new revision.  Updated gcc to fix
779        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
780
7812000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * gccnewlib/gccnewlib.add: Fix typo in URL.
784
7852000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
788        instead of $target to setup RPM_CPU, move chmod 755 buildall to
789        AC_OUTPUT's extra-cmds.
790       
7912000-10-30      Joel Sherrill <joel@OARcorp.com>
792
793        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
794        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
795        Added mips-rtems, updated to include new patches and
796        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
797
7982000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
801
8022000-10-18      Joel Sherrill <joel@OARcorp.com>
803
804        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
805
8062000-08-30      Joel Sherrill <joel@OARcorp.com>
807
808        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
809        Patches primarily add or16/or32 basic support to newlib and
810        i386 multilib improvements to gcc from Ralf Corsepius.
811
8122000-08-10      Joel Sherrill <joel@OARcorp.com>
813
814        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.