source: rtems/scripts/ChangeLog @ 2dae735f

4.104.114.84.95
Last change on this file since 2dae735f was 2dae735f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/26/03 at 08:13:55

2003-01-26 Ralf Corsepius <corsepiu@…>

  • rtemsdoc/Makefile.am: New.
  • rtemsdoc/mkspec.in: New.
  • rtemsdoc/rtemsdoc.spec.in: New.
  • rtemsdoc/supplement.add.in: New.
  • rtemsdoc/templ.add.in: New.
  • Property mode set to 100644
File size: 18.9 KB
Line 
12003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtemsdoc/Makefile.am: New.
4        * rtemsdoc/mkspec.in: New.
5        * rtemsdoc/rtemsdoc.spec.in: New.
6        * rtemsdoc/supplement.add.in: New.
7        * rtemsdoc/templ.add.in: New.
8
92002-12-16      Joel Sherrill <joel@OARcorp.com>
10
11        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
12        to include m68k crti.o/crtn.o multilib patch.
13
142002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
17        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
18
192002-12-06      Joel Sherrill <joel@OARcorp.com>
20
21        * ChangeLog: Removed duplicate entry.
22
232002-12-06      Joel Sherrill <joel@OARcorp.com>
24
25        * setup.def: Updated patch to fix m68k cut and paste bug which turned
26        a tab into spaces in a Makefile fragment.
27        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
28        must be built with a -G0 option.
29
302002-12-02      Joel Sherrill <joel@OARcorp.com>
31
32        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
33        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
34
352002-11-29      Joel Sherrill <joel@OARcorp.com>
36
37        * setup.def: Updated to gcc-3.2.1.
38
392002-11-28      Joel Sherrill <joel@OARcorp.com>
40
41        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
42        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
43
442002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * gcc3newlib/gccnewlib.add:
47        Remove *.la's to make rpm-4.1/RH-8.0 happy.
48        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
49        Change gcc/version.c to reflect us having patched gcc.
50
512002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
54        Disable nls.
55        Apply gzip -9qf to compress *infos and *mans.
56        Apply /sbin/install-info.
57        Remove  *c++-filt.
58        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
59        Apply /sbin/install-info.
60        Package as.info-*.gz.
61        * binutils/target-binutils.add:
62        Package man1/*.1*.
63
642002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
67
682002-11-13      Joel Sherrill <joel@OARcorp.com>
69
70        * setup.def: Switched to binutils 2.13.1
71        * binutils/Makefile.am: Remove a29k-rtems.
72
732002-11-11      Joel Sherrill <joel@OARcorp.com>
74
75        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
76        which were patch changes for -3 and -4 RPM revisions.   Disabled
77        build of gnat for i386-rtems as it failed to build.
78
792002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
82        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
83        * binutils/binutils.add: Remove %{target} != %{build} comment
84        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
85        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
86        and _target_os)
87        * gcc3newlib/base-gcc.add: Add gccint*infos.
88        * gcc3newlib/base-gcj.add: Add gcj*infos.
89        Mark manpages as %doc and pickup the gzipped versions.
90
912002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
94        before running configure (Prep. for automake >= 1.7).
95
962002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * autotools/autoconf-rtems.spec.in: New.
99        Remove Provides: autoconf (Conflicts with RH-8.0).
100        * autotools/autoconf-rtems.spec: Remove.
101        * autotools/automake-rtems.spec.in:
102        Remove Provides: automake (Conflicts with RH-8.0).
103        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
104        * Makefile.am: Ditto.
105        * configure.ac: Add autotools/autoconf-rtems.spec.in.
106
1072002-10-24      Joel Sherrill <joel@OARcorp.com>
108
109        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
110        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
111        currently include the patch referenced in PR8344.
112
1132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Reformat.
116        Add autom4te*cache.
117        Remove autom4te.cache.
118
1192002-09-14      Joel Sherrill <joel@OARcorp.com>
120
121        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
122        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
123
1242002-08-21      Joel Sherrill <joel@OARcorp.com>
125
126        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
127        gcc 3.2 and Ada.
128
1292002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
132        Add %_gnat and --define 'gnat [0|1]' support.
133        Enable gnat for gcc-3.2/Disable for gcc-3.1.
134        Add hacks to build gnatlib.
135        Re-activate commented out fragments for old gcc versions.
136        Add @target_alias@-gnatgcc.
137
1382002-08-15      Joel Sherrill <joel@OARcorp.com>
139
140        * setup.def: New gcc 3.1 RPMs (-7).
141        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
142
1432002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * gcc3newlib/Makefile.am: Remove c_only remnants.
146        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
147        headers into c++ instead of g++.
148        * gcc3newlib/target-c++.add: Ditto.
149
1502002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
153        * gcc3newlib/Makefile.am: Use mkspec for c4x.
154        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
155        Rework handing Ada.
156        Don't put adalib and adainclude into files.gcc.
157        * gcc3newlib/target-gnat.add: Add adalib.
158        Add adainclude.
159
1602002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
163
1642002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * gcc3newlib/.cvsignore: Add mkspec.
167
1682002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * mkgcc3newlibspec.in: Remove
171        * gcc3newlib/mkspec.in: New.
172        * configure.ac: Reflect changes above.
173        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
174        Add preliminary gnat support.
175        * gcc3newlib/base-g77.add: Add build_g77.
176        * gcc3newlib/base-gcj.add: Add build_gcj.
177        * gcc3newlib/base-gnat.add: New.
178        * gcc3newlib/target-c++.add: Add build_cxx.
179        * gcc3newlib/target-g77.add: Add build_g77.
180        * gcc3newlib/target-gcj.add: Add build_gcj.
181        * gcc3newlib/target-objc.add: Add build_objc.
182        * gcc3newlib/target-gnat.add: New.
183        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
184
1852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * setup.def: Increment release for gcc3newlib.
188        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
189
1902002-08-08      Joel Sherrill <joel@OARcorp.com>
191
192        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
193        Updated to binutils 2.13 which has no known issues.
194
1952002-08-06      Joel Sherrill <joel@OARcorp.com>
196
197        * setup.def: Updating gcc3/newlib patches and tool versions.  The
198        focus of this round of patches was ot eliminate header file name
199        conflicts between RTEMS and newlib.
200
2012002-07-30      Joel Sherrill <joel@OARcorp.com>
202
203        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
204        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
205
2062002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * autotools/automake-rtems.spec.in: Automake-1.6.3.
209        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
210
2112002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
214        to generate mk*spec scripts.
215        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
216        for $rpm_build_root.
217        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
218        expression for $rpm_build_root.
219        * cpukit/mkspec.in: Cosmetical changes.
220
2212002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
224        Joel.
225        * cpukit/Makefile.am: New.
226        * cpukit/mkspec.in: New.
227        * cpukit/rtems-cpukit.spec.in: New.
228        * cpukit/.cvsignore: New.
229        * configure.ac: Add cpukit.
230        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
231        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
232        RTEMS_VERSION).
233        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
234        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
235        for $rpm_build_root.
236        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
237        expression for $rpm_build_root.
238        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
239        expression for $rpm_build_root.
240        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
241        $rpm_build_root.
242
2432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * binutils/Makefile.am: Add or32-rtems-binutils.
246
2472002-07-19      Joel Sherrill <joel@OARcorp.com>
248
249        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
250
2512002-07-01      Joel Sherrill <joel@OARcorp.com>
252
253        * setup.def: Update gcc3 RPMs for new patches.
254
2552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
258
2592002-06-14      Joel Sherrill <joel@OARcorp.com>
260
261        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
262        Updated to gcc 3.1 and gdb 5.2.
263
2642001-05-29      Joel Sherrill <joel@OARcorp.com>
265
266        * setup.def: Updated to binutils 2.12.1.
267        * rtems/Makefile.am: Remove m68k-rtemself references.
268
2692002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * mkgcc3newlibspec.in: Remove SETUP (bogus).
272        * gcc3newlib/target-c++.add: New.
273        * gcc3newlib/Makefile.am: Add target-c++.add.
274        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
275        Reflect having split out c++. Various minor fixes.
276        * gcc3newlib/base-gcc.add: Ditto.
277        * gcc3newlib/gccnewlib.add: Ditto.
278        * gcc3newlib/target-gcc.add: Ditto.
279
2802002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
283        timestamps.
284
2852001-04-16      Joel Sherrill <joel@OARcorp.com>
286
287        * .cvsignore: Added files added by automake 1.6.1.
288        * setup.def: New shot at gcc 3.0.4 RPMs.
289        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
290        Deleted m68k-rtemself.
291        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
292 
2932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
296        Use *.tar.bz2.
297
2982002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * mkbinutilspec.in: Fix PATCH2.
301
3022002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
305
3062002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
309
310
3112002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * mkbinutilspec.in: Add support for empty patch-version (no patch).
314        * mkgcc3newlibspec.in: Ditto.
315        * setup: Fix gcc3*_versions handling.
316        * setup.def: binutils_patch_version=.
317        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
318        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
319        * binutils/target-binutils.add: Comment out c++filt.
320        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
321        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
322        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
323        Comment out gcc-2.95.x hacks.
324        Remove *.la from installed files.
325        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
326
3272001-04-02      Joel Sherrill <joel@OARcorp.com>
328
329        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
330
3312001-03-29      Joel Sherrill <joel@OARcorp.com>
332
333        * .cvsignore: Added mkgcc3newlib.
334
3352001-03-29      Joel Sherrill <joel@OARcorp.com>
336
337        * gcc3newlib/.cvsignore: New file.
338
3392001-03-28      Joel Sherrill <joel@OARcorp.com>
340
341        * Per PR64 added support for gcc 3.x RPMs
342        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
343        * mkgcc3newlibspec.in: New file.
344        * gcc3newlib: New subdirectory.
345        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
346        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
347        README, target-g77.add, target-gcc.add, target-gcj.add,
348        target-objc.add: New files.
349
3502001-03-28      Joel Sherrill <joel@OARcorp.com>
351
352        * binutils/binutils.add: Commented out patch since binutils 2.12
353        does not require one.
354
3552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac:
358        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
359        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
360        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
366
3672002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
368
369        * PR151
370        * autotools/automake-rtems.spec.in: New.
371        * autotools/automake-rtems.spec: Removed.
372        * configure.ac: Reflect changes above.
373
3742001-02-27      Joel Sherrill <joel@OARcorp.com>
375
376        * configure.ac: Be a little more lenient in matching sparc-solaris.
377
3782002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
381        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
382        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
383        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
384        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
385        gccnewlib/target-objc.add: Added more support for Canadian Cross
386        building.
387
3882001-01-30      Joel Sherrill <joel@OARcorp.com>
389
390        * buildall.in: Corrected logic for detecting when no RPMs are installed.
391
3922001-01-24      Joel Sherrill <joel@OARcorp.com>
393
394        * README: Added Canadian Cross instructions.
395
3962002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
399        * mkbinutilsspec.in: Add propagation of @prefix@.
400        * binutils/base-binutils.add:
401        Let %post and %unpost apply %{_prefix}.
402        Apply %{_prefix} instead of /opt/rtems.
403        * binutils/binutils.add: Update copyright notice.
404        Add _prefix.
405        Apply %{_prefix} instead of /opt/rtems.
406        Remove -a 0 in %setup.
407        Rework hack to SuSE's rpm screwing up %{_target}.
408        Replace ARGS with CONFIGURE_ARGS.
409        * binutils/target-binutils.add:
410        Apply %{_prefix} instead of /opt/rtems.
411
4122002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * binutils/binutils.add: Add initial support for building
415        Canadian cross RPMs.  It should work like this:
416            cd rtems/scripts
417            ./configure --build=`../config.guess` --host=i386-cygwin
418            make install
419            rpm --target=i386-cygwin \
420                /usr/src/redhat/SPECS/<target>-binutils-..spec.
421
422            alien -t /usr/src/redhat/RPMS/....i386.rpm
423        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
424
4252001-01-22      Joel Sherrill <joel@OARcorp.com>
426
427        * buildalltar.in: Modified to support Canadian cross builds.
428        It was testing using a RedHat 7.2 host to build *-rtems tools
429        that run on an i386-cygwin host.
430
4312001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
434
4352001-10-16      Joel Sherrill <joel@OARcorp.com>
436
437        * setup.def: Bumped the gdb_patch_version to account for a configuration
438        problem on psim where it could not be enabled for powerpc-RTEMS.
439        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
440
4412001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
444        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
445        Target_alias.
446        * mkgdbspec.in: Guard sed-pattern against autoconf.
447        * mkbspspec.in: Guard sed-pattern against autoconf.
448        * configure.ac: Rework check for RPM_SPECSdir.
449        * autotools/automake-rtems.spec: Update to automake-1.5.
450
4512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
454        * configure.in: Remove.
455        * configure.ac: New file, generated from configure.in by autoupdate.
456
4572001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
460        Initially setup CLEANFILES using = instead of += to make
461        automake-1.5 happy.
462
4632001-09-13      Joel Sherrill <joel@OARcorp.com>
464
465        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
466        Revert changes because of gcc 2.5.x/3.0 transition and continue
467        to support gcc 2.95.x as primary version.
468
4692001-09-13      Joel Sherrill <joel@OARcorp.com>
470
471        * mkgccnewlibspec.in,
472        Use Target_alias not target_alias to avoid conflicts with new autoconf.
473        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
474        Only sparc and arm built for C/C++ OK. :(
475        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
476        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
477        * target-gcc.add: Modifications to reflect files not in gcc 3.1
478
4792001-09-13      Joel Sherrill <joel@OARcorp.com>
480
481        * autotools/.cvsignore: New file.
482
4832001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
486        autotools/automake-rtems.spec: New.
487        * configure.in, Makefile.am: Add autotools/.
488
4892001-08-30      Joel Sherrill <joel@OARcorp.com>
490
491        * .cvsignore: Add buildalltar.
492
4932001-08-30      Joel Sherrill <joel@OARcorp.com>
494
495        * buildalltar.in: New file.
496        * configure.in, Makefile.am: Modified to reflect addition of file.
497
4982001-08-10      Joel Sherrill <joel@OARcorp.com>
499
500        * mkgdbspec.in: Make list of simulators very complete.
501        * setup.def: Update versions.
502
5032001-07-03      Joel Sherrill <joel@OARcorp.com>
504
505        * setup.def, binutils.add, gccnewlib.add: Updated to build
506        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
507        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
508
5092001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.in: Remove AC_EXEEXT, treat .exe manually.
512        * gccnewlib/base-gcc.add: Remove cpp.
513        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
514        copyright.
515
5162001-04-16      Joel Sherrill <joel@OARcorp.com>
517
518        * setup.def: Modified the binutils version to 2.11 and
519        RPM revision 3 to reflect experimentation with new binutils release.
520
5212001-04-11      Joel Sherrill <joel@OARcorp.com>
522
523        * binutils/Makefile.am: Added a29k-rtems.
524        * binutils/binutils.add: Switch to .bz2 extension to reflect
525        real way code is compressed on distribution sites now.
526
5272001-03-19      Joel Sherrill <joel@OARcorp.com>
528
529        * setup.def: Updated version numbers and patches for binutils
530        and gdb.  binutils was to get correct patch in field.  gdb
531        was to add mipstx39-rtems configurery support.
532
5332001-03-14      Joel Sherrill <joel@OARcorp.com>
534
535        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
536        configuration to gdb since this includes the JMR3904 simulator.
537
5382001-01-03      Joel Sherrill <joel@OARcorp.com>
539
540        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
541        binutils HISTORY to reflect new revision.  Updated gcc to fix
542        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
543
5442000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * gccnewlib/gccnewlib.add: Fix typo in URL.
547
5482000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
551        instead of $target to setup RPM_CPU, move chmod 755 buildall to
552        AC_OUTPUT's extra-cmds.
553       
5542000-10-30      Joel Sherrill <joel@OARcorp.com>
555
556        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
557        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
558        Added mips-rtems, updated to include new patches and
559        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
560
5612000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
564
5652000-10-18      Joel Sherrill <joel@OARcorp.com>
566
567        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
568
5692000-08-30      Joel Sherrill <joel@OARcorp.com>
570
571        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
572        Patches primarily add or16/or32 basic support to newlib and
573        i386 multilib improvements to gcc from Ralf Corsepius.
574
5752000-08-10      Joel Sherrill <joel@OARcorp.com>
576
577        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.