source: rtems/scripts/ChangeLog @ e16f60cd

Last change on this file since e16f60cd was 217019f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/03 at 12:58:24

2003-04-18 Joel Sherrill <joel@…>

  • ChangeLog?, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from head.
  • Property mode set to 100644
File size: 26.7 KB
Line 
12003-04-18      Joel Sherrill <joel@OARcorp.com>
2
3        * ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
4        head.
5
62003-04-18      Joel Sherrill <joel@OARcorp.com>
7
8        * setup.def: Update to gcc3.2.2newlib1.11.0-2.
9        * gcc3newlib/gccnewlib.add: We used .bz2 files.
10
112003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
14        Apply %gcc_version, %newlib_version.
15        * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
16        * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
17        * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
18        * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
19        * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
20        * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302003-02-10      Joel Sherrill <joel@OARcorp.com>
31
32        * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to
33        determine which targets have simulators, configure with appropriate
34        arguments, and package the correct files.
35
362003-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
39        * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
40        gcj from rpmbuild command line.
41        Copy gsyslimits.h for CDN-X compilation.
42
432003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * README.cdn-X: New.
46        * binutils/binutils.add: Add --build=%_build --host=%_host.
47        * cpukit/.cvsignore: Add *.spec.in.
48        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
49        * gdb/gdb.add: Add --build=%_build --host=%_host.
50        * rtemsdoc/.cvsignore: Add *.spec.in.
51
522003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * gcc3newlib/gccnewlib.add: Remove Buildroot.
55        * common/.cvsignore: New.
56
572003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
60        * binutils/Makefile.am: Fix path to clean.add.
61        * binutils/binutils.add: Remove BuildRoot.
62        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
63        $(top_builddir)/common/clean.add, header.add.
64        Generate rtems-cpukit.spec.in.
65        * cpukit/header.add: New.
66        * cpukit/rtems-cpukit.spec.in: Remove.
67        * cpukit/rtems-cpukit.add: New.
68        * gccnewlib/gccnewlib.add: Remove Buildroot.
69        * gdb/gdb.add: Remove Buildroot.
70        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
71
722003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
75        $(top_builddir)/common/clean.add, header.add.
76        Generate rtemsdoc.spec.in.
77        * rtemsdoc/mkspec.in: Remove exe_ext.
78        * rtemsdoc/rtemsdoc.spec.in: Remove.
79        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
80        $(top_builddir)/common/clean.add, header.add.
81        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
82        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
83        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
84        Remove header, broken cdn-X configuration, %clean.
85        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
86        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
87        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
88        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
89
902003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * gdb/gdb.add: Remove header, broken cdn-X configuration,
93        %clean, Replace @exe_ext@ with %{_exeext}.
94        * gdb/mkspec.in: Remove exe_ext.
95        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
96        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
97        $(top_builddir)/common/clean.add, header.add.
98        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
99        * cpukit/mkspec.in: Remove exe_ext.
100        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
101        $(top_builddir)/common/clean.add, header.add.
102
1032003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
106        %clean, Replace @exe_ext@ with %{_exeext}.
107        * gcc3newlib/mkspec.in: Remove exe_ext.
108        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
109        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
110        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
111        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
112        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
113        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
114        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
115        $(top_builddir)/common/clean.add, header.add.
116
1172003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Remove reference to mkbinutilsspec.
120        * configure.ac: Remove EXEEXT check.
121        Add common/clean.add, common/common.add.
122
1232003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * binutils/binutils.add: Remove header, broken cdn-X configuration,
126        %clean.
127        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
128        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
129
1302003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * gcc3newlib/header.add: New.
133        * gccnewlib/header.add: New.
134        * binutils/header.add: New.
135        * gdb/header.add: New.
136        * rtemsdoc/header.add: New.
137        * rtemsdoc/rtemsdoc.add: New.
138        * common/clean.add.in: New.
139        * common/common.add.in: New.
140
1412003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * binutils/mkspec.in: New.
144        * binutils/.cvsignore: Add mkspec.
145        * mkbinutilspec.in: Remove.
146        * gdb/Makefile.am: Depend on mkspec.
147        * binutils/binutils.add: Add @exe_ext@ to c++filt.
148        Add %_defaultbuildroot.
149        * configure.ac: Reflect changes above.
150        * binutils/Makefile.am: Reflect changes above.
151        * Makefile.am: Remove mkbinutilspec.
152
1532003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * gdb/.cvsignore: Add mkspec.
156
1572003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * ChangeLog: Fix yesterday's entry.
160        * gdb/target-gdb.add: %defattr(-,root,root).
161        Use %{_prefix} instead of /opt/rtems.
162        Misc. minor changes.
163        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
164        Remove stray unpackaged files.
165        Use %{_defaultbuildroot} instead of hard-coded values.
166        configure --disable-nls.
167        Misc. minor changes.
168        Add BuildPreReq: ncurses-devel.
169        * gdb/base-gdb.add: %defattr(-,root,root).
170        Use %{_prefix} instead of /opt/rtems.
171        Misc. minor changes.
172        * gdb/mkspec.in: New.
173        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
174        * gcc3newlib/mkspec.in: Fix usage.
175        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
176        hard-coded values. Update copyright notice.
177        * mkgdbspec.in: Removed.
178        * Makefile.am: Remove mkgdbspec.
179        * configure.ac: Remove mkgdbspec.
180        Add gdb/mkspec.
181
1822003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
185        Add %defattr(-,root,root) to "dir".
186        * gcc3newlib/base-g77.add: %defattr(-,root,root).
187        * gcc3newlib/base-gcc.add %defattr(-,root,root).
188        * gcc3newlib/base-gcj.add %defattr(-,root,root).
189        * gcc3newlib/base-gnat.add %defattr(-,root,root).
190        * gcc3newlib/target-c++.add %defattr(-,root,root).
191        * gcc3newlib/target-g77.add %defattr(-,root,root).
192        * gcc3newlib/target-gcc.add %defattr(-,root,root).
193        * gcc3newlib/target-gcj.add %defattr(-,root,root).
194        * gcc3newlib/target-gnat.add %defattr(-,root,root).
195        * gcc3newlib/target-objc.add %defattr(-,root,root).
196
1972003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * setup.def: binutils_rpm_release=2.
200        * binutils/base-binutils.add: %defattr(-,root,root).
201        * binutils/target-binutils.add: Ditto.
202        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
203
2042003-01-27      Joel Sherrill <joel@OARcorp.com>
205
206        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
207        with a special RTEMS user account.
208
2092003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Add rtemsdoc.
212        * Makefile.ac: Add rtemsdoc.
213        * rtemsdoc/README: New.
214        * rtemsdoc/.cvsignore: New.
215
2162003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * rtemsdoc/Makefile.am: New.
219        * rtemsdoc/mkspec.in: New.
220        * rtemsdoc/rtemsdoc.spec.in: New.
221        * rtemsdoc/supplement.add.in: New.
222        * rtemsdoc/templ.add.in: New.
223
2242002-12-16      Joel Sherrill <joel@OARcorp.com>
225
226        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
227        to include m68k crti.o/crtn.o multilib patch.
228
2292002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
232        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
233
2342002-12-06      Joel Sherrill <joel@OARcorp.com>
235
236        * ChangeLog: Removed duplicate entry.
237
2382002-12-06      Joel Sherrill <joel@OARcorp.com>
239
240        * setup.def: Updated patch to fix m68k cut and paste bug which turned
241        a tab into spaces in a Makefile fragment.
242        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
243        must be built with a -G0 option.
244
2452002-12-02      Joel Sherrill <joel@OARcorp.com>
246
247        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
248        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
249
2502002-11-29      Joel Sherrill <joel@OARcorp.com>
251
252        * setup.def: Updated to gcc-3.2.1.
253
2542002-11-28      Joel Sherrill <joel@OARcorp.com>
255
256        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
257        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
258
2592002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * gcc3newlib/gccnewlib.add:
262        Remove *.la's to make rpm-4.1/RH-8.0 happy.
263        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
264        Change gcc/version.c to reflect us having patched gcc.
265
2662002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
269        Disable nls.
270        Apply gzip -9qf to compress *infos and *mans.
271        Apply /sbin/install-info.
272        Remove  *c++-filt.
273        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
274        Apply /sbin/install-info.
275        Package as.info-*.gz.
276        * binutils/target-binutils.add:
277        Package man1/*.1*.
278
2792002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
282
2832002-11-13      Joel Sherrill <joel@OARcorp.com>
284
285        * setup.def: Switched to binutils 2.13.1
286        * binutils/Makefile.am: Remove a29k-rtems.
287
2882002-11-11      Joel Sherrill <joel@OARcorp.com>
289
290        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
291        which were patch changes for -3 and -4 RPM revisions.   Disabled
292        build of gnat for i386-rtems as it failed to build.
293
2942002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
297        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
298        * binutils/binutils.add: Remove %{target} != %{build} comment
299        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
300        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
301        and _target_os)
302        * gcc3newlib/base-gcc.add: Add gccint*infos.
303        * gcc3newlib/base-gcj.add: Add gcj*infos.
304        Mark manpages as %doc and pickup the gzipped versions.
305
3062002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
309        before running configure (Prep. for automake >= 1.7).
310
3112002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * autotools/autoconf-rtems.spec.in: New.
314        Remove Provides: autoconf (Conflicts with RH-8.0).
315        * autotools/autoconf-rtems.spec: Remove.
316        * autotools/automake-rtems.spec.in:
317        Remove Provides: automake (Conflicts with RH-8.0).
318        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
319        * Makefile.am: Ditto.
320        * configure.ac: Add autotools/autoconf-rtems.spec.in.
321
3222002-10-24      Joel Sherrill <joel@OARcorp.com>
323
324        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
325        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
326        currently include the patch referenced in PR8344.
327
3282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Reformat.
331        Add autom4te*cache.
332        Remove autom4te.cache.
333
3342002-09-14      Joel Sherrill <joel@OARcorp.com>
335
336        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
337        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
338
3392002-08-21      Joel Sherrill <joel@OARcorp.com>
340
341        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
342        gcc 3.2 and Ada.
343
3442002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
347        Add %_gnat and --define 'gnat [0|1]' support.
348        Enable gnat for gcc-3.2/Disable for gcc-3.1.
349        Add hacks to build gnatlib.
350        Re-activate commented out fragments for old gcc versions.
351        Add @target_alias@-gnatgcc.
352
3532002-08-15      Joel Sherrill <joel@OARcorp.com>
354
355        * setup.def: New gcc 3.1 RPMs (-7).
356        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
357
3582002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * gcc3newlib/Makefile.am: Remove c_only remnants.
361        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
362        headers into c++ instead of g++.
363        * gcc3newlib/target-c++.add: Ditto.
364
3652002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
368        * gcc3newlib/Makefile.am: Use mkspec for c4x.
369        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
370        Rework handing Ada.
371        Don't put adalib and adainclude into files.gcc.
372        * gcc3newlib/target-gnat.add: Add adalib.
373        Add adainclude.
374
3752002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
378
3792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * gcc3newlib/.cvsignore: Add mkspec.
382
3832002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * mkgcc3newlibspec.in: Remove
386        * gcc3newlib/mkspec.in: New.
387        * configure.ac: Reflect changes above.
388        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
389        Add preliminary gnat support.
390        * gcc3newlib/base-g77.add: Add build_g77.
391        * gcc3newlib/base-gcj.add: Add build_gcj.
392        * gcc3newlib/base-gnat.add: New.
393        * gcc3newlib/target-c++.add: Add build_cxx.
394        * gcc3newlib/target-g77.add: Add build_g77.
395        * gcc3newlib/target-gcj.add: Add build_gcj.
396        * gcc3newlib/target-objc.add: Add build_objc.
397        * gcc3newlib/target-gnat.add: New.
398        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
399
4002002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * setup.def: Increment release for gcc3newlib.
403        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
404
4052002-08-08      Joel Sherrill <joel@OARcorp.com>
406
407        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
408        Updated to binutils 2.13 which has no known issues.
409
4102002-08-06      Joel Sherrill <joel@OARcorp.com>
411
412        * setup.def: Updating gcc3/newlib patches and tool versions.  The
413        focus of this round of patches was ot eliminate header file name
414        conflicts between RTEMS and newlib.
415
4162002-07-30      Joel Sherrill <joel@OARcorp.com>
417
418        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
419        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
420
4212002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * autotools/automake-rtems.spec.in: Automake-1.6.3.
424        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
425
4262002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
429        to generate mk*spec scripts.
430        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
431        for $rpm_build_root.
432        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
433        expression for $rpm_build_root.
434        * cpukit/mkspec.in: Cosmetical changes.
435
4362002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
439        Joel.
440        * cpukit/Makefile.am: New.
441        * cpukit/mkspec.in: New.
442        * cpukit/rtems-cpukit.spec.in: New.
443        * cpukit/.cvsignore: New.
444        * configure.ac: Add cpukit.
445        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
446        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
447        RTEMS_VERSION).
448        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
449        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
450        for $rpm_build_root.
451        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
452        expression for $rpm_build_root.
453        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
454        expression for $rpm_build_root.
455        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
456        $rpm_build_root.
457
4582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * binutils/Makefile.am: Add or32-rtems-binutils.
461
4622002-07-19      Joel Sherrill <joel@OARcorp.com>
463
464        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
465
4662002-07-01      Joel Sherrill <joel@OARcorp.com>
467
468        * setup.def: Update gcc3 RPMs for new patches.
469
4702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
473
4742002-06-14      Joel Sherrill <joel@OARcorp.com>
475
476        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
477        Updated to gcc 3.1 and gdb 5.2.
478
4792001-05-29      Joel Sherrill <joel@OARcorp.com>
480
481        * setup.def: Updated to binutils 2.12.1.
482        * rtems/Makefile.am: Remove m68k-rtemself references.
483
4842002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * mkgcc3newlibspec.in: Remove SETUP (bogus).
487        * gcc3newlib/target-c++.add: New.
488        * gcc3newlib/Makefile.am: Add target-c++.add.
489        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
490        Reflect having split out c++. Various minor fixes.
491        * gcc3newlib/base-gcc.add: Ditto.
492        * gcc3newlib/gccnewlib.add: Ditto.
493        * gcc3newlib/target-gcc.add: Ditto.
494
4952002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
498        timestamps.
499
5002001-04-16      Joel Sherrill <joel@OARcorp.com>
501
502        * .cvsignore: Added files added by automake 1.6.1.
503        * setup.def: New shot at gcc 3.0.4 RPMs.
504        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
505        Deleted m68k-rtemself.
506        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
507 
5082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
511        Use *.tar.bz2.
512
5132002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * mkbinutilspec.in: Fix PATCH2.
516
5172002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
520
5212002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
524
525
5262002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * mkbinutilspec.in: Add support for empty patch-version (no patch).
529        * mkgcc3newlibspec.in: Ditto.
530        * setup: Fix gcc3*_versions handling.
531        * setup.def: binutils_patch_version=.
532        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
533        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
534        * binutils/target-binutils.add: Comment out c++filt.
535        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
536        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
537        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
538        Comment out gcc-2.95.x hacks.
539        Remove *.la from installed files.
540        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
541
5422001-04-02      Joel Sherrill <joel@OARcorp.com>
543
544        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
545
5462001-03-29      Joel Sherrill <joel@OARcorp.com>
547
548        * .cvsignore: Added mkgcc3newlib.
549
5502001-03-29      Joel Sherrill <joel@OARcorp.com>
551
552        * gcc3newlib/.cvsignore: New file.
553
5542001-03-28      Joel Sherrill <joel@OARcorp.com>
555
556        * Per PR64 added support for gcc 3.x RPMs
557        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
558        * mkgcc3newlibspec.in: New file.
559        * gcc3newlib: New subdirectory.
560        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
561        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
562        README, target-g77.add, target-gcc.add, target-gcj.add,
563        target-objc.add: New files.
564
5652001-03-28      Joel Sherrill <joel@OARcorp.com>
566
567        * binutils/binutils.add: Commented out patch since binutils 2.12
568        does not require one.
569
5702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac:
573        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
574        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
575        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
580        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
581
5822002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
583
584        * PR151
585        * autotools/automake-rtems.spec.in: New.
586        * autotools/automake-rtems.spec: Removed.
587        * configure.ac: Reflect changes above.
588
5892001-02-27      Joel Sherrill <joel@OARcorp.com>
590
591        * configure.ac: Be a little more lenient in matching sparc-solaris.
592
5932002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
596        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
597        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
598        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
599        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
600        gccnewlib/target-objc.add: Added more support for Canadian Cross
601        building.
602
6032001-01-30      Joel Sherrill <joel@OARcorp.com>
604
605        * buildall.in: Corrected logic for detecting when no RPMs are installed.
606
6072001-01-24      Joel Sherrill <joel@OARcorp.com>
608
609        * README: Added Canadian Cross instructions.
610
6112002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
614        * mkbinutilsspec.in: Add propagation of @prefix@.
615        * binutils/base-binutils.add:
616        Let %post and %unpost apply %{_prefix}.
617        Apply %{_prefix} instead of /opt/rtems.
618        * binutils/binutils.add: Update copyright notice.
619        Add _prefix.
620        Apply %{_prefix} instead of /opt/rtems.
621        Remove -a 0 in %setup.
622        Rework hack to SuSE's rpm screwing up %{_target}.
623        Replace ARGS with CONFIGURE_ARGS.
624        * binutils/target-binutils.add:
625        Apply %{_prefix} instead of /opt/rtems.
626
6272002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * binutils/binutils.add: Add initial support for building
630        Canadian cross RPMs.  It should work like this:
631            cd rtems/scripts
632            ./configure --build=`../config.guess` --host=i386-cygwin
633            make install
634            rpm --target=i386-cygwin \
635                /usr/src/redhat/SPECS/<target>-binutils-..spec.
636
637            alien -t /usr/src/redhat/RPMS/....i386.rpm
638        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
639
6402001-01-22      Joel Sherrill <joel@OARcorp.com>
641
642        * buildalltar.in: Modified to support Canadian cross builds.
643        It was testing using a RedHat 7.2 host to build *-rtems tools
644        that run on an i386-cygwin host.
645
6462001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
649
6502001-10-16      Joel Sherrill <joel@OARcorp.com>
651
652        * setup.def: Bumped the gdb_patch_version to account for a configuration
653        problem on psim where it could not be enabled for powerpc-RTEMS.
654        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
655
6562001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
659        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
660        Target_alias.
661        * mkgdbspec.in: Guard sed-pattern against autoconf.
662        * mkbspspec.in: Guard sed-pattern against autoconf.
663        * configure.ac: Rework check for RPM_SPECSdir.
664        * autotools/automake-rtems.spec: Update to automake-1.5.
665
6662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
669        * configure.in: Remove.
670        * configure.ac: New file, generated from configure.in by autoupdate.
671
6722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
675        Initially setup CLEANFILES using = instead of += to make
676        automake-1.5 happy.
677
6782001-09-13      Joel Sherrill <joel@OARcorp.com>
679
680        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
681        Revert changes because of gcc 2.5.x/3.0 transition and continue
682        to support gcc 2.95.x as primary version.
683
6842001-09-13      Joel Sherrill <joel@OARcorp.com>
685
686        * mkgccnewlibspec.in,
687        Use Target_alias not target_alias to avoid conflicts with new autoconf.
688        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
689        Only sparc and arm built for C/C++ OK. :(
690        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
691        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
692        * target-gcc.add: Modifications to reflect files not in gcc 3.1
693
6942001-09-13      Joel Sherrill <joel@OARcorp.com>
695
696        * autotools/.cvsignore: New file.
697
6982001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
701        autotools/automake-rtems.spec: New.
702        * configure.in, Makefile.am: Add autotools/.
703
7042001-08-30      Joel Sherrill <joel@OARcorp.com>
705
706        * .cvsignore: Add buildalltar.
707
7082001-08-30      Joel Sherrill <joel@OARcorp.com>
709
710        * buildalltar.in: New file.
711        * configure.in, Makefile.am: Modified to reflect addition of file.
712
7132001-08-10      Joel Sherrill <joel@OARcorp.com>
714
715        * mkgdbspec.in: Make list of simulators very complete.
716        * setup.def: Update versions.
717
7182001-07-03      Joel Sherrill <joel@OARcorp.com>
719
720        * setup.def, binutils.add, gccnewlib.add: Updated to build
721        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
722        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
723
7242001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.in: Remove AC_EXEEXT, treat .exe manually.
727        * gccnewlib/base-gcc.add: Remove cpp.
728        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
729        copyright.
730
7312001-04-16      Joel Sherrill <joel@OARcorp.com>
732
733        * setup.def: Modified the binutils version to 2.11 and
734        RPM revision 3 to reflect experimentation with new binutils release.
735
7362001-04-11      Joel Sherrill <joel@OARcorp.com>
737
738        * binutils/Makefile.am: Added a29k-rtems.
739        * binutils/binutils.add: Switch to .bz2 extension to reflect
740        real way code is compressed on distribution sites now.
741
7422001-03-19      Joel Sherrill <joel@OARcorp.com>
743
744        * setup.def: Updated version numbers and patches for binutils
745        and gdb.  binutils was to get correct patch in field.  gdb
746        was to add mipstx39-rtems configurery support.
747
7482001-03-14      Joel Sherrill <joel@OARcorp.com>
749
750        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
751        configuration to gdb since this includes the JMR3904 simulator.
752
7532001-01-03      Joel Sherrill <joel@OARcorp.com>
754
755        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
756        binutils HISTORY to reflect new revision.  Updated gcc to fix
757        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
758
7592000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * gccnewlib/gccnewlib.add: Fix typo in URL.
762
7632000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
766        instead of $target to setup RPM_CPU, move chmod 755 buildall to
767        AC_OUTPUT's extra-cmds.
768       
7692000-10-30      Joel Sherrill <joel@OARcorp.com>
770
771        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
772        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
773        Added mips-rtems, updated to include new patches and
774        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
775
7762000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
779
7802000-10-18      Joel Sherrill <joel@OARcorp.com>
781
782        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
783
7842000-08-30      Joel Sherrill <joel@OARcorp.com>
785
786        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
787        Patches primarily add or16/or32 basic support to newlib and
788        i386 multilib improvements to gcc from Ralf Corsepius.
789
7902000-08-10      Joel Sherrill <joel@OARcorp.com>
791
792        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.