source: rtems/scripts/ChangeLog @ 99f97d3f

Last change on this file since 99f97d3f was 99f97d3f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/03 at 08:56:57

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

  • common/common.add.in: Add %define os_install_post %{nil} to work around rpm-4.2 choking on foreign file types.
  • Property mode set to 100644
File size: 26.9 KB
Line 
12003-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * common/common.add.in: Add %define __os_install_post %{nil} to
4        work around rpm-4.2 choking on foreign file types.
5
62003-04-18      Joel Sherrill <joel@OARcorp.com>
7
8        * ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
9        head.
10
112003-04-18      Joel Sherrill <joel@OARcorp.com>
12
13        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
14        * gcc3newlib/gccnewlib.add: We used .bz2 files.
15
162003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
19        Apply %gcc_version, %newlib_version.
20        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
21        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
22        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
23        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
24        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
25        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_PREREQ(2.57).
34
352003-02-10      Joel Sherrill <joel@OARcorp.com>
36
37        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
38        determine which targets have simulators, configure with appropriate
39        arguments, and package the correct files.
40
412003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
44        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
45        gcj from rpmbuild command line.
46        Copy gsyslimits.h for CDN-X compilation.
47
482003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * README.cdn-X: New.
51        * binutils/binutils.add: Add --build=%_build --host=%_host.
52        * cpukit/.cvsignore: Add *.spec.in.
53        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
54        * gdb/gdb.add: Add --build=%_build --host=%_host.
55        * rtemsdoc/.cvsignore: Add *.spec.in.
56
572003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * gcc3newlib/gccnewlib.add: Remove Buildroot.
60        * common/.cvsignore: New.
61
622003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
65        * binutils/Makefile.am: Fix path to clean.add.
66        * binutils/binutils.add: Remove BuildRoot.
67        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
68        $(top_builddir)/common/clean.add, header.add.
69        Generate rtems-cpukit.spec.in.
70        * cpukit/header.add: New.
71        * cpukit/rtems-cpukit.spec.in: Remove.
72        * cpukit/rtems-cpukit.add: New.
73        * gccnewlib/gccnewlib.add: Remove Buildroot.
74        * gdb/gdb.add: Remove Buildroot.
75        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
76
772003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
80        $(top_builddir)/common/clean.add, header.add.
81        Generate rtemsdoc.spec.in.
82        * rtemsdoc/mkspec.in: Remove exe_ext.
83        * rtemsdoc/rtemsdoc.spec.in: Remove.
84        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
85        $(top_builddir)/common/clean.add, header.add.
86        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
87        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
88        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
89        Remove header, broken cdn-X configuration, %clean.
90        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
91        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
92        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
93        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
94
952003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * gdb/gdb.add: Remove header, broken cdn-X configuration,
98        %clean, Replace @exe_ext@ with %{_exeext}.
99        * gdb/mkspec.in: Remove exe_ext.
100        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
101        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
102        $(top_builddir)/common/clean.add, header.add.
103        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
104        * cpukit/mkspec.in: Remove exe_ext.
105        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
106        $(top_builddir)/common/clean.add, header.add.
107
1082003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
111        %clean, Replace @exe_ext@ with %{_exeext}.
112        * gcc3newlib/mkspec.in: Remove exe_ext.
113        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
114        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
115        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
116        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
117        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
118        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
119        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
120        $(top_builddir)/common/clean.add, header.add.
121
1222003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Remove reference to mkbinutilsspec.
125        * configure.ac: Remove EXEEXT check.
126        Add common/clean.add, common/common.add.
127
1282003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * binutils/binutils.add: Remove header, broken cdn-X configuration,
131        %clean.
132        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
133        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
134
1352003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * gcc3newlib/header.add: New.
138        * gccnewlib/header.add: New.
139        * binutils/header.add: New.
140        * gdb/header.add: New.
141        * rtemsdoc/header.add: New.
142        * rtemsdoc/rtemsdoc.add: New.
143        * common/clean.add.in: New.
144        * common/common.add.in: New.
145
1462003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * binutils/mkspec.in: New.
149        * binutils/.cvsignore: Add mkspec.
150        * mkbinutilspec.in: Remove.
151        * gdb/Makefile.am: Depend on mkspec.
152        * binutils/binutils.add: Add @exe_ext@ to c++filt.
153        Add %_defaultbuildroot.
154        * configure.ac: Reflect changes above.
155        * binutils/Makefile.am: Reflect changes above.
156        * Makefile.am: Remove mkbinutilspec.
157
1582003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * gdb/.cvsignore: Add mkspec.
161
1622003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * ChangeLog: Fix yesterday's entry.
165        * gdb/target-gdb.add: %defattr(-,root,root).
166        Use %{_prefix} instead of /opt/rtems.
167        Misc. minor changes.
168        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
169        Remove stray unpackaged files.
170        Use %{_defaultbuildroot} instead of hard-coded values.
171        configure --disable-nls.
172        Misc. minor changes.
173        Add BuildPreReq: ncurses-devel.
174        * gdb/base-gdb.add: %defattr(-,root,root).
175        Use %{_prefix} instead of /opt/rtems.
176        Misc. minor changes.
177        * gdb/mkspec.in: New.
178        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
179        * gcc3newlib/mkspec.in: Fix usage.
180        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
181        hard-coded values. Update copyright notice.
182        * mkgdbspec.in: Removed.
183        * Makefile.am: Remove mkgdbspec.
184        * configure.ac: Remove mkgdbspec.
185        Add gdb/mkspec.
186
1872003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
190        Add %defattr(-,root,root) to "dir".
191        * gcc3newlib/base-g77.add: %defattr(-,root,root).
192        * gcc3newlib/base-gcc.add %defattr(-,root,root).
193        * gcc3newlib/base-gcj.add %defattr(-,root,root).
194        * gcc3newlib/base-gnat.add %defattr(-,root,root).
195        * gcc3newlib/target-c++.add %defattr(-,root,root).
196        * gcc3newlib/target-g77.add %defattr(-,root,root).
197        * gcc3newlib/target-gcc.add %defattr(-,root,root).
198        * gcc3newlib/target-gcj.add %defattr(-,root,root).
199        * gcc3newlib/target-gnat.add %defattr(-,root,root).
200        * gcc3newlib/target-objc.add %defattr(-,root,root).
201
2022003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * setup.def: binutils_rpm_release=2.
205        * binutils/base-binutils.add: %defattr(-,root,root).
206        * binutils/target-binutils.add: Ditto.
207        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
208
2092003-01-27      Joel Sherrill <joel@OARcorp.com>
210
211        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
212        with a special RTEMS user account.
213
2142003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add rtemsdoc.
217        * Makefile.ac: Add rtemsdoc.
218        * rtemsdoc/README: New.
219        * rtemsdoc/.cvsignore: New.
220
2212003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * rtemsdoc/Makefile.am: New.
224        * rtemsdoc/mkspec.in: New.
225        * rtemsdoc/rtemsdoc.spec.in: New.
226        * rtemsdoc/supplement.add.in: New.
227        * rtemsdoc/templ.add.in: New.
228
2292002-12-16      Joel Sherrill <joel@OARcorp.com>
230
231        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
232        to include m68k crti.o/crtn.o multilib patch.
233
2342002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
237        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
238
2392002-12-06      Joel Sherrill <joel@OARcorp.com>
240
241        * ChangeLog: Removed duplicate entry.
242
2432002-12-06      Joel Sherrill <joel@OARcorp.com>
244
245        * setup.def: Updated patch to fix m68k cut and paste bug which turned
246        a tab into spaces in a Makefile fragment.
247        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
248        must be built with a -G0 option.
249
2502002-12-02      Joel Sherrill <joel@OARcorp.com>
251
252        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
253        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
254
2552002-11-29      Joel Sherrill <joel@OARcorp.com>
256
257        * setup.def: Updated to gcc-3.2.1.
258
2592002-11-28      Joel Sherrill <joel@OARcorp.com>
260
261        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
262        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
263
2642002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * gcc3newlib/gccnewlib.add:
267        Remove *.la's to make rpm-4.1/RH-8.0 happy.
268        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
269        Change gcc/version.c to reflect us having patched gcc.
270
2712002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
274        Disable nls.
275        Apply gzip -9qf to compress *infos and *mans.
276        Apply /sbin/install-info.
277        Remove  *c++-filt.
278        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
279        Apply /sbin/install-info.
280        Package as.info-*.gz.
281        * binutils/target-binutils.add:
282        Package man1/*.1*.
283
2842002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
287
2882002-11-13      Joel Sherrill <joel@OARcorp.com>
289
290        * setup.def: Switched to binutils 2.13.1
291        * binutils/Makefile.am: Remove a29k-rtems.
292
2932002-11-11      Joel Sherrill <joel@OARcorp.com>
294
295        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
296        which were patch changes for -3 and -4 RPM revisions.   Disabled
297        build of gnat for i386-rtems as it failed to build.
298
2992002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
302        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
303        * binutils/binutils.add: Remove %{target} != %{build} comment
304        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
305        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
306        and _target_os)
307        * gcc3newlib/base-gcc.add: Add gccint*infos.
308        * gcc3newlib/base-gcj.add: Add gcj*infos.
309        Mark manpages as %doc and pickup the gzipped versions.
310
3112002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
314        before running configure (Prep. for automake >= 1.7).
315
3162002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * autotools/autoconf-rtems.spec.in: New.
319        Remove Provides: autoconf (Conflicts with RH-8.0).
320        * autotools/autoconf-rtems.spec: Remove.
321        * autotools/automake-rtems.spec.in:
322        Remove Provides: automake (Conflicts with RH-8.0).
323        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
324        * Makefile.am: Ditto.
325        * configure.ac: Add autotools/autoconf-rtems.spec.in.
326
3272002-10-24      Joel Sherrill <joel@OARcorp.com>
328
329        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
330        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
331        currently include the patch referenced in PR8344.
332
3332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Reformat.
336        Add autom4te*cache.
337        Remove autom4te.cache.
338
3392002-09-14      Joel Sherrill <joel@OARcorp.com>
340
341        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
342        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
343
3442002-08-21      Joel Sherrill <joel@OARcorp.com>
345
346        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
347        gcc 3.2 and Ada.
348
3492002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
352        Add %_gnat and --define 'gnat [0|1]' support.
353        Enable gnat for gcc-3.2/Disable for gcc-3.1.
354        Add hacks to build gnatlib.
355        Re-activate commented out fragments for old gcc versions.
356        Add @target_alias@-gnatgcc.
357
3582002-08-15      Joel Sherrill <joel@OARcorp.com>
359
360        * setup.def: New gcc 3.1 RPMs (-7).
361        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
362
3632002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * gcc3newlib/Makefile.am: Remove c_only remnants.
366        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
367        headers into c++ instead of g++.
368        * gcc3newlib/target-c++.add: Ditto.
369
3702002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
373        * gcc3newlib/Makefile.am: Use mkspec for c4x.
374        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
375        Rework handing Ada.
376        Don't put adalib and adainclude into files.gcc.
377        * gcc3newlib/target-gnat.add: Add adalib.
378        Add adainclude.
379
3802002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
383
3842002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * gcc3newlib/.cvsignore: Add mkspec.
387
3882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * mkgcc3newlibspec.in: Remove
391        * gcc3newlib/mkspec.in: New.
392        * configure.ac: Reflect changes above.
393        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
394        Add preliminary gnat support.
395        * gcc3newlib/base-g77.add: Add build_g77.
396        * gcc3newlib/base-gcj.add: Add build_gcj.
397        * gcc3newlib/base-gnat.add: New.
398        * gcc3newlib/target-c++.add: Add build_cxx.
399        * gcc3newlib/target-g77.add: Add build_g77.
400        * gcc3newlib/target-gcj.add: Add build_gcj.
401        * gcc3newlib/target-objc.add: Add build_objc.
402        * gcc3newlib/target-gnat.add: New.
403        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
404
4052002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * setup.def: Increment release for gcc3newlib.
408        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
409
4102002-08-08      Joel Sherrill <joel@OARcorp.com>
411
412        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
413        Updated to binutils 2.13 which has no known issues.
414
4152002-08-06      Joel Sherrill <joel@OARcorp.com>
416
417        * setup.def: Updating gcc3/newlib patches and tool versions.  The
418        focus of this round of patches was ot eliminate header file name
419        conflicts between RTEMS and newlib.
420
4212002-07-30      Joel Sherrill <joel@OARcorp.com>
422
423        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
424        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
425
4262002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * autotools/automake-rtems.spec.in: Automake-1.6.3.
429        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
430
4312002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
434        to generate mk*spec scripts.
435        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
436        for $rpm_build_root.
437        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
438        expression for $rpm_build_root.
439        * cpukit/mkspec.in: Cosmetical changes.
440
4412002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
444        Joel.
445        * cpukit/Makefile.am: New.
446        * cpukit/mkspec.in: New.
447        * cpukit/rtems-cpukit.spec.in: New.
448        * cpukit/.cvsignore: New.
449        * configure.ac: Add cpukit.
450        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
451        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
452        RTEMS_VERSION).
453        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
454        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
455        for $rpm_build_root.
456        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
457        expression for $rpm_build_root.
458        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
459        expression for $rpm_build_root.
460        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
461        $rpm_build_root.
462
4632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * binutils/Makefile.am: Add or32-rtems-binutils.
466
4672002-07-19      Joel Sherrill <joel@OARcorp.com>
468
469        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
470
4712002-07-01      Joel Sherrill <joel@OARcorp.com>
472
473        * setup.def: Update gcc3 RPMs for new patches.
474
4752002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
478
4792002-06-14      Joel Sherrill <joel@OARcorp.com>
480
481        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
482        Updated to gcc 3.1 and gdb 5.2.
483
4842001-05-29      Joel Sherrill <joel@OARcorp.com>
485
486        * setup.def: Updated to binutils 2.12.1.
487        * rtems/Makefile.am: Remove m68k-rtemself references.
488
4892002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * mkgcc3newlibspec.in: Remove SETUP (bogus).
492        * gcc3newlib/target-c++.add: New.
493        * gcc3newlib/Makefile.am: Add target-c++.add.
494        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
495        Reflect having split out c++. Various minor fixes.
496        * gcc3newlib/base-gcc.add: Ditto.
497        * gcc3newlib/gccnewlib.add: Ditto.
498        * gcc3newlib/target-gcc.add: Ditto.
499
5002002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
503        timestamps.
504
5052001-04-16      Joel Sherrill <joel@OARcorp.com>
506
507        * .cvsignore: Added files added by automake 1.6.1.
508        * setup.def: New shot at gcc 3.0.4 RPMs.
509        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
510        Deleted m68k-rtemself.
511        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
512 
5132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
516        Use *.tar.bz2.
517
5182002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * mkbinutilspec.in: Fix PATCH2.
521
5222002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
525
5262002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
529
530
5312002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * mkbinutilspec.in: Add support for empty patch-version (no patch).
534        * mkgcc3newlibspec.in: Ditto.
535        * setup: Fix gcc3*_versions handling.
536        * setup.def: binutils_patch_version=.
537        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
538        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
539        * binutils/target-binutils.add: Comment out c++filt.
540        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
541        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
542        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
543        Comment out gcc-2.95.x hacks.
544        Remove *.la from installed files.
545        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
546
5472001-04-02      Joel Sherrill <joel@OARcorp.com>
548
549        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
550
5512001-03-29      Joel Sherrill <joel@OARcorp.com>
552
553        * .cvsignore: Added mkgcc3newlib.
554
5552001-03-29      Joel Sherrill <joel@OARcorp.com>
556
557        * gcc3newlib/.cvsignore: New file.
558
5592001-03-28      Joel Sherrill <joel@OARcorp.com>
560
561        * Per PR64 added support for gcc 3.x RPMs
562        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
563        * mkgcc3newlibspec.in: New file.
564        * gcc3newlib: New subdirectory.
565        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
566        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
567        README, target-g77.add, target-gcc.add, target-gcj.add,
568        target-objc.add: New files.
569
5702001-03-28      Joel Sherrill <joel@OARcorp.com>
571
572        * binutils/binutils.add: Commented out patch since binutils 2.12
573        does not require one.
574
5752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac:
578        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
579        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
580        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
581        * Makefile.am: Remove AUTOMAKE_OPTIONS.
582        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
583        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
585        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
586
5872002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
588
589        * PR151
590        * autotools/automake-rtems.spec.in: New.
591        * autotools/automake-rtems.spec: Removed.
592        * configure.ac: Reflect changes above.
593
5942001-02-27      Joel Sherrill <joel@OARcorp.com>
595
596        * configure.ac: Be a little more lenient in matching sparc-solaris.
597
5982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
601        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
602        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
603        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
604        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
605        gccnewlib/target-objc.add: Added more support for Canadian Cross
606        building.
607
6082001-01-30      Joel Sherrill <joel@OARcorp.com>
609
610        * buildall.in: Corrected logic for detecting when no RPMs are installed.
611
6122001-01-24      Joel Sherrill <joel@OARcorp.com>
613
614        * README: Added Canadian Cross instructions.
615
6162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
619        * mkbinutilsspec.in: Add propagation of @prefix@.
620        * binutils/base-binutils.add:
621        Let %post and %unpost apply %{_prefix}.
622        Apply %{_prefix} instead of /opt/rtems.
623        * binutils/binutils.add: Update copyright notice.
624        Add _prefix.
625        Apply %{_prefix} instead of /opt/rtems.
626        Remove -a 0 in %setup.
627        Rework hack to SuSE's rpm screwing up %{_target}.
628        Replace ARGS with CONFIGURE_ARGS.
629        * binutils/target-binutils.add:
630        Apply %{_prefix} instead of /opt/rtems.
631
6322002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * binutils/binutils.add: Add initial support for building
635        Canadian cross RPMs.  It should work like this:
636            cd rtems/scripts
637            ./configure --build=`../config.guess` --host=i386-cygwin
638            make install
639            rpm --target=i386-cygwin \
640                /usr/src/redhat/SPECS/<target>-binutils-..spec.
641
642            alien -t /usr/src/redhat/RPMS/....i386.rpm
643        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
644
6452001-01-22      Joel Sherrill <joel@OARcorp.com>
646
647        * buildalltar.in: Modified to support Canadian cross builds.
648        It was testing using a RedHat 7.2 host to build *-rtems tools
649        that run on an i386-cygwin host.
650
6512001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
654
6552001-10-16      Joel Sherrill <joel@OARcorp.com>
656
657        * setup.def: Bumped the gdb_patch_version to account for a configuration
658        problem on psim where it could not be enabled for powerpc-RTEMS.
659        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
660
6612001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
664        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
665        Target_alias.
666        * mkgdbspec.in: Guard sed-pattern against autoconf.
667        * mkbspspec.in: Guard sed-pattern against autoconf.
668        * configure.ac: Rework check for RPM_SPECSdir.
669        * autotools/automake-rtems.spec: Update to automake-1.5.
670
6712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
674        * configure.in: Remove.
675        * configure.ac: New file, generated from configure.in by autoupdate.
676
6772001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
680        Initially setup CLEANFILES using = instead of += to make
681        automake-1.5 happy.
682
6832001-09-13      Joel Sherrill <joel@OARcorp.com>
684
685        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
686        Revert changes because of gcc 2.5.x/3.0 transition and continue
687        to support gcc 2.95.x as primary version.
688
6892001-09-13      Joel Sherrill <joel@OARcorp.com>
690
691        * mkgccnewlibspec.in,
692        Use Target_alias not target_alias to avoid conflicts with new autoconf.
693        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
694        Only sparc and arm built for C/C++ OK. :(
695        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
696        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
697        * target-gcc.add: Modifications to reflect files not in gcc 3.1
698
6992001-09-13      Joel Sherrill <joel@OARcorp.com>
700
701        * autotools/.cvsignore: New file.
702
7032001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
706        autotools/automake-rtems.spec: New.
707        * configure.in, Makefile.am: Add autotools/.
708
7092001-08-30      Joel Sherrill <joel@OARcorp.com>
710
711        * .cvsignore: Add buildalltar.
712
7132001-08-30      Joel Sherrill <joel@OARcorp.com>
714
715        * buildalltar.in: New file.
716        * configure.in, Makefile.am: Modified to reflect addition of file.
717
7182001-08-10      Joel Sherrill <joel@OARcorp.com>
719
720        * mkgdbspec.in: Make list of simulators very complete.
721        * setup.def: Update versions.
722
7232001-07-03      Joel Sherrill <joel@OARcorp.com>
724
725        * setup.def, binutils.add, gccnewlib.add: Updated to build
726        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
727        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
728
7292001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.in: Remove AC_EXEEXT, treat .exe manually.
732        * gccnewlib/base-gcc.add: Remove cpp.
733        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
734        copyright.
735
7362001-04-16      Joel Sherrill <joel@OARcorp.com>
737
738        * setup.def: Modified the binutils version to 2.11 and
739        RPM revision 3 to reflect experimentation with new binutils release.
740
7412001-04-11      Joel Sherrill <joel@OARcorp.com>
742
743        * binutils/Makefile.am: Added a29k-rtems.
744        * binutils/binutils.add: Switch to .bz2 extension to reflect
745        real way code is compressed on distribution sites now.
746
7472001-03-19      Joel Sherrill <joel@OARcorp.com>
748
749        * setup.def: Updated version numbers and patches for binutils
750        and gdb.  binutils was to get correct patch in field.  gdb
751        was to add mipstx39-rtems configurery support.
752
7532001-03-14      Joel Sherrill <joel@OARcorp.com>
754
755        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
756        configuration to gdb since this includes the JMR3904 simulator.
757
7582001-01-03      Joel Sherrill <joel@OARcorp.com>
759
760        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
761        binutils HISTORY to reflect new revision.  Updated gcc to fix
762        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
763
7642000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * gccnewlib/gccnewlib.add: Fix typo in URL.
767
7682000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
771        instead of $target to setup RPM_CPU, move chmod 755 buildall to
772        AC_OUTPUT's extra-cmds.
773       
7742000-10-30      Joel Sherrill <joel@OARcorp.com>
775
776        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
777        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
778        Added mips-rtems, updated to include new patches and
779        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
780
7812000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
784
7852000-10-18      Joel Sherrill <joel@OARcorp.com>
786
787        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
788
7892000-08-30      Joel Sherrill <joel@OARcorp.com>
790
791        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
792        Patches primarily add or16/or32 basic support to newlib and
793        i386 multilib improvements to gcc from Ralf Corsepius.
794
7952000-08-10      Joel Sherrill <joel@OARcorp.com>
796
797        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.