source: rtems/scripts/ChangeLog @ 7da8c10

4.104.114.84.95
Last change on this file since 7da8c10 was 7da8c10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 16:02:21

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

  • README.cdn-X: New.
  • binutils/binutils.add: Add --build=%_build --host=%_host.
  • cpukit/.cvsignore: Add *.spec.in.
  • gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
  • gdb/gdb.add: Add --build=%_build --host=%_host.
  • rtemsdoc/.cvsignore: Add *.spec.in.
  • Property mode set to 100644
File size: 25.3 KB
Line 
12003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * README.cdn-X: New.
4        * binutils/binutils.add: Add --build=%_build --host=%_host.
5        * cpukit/.cvsignore: Add *.spec.in.
6        * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host.
7        * gdb/gdb.add: Add --build=%_build --host=%_host.
8        * rtemsdoc/.cvsignore: Add *.spec.in.
9
102003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * gcc3newlib/gccnewlib.add: Remove Buildroot.
13        * common/.cvsignore: New.
14
152003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * common/common.add.in: Add Vendor, Distribution, BuildRoot.
18        * binutils/Makefile.am: Fix path to clean.add.
19        * binutils/binutils.add: Remove BuildRoot.
20        * cpukit/Makefile.am:  Use $(top_builddir)/common/common.add,
21        $(top_builddir)/common/clean.add, header.add.
22        Generate rtems-cpukit.spec.in.
23        * cpukit/header.add: New.
24        * cpukit/rtems-cpukit.spec.in: Remove.
25        * cpukit/rtems-cpukit.add: New.
26        * gccnewlib/gccnewlib.add: Remove Buildroot.
27        * gdb/gdb.add: Remove Buildroot.
28        * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
29
302003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
33        $(top_builddir)/common/clean.add, header.add.
34        Generate rtemsdoc.spec.in.
35        * rtemsdoc/mkspec.in: Remove exe_ext.
36        * rtemsdoc/rtemsdoc.spec.in: Remove.
37        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
38        $(top_builddir)/common/clean.add, header.add.
39        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
40        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
41        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
42        Remove header, broken cdn-X configuration, %clean.
43        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
44        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
45        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
46        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
47
482003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * gdb/gdb.add: Remove header, broken cdn-X configuration,
51        %clean, Replace @exe_ext@ with %{_exeext}.
52        * gdb/mkspec.in: Remove exe_ext.
53        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
54        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
55        $(top_builddir)/common/clean.add, header.add.
56        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
57        * cpukit/mkspec.in: Remove exe_ext.
58        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
59        $(top_builddir)/common/clean.add, header.add.
60
612003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
64        %clean, Replace @exe_ext@ with %{_exeext}.
65        * gcc3newlib/mkspec.in: Remove exe_ext.
66        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
67        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
68        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
69        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
70        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
71        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
72        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
73        $(top_builddir)/common/clean.add, header.add.
74
752003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Remove reference to mkbinutilsspec.
78        * configure.ac: Remove EXEEXT check.
79        Add common/clean.add, common/common.add.
80
812003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * binutils/binutils.add: Remove header, broken cdn-X configuration,
84        %clean.
85        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
86        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
87
882003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * gcc3newlib/header.add: New.
91        * gccnewlib/header.add: New.
92        * binutils/header.add: New.
93        * gdb/header.add: New.
94        * rtemsdoc/header.add: New.
95        * rtemsdoc/rtemsdoc.add: New.
96        * common/clean.add.in: New.
97        * common/common.add.in: New.
98
992003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * binutils/mkspec.in: New.
102        * binutils/.cvsignore: Add mkspec.
103        * mkbinutilspec.in: Remove.
104        * gdb/Makefile.am: Depend on mkspec.
105        * binutils/binutils.add: Add @exe_ext@ to c++filt.
106        Add %_defaultbuildroot.
107        * configure.ac: Reflect changes above.
108        * binutils/Makefile.am: Reflect changes above.
109        * Makefile.am: Remove mkbinutilspec.
110
1112003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * gdb/.cvsignore: Add mkspec.
114
1152003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * ChangeLog: Fix yesterday's entry.
118        * gdb/target-gdb.add: %defattr(-,root,root).
119        Use %{_prefix} instead of /opt/rtems.
120        Misc. minor changes.
121        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
122        Remove stray unpackaged files.
123        Use %{_defaultbuildroot} instead of hard-coded values.
124        configure --disable-nls.
125        Misc. minor changes.
126        Add BuildPreReq: ncurses-devel.
127        * gdb/base-gdb.add: %defattr(-,root,root).
128        Use %{_prefix} instead of /opt/rtems.
129        Misc. minor changes.
130        * gdb/mkspec.in: New.
131        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
132        * gcc3newlib/mkspec.in: Fix usage.
133        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
134        hard-coded values. Update copyright notice.
135        * mkgdbspec.in: Removed.
136        * Makefile.am: Remove mkgdbspec.
137        * configure.ac: Remove mkgdbspec.
138        Add gdb/mkspec.
139
1402003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
143        Add %defattr(-,root,root) to "dir".
144        * gcc3newlib/base-g77.add: %defattr(-,root,root).
145        * gcc3newlib/base-gcc.add %defattr(-,root,root).
146        * gcc3newlib/base-gcj.add %defattr(-,root,root).
147        * gcc3newlib/base-gnat.add %defattr(-,root,root).
148        * gcc3newlib/target-c++.add %defattr(-,root,root).
149        * gcc3newlib/target-g77.add %defattr(-,root,root).
150        * gcc3newlib/target-gcc.add %defattr(-,root,root).
151        * gcc3newlib/target-gcj.add %defattr(-,root,root).
152        * gcc3newlib/target-gnat.add %defattr(-,root,root).
153        * gcc3newlib/target-objc.add %defattr(-,root,root).
154
1552003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * setup.def: binutils_rpm_release=2.
158        * binutils/base-binutils.add: %defattr(-,root,root).
159        * binutils/target-binutils.add: Ditto.
160        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
161
1622003-01-27      Joel Sherrill <joel@OARcorp.com>
163
164        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
165        with a special RTEMS user account.
166
1672003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Add rtemsdoc.
170        * Makefile.ac: Add rtemsdoc.
171        * rtemsdoc/README: New.
172        * rtemsdoc/.cvsignore: New.
173
1742003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * rtemsdoc/Makefile.am: New.
177        * rtemsdoc/mkspec.in: New.
178        * rtemsdoc/rtemsdoc.spec.in: New.
179        * rtemsdoc/supplement.add.in: New.
180        * rtemsdoc/templ.add.in: New.
181
1822002-12-16      Joel Sherrill <joel@OARcorp.com>
183
184        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
185        to include m68k crti.o/crtn.o multilib patch.
186
1872002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
190        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
191
1922002-12-06      Joel Sherrill <joel@OARcorp.com>
193
194        * ChangeLog: Removed duplicate entry.
195
1962002-12-06      Joel Sherrill <joel@OARcorp.com>
197
198        * setup.def: Updated patch to fix m68k cut and paste bug which turned
199        a tab into spaces in a Makefile fragment.
200        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
201        must be built with a -G0 option.
202
2032002-12-02      Joel Sherrill <joel@OARcorp.com>
204
205        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
206        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
207
2082002-11-29      Joel Sherrill <joel@OARcorp.com>
209
210        * setup.def: Updated to gcc-3.2.1.
211
2122002-11-28      Joel Sherrill <joel@OARcorp.com>
213
214        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
215        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
216
2172002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * gcc3newlib/gccnewlib.add:
220        Remove *.la's to make rpm-4.1/RH-8.0 happy.
221        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
222        Change gcc/version.c to reflect us having patched gcc.
223
2242002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
227        Disable nls.
228        Apply gzip -9qf to compress *infos and *mans.
229        Apply /sbin/install-info.
230        Remove  *c++-filt.
231        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
232        Apply /sbin/install-info.
233        Package as.info-*.gz.
234        * binutils/target-binutils.add:
235        Package man1/*.1*.
236
2372002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
240
2412002-11-13      Joel Sherrill <joel@OARcorp.com>
242
243        * setup.def: Switched to binutils 2.13.1
244        * binutils/Makefile.am: Remove a29k-rtems.
245
2462002-11-11      Joel Sherrill <joel@OARcorp.com>
247
248        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
249        which were patch changes for -3 and -4 RPM revisions.   Disabled
250        build of gnat for i386-rtems as it failed to build.
251
2522002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
255        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
256        * binutils/binutils.add: Remove %{target} != %{build} comment
257        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
258        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
259        and _target_os)
260        * gcc3newlib/base-gcc.add: Add gccint*infos.
261        * gcc3newlib/base-gcj.add: Add gcj*infos.
262        Mark manpages as %doc and pickup the gzipped versions.
263
2642002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
267        before running configure (Prep. for automake >= 1.7).
268
2692002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * autotools/autoconf-rtems.spec.in: New.
272        Remove Provides: autoconf (Conflicts with RH-8.0).
273        * autotools/autoconf-rtems.spec: Remove.
274        * autotools/automake-rtems.spec.in:
275        Remove Provides: automake (Conflicts with RH-8.0).
276        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
277        * Makefile.am: Ditto.
278        * configure.ac: Add autotools/autoconf-rtems.spec.in.
279
2802002-10-24      Joel Sherrill <joel@OARcorp.com>
281
282        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
283        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
284        currently include the patch referenced in PR8344.
285
2862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * .cvsignore: Reformat.
289        Add autom4te*cache.
290        Remove autom4te.cache.
291
2922002-09-14      Joel Sherrill <joel@OARcorp.com>
293
294        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
295        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
296
2972002-08-21      Joel Sherrill <joel@OARcorp.com>
298
299        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
300        gcc 3.2 and Ada.
301
3022002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
305        Add %_gnat and --define 'gnat [0|1]' support.
306        Enable gnat for gcc-3.2/Disable for gcc-3.1.
307        Add hacks to build gnatlib.
308        Re-activate commented out fragments for old gcc versions.
309        Add @target_alias@-gnatgcc.
310
3112002-08-15      Joel Sherrill <joel@OARcorp.com>
312
313        * setup.def: New gcc 3.1 RPMs (-7).
314        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
315
3162002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * gcc3newlib/Makefile.am: Remove c_only remnants.
319        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
320        headers into c++ instead of g++.
321        * gcc3newlib/target-c++.add: Ditto.
322
3232002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
326        * gcc3newlib/Makefile.am: Use mkspec for c4x.
327        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
328        Rework handing Ada.
329        Don't put adalib and adainclude into files.gcc.
330        * gcc3newlib/target-gnat.add: Add adalib.
331        Add adainclude.
332
3332002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
336
3372002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * gcc3newlib/.cvsignore: Add mkspec.
340
3412002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * mkgcc3newlibspec.in: Remove
344        * gcc3newlib/mkspec.in: New.
345        * configure.ac: Reflect changes above.
346        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
347        Add preliminary gnat support.
348        * gcc3newlib/base-g77.add: Add build_g77.
349        * gcc3newlib/base-gcj.add: Add build_gcj.
350        * gcc3newlib/base-gnat.add: New.
351        * gcc3newlib/target-c++.add: Add build_cxx.
352        * gcc3newlib/target-g77.add: Add build_g77.
353        * gcc3newlib/target-gcj.add: Add build_gcj.
354        * gcc3newlib/target-objc.add: Add build_objc.
355        * gcc3newlib/target-gnat.add: New.
356        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
357
3582002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * setup.def: Increment release for gcc3newlib.
361        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
362
3632002-08-08      Joel Sherrill <joel@OARcorp.com>
364
365        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
366        Updated to binutils 2.13 which has no known issues.
367
3682002-08-06      Joel Sherrill <joel@OARcorp.com>
369
370        * setup.def: Updating gcc3/newlib patches and tool versions.  The
371        focus of this round of patches was ot eliminate header file name
372        conflicts between RTEMS and newlib.
373
3742002-07-30      Joel Sherrill <joel@OARcorp.com>
375
376        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
377        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
378
3792002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * autotools/automake-rtems.spec.in: Automake-1.6.3.
382        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
383
3842002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
387        to generate mk*spec scripts.
388        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
389        for $rpm_build_root.
390        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
391        expression for $rpm_build_root.
392        * cpukit/mkspec.in: Cosmetical changes.
393
3942002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
397        Joel.
398        * cpukit/Makefile.am: New.
399        * cpukit/mkspec.in: New.
400        * cpukit/rtems-cpukit.spec.in: New.
401        * cpukit/.cvsignore: New.
402        * configure.ac: Add cpukit.
403        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
404        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
405        RTEMS_VERSION).
406        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
407        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
408        for $rpm_build_root.
409        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
410        expression for $rpm_build_root.
411        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
412        expression for $rpm_build_root.
413        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
414        $rpm_build_root.
415
4162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * binutils/Makefile.am: Add or32-rtems-binutils.
419
4202002-07-19      Joel Sherrill <joel@OARcorp.com>
421
422        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
423
4242002-07-01      Joel Sherrill <joel@OARcorp.com>
425
426        * setup.def: Update gcc3 RPMs for new patches.
427
4282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
431
4322002-06-14      Joel Sherrill <joel@OARcorp.com>
433
434        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
435        Updated to gcc 3.1 and gdb 5.2.
436
4372001-05-29      Joel Sherrill <joel@OARcorp.com>
438
439        * setup.def: Updated to binutils 2.12.1.
440        * rtems/Makefile.am: Remove m68k-rtemself references.
441
4422002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * mkgcc3newlibspec.in: Remove SETUP (bogus).
445        * gcc3newlib/target-c++.add: New.
446        * gcc3newlib/Makefile.am: Add target-c++.add.
447        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
448        Reflect having split out c++. Various minor fixes.
449        * gcc3newlib/base-gcc.add: Ditto.
450        * gcc3newlib/gccnewlib.add: Ditto.
451        * gcc3newlib/target-gcc.add: Ditto.
452
4532002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
456        timestamps.
457
4582001-04-16      Joel Sherrill <joel@OARcorp.com>
459
460        * .cvsignore: Added files added by automake 1.6.1.
461        * setup.def: New shot at gcc 3.0.4 RPMs.
462        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
463        Deleted m68k-rtemself.
464        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
465 
4662002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
469        Use *.tar.bz2.
470
4712002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * mkbinutilspec.in: Fix PATCH2.
474
4752002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
478
4792002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
482
483
4842002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * mkbinutilspec.in: Add support for empty patch-version (no patch).
487        * mkgcc3newlibspec.in: Ditto.
488        * setup: Fix gcc3*_versions handling.
489        * setup.def: binutils_patch_version=.
490        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
491        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
492        * binutils/target-binutils.add: Comment out c++filt.
493        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
494        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
495        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
496        Comment out gcc-2.95.x hacks.
497        Remove *.la from installed files.
498        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
499
5002001-04-02      Joel Sherrill <joel@OARcorp.com>
501
502        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
503
5042001-03-29      Joel Sherrill <joel@OARcorp.com>
505
506        * .cvsignore: Added mkgcc3newlib.
507
5082001-03-29      Joel Sherrill <joel@OARcorp.com>
509
510        * gcc3newlib/.cvsignore: New file.
511
5122001-03-28      Joel Sherrill <joel@OARcorp.com>
513
514        * Per PR64 added support for gcc 3.x RPMs
515        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
516        * mkgcc3newlibspec.in: New file.
517        * gcc3newlib: New subdirectory.
518        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
519        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
520        README, target-g77.add, target-gcc.add, target-gcj.add,
521        target-objc.add: New files.
522
5232001-03-28      Joel Sherrill <joel@OARcorp.com>
524
525        * binutils/binutils.add: Commented out patch since binutils 2.12
526        does not require one.
527
5282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac:
531        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
532        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
533        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
539
5402002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
541
542        * PR151
543        * autotools/automake-rtems.spec.in: New.
544        * autotools/automake-rtems.spec: Removed.
545        * configure.ac: Reflect changes above.
546
5472001-02-27      Joel Sherrill <joel@OARcorp.com>
548
549        * configure.ac: Be a little more lenient in matching sparc-solaris.
550
5512002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
554        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
555        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
556        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
557        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
558        gccnewlib/target-objc.add: Added more support for Canadian Cross
559        building.
560
5612001-01-30      Joel Sherrill <joel@OARcorp.com>
562
563        * buildall.in: Corrected logic for detecting when no RPMs are installed.
564
5652001-01-24      Joel Sherrill <joel@OARcorp.com>
566
567        * README: Added Canadian Cross instructions.
568
5692002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
572        * mkbinutilsspec.in: Add propagation of @prefix@.
573        * binutils/base-binutils.add:
574        Let %post and %unpost apply %{_prefix}.
575        Apply %{_prefix} instead of /opt/rtems.
576        * binutils/binutils.add: Update copyright notice.
577        Add _prefix.
578        Apply %{_prefix} instead of /opt/rtems.
579        Remove -a 0 in %setup.
580        Rework hack to SuSE's rpm screwing up %{_target}.
581        Replace ARGS with CONFIGURE_ARGS.
582        * binutils/target-binutils.add:
583        Apply %{_prefix} instead of /opt/rtems.
584
5852002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * binutils/binutils.add: Add initial support for building
588        Canadian cross RPMs.  It should work like this:
589            cd rtems/scripts
590            ./configure --build=`../config.guess` --host=i386-cygwin
591            make install
592            rpm --target=i386-cygwin \
593                /usr/src/redhat/SPECS/<target>-binutils-..spec.
594
595            alien -t /usr/src/redhat/RPMS/....i386.rpm
596        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
597
5982001-01-22      Joel Sherrill <joel@OARcorp.com>
599
600        * buildalltar.in: Modified to support Canadian cross builds.
601        It was testing using a RedHat 7.2 host to build *-rtems tools
602        that run on an i386-cygwin host.
603
6042001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
607
6082001-10-16      Joel Sherrill <joel@OARcorp.com>
609
610        * setup.def: Bumped the gdb_patch_version to account for a configuration
611        problem on psim where it could not be enabled for powerpc-RTEMS.
612        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
613
6142001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
617        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
618        Target_alias.
619        * mkgdbspec.in: Guard sed-pattern against autoconf.
620        * mkbspspec.in: Guard sed-pattern against autoconf.
621        * configure.ac: Rework check for RPM_SPECSdir.
622        * autotools/automake-rtems.spec: Update to automake-1.5.
623
6242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
627        * configure.in: Remove.
628        * configure.ac: New file, generated from configure.in by autoupdate.
629
6302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
633        Initially setup CLEANFILES using = instead of += to make
634        automake-1.5 happy.
635
6362001-09-13      Joel Sherrill <joel@OARcorp.com>
637
638        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
639        Revert changes because of gcc 2.5.x/3.0 transition and continue
640        to support gcc 2.95.x as primary version.
641
6422001-09-13      Joel Sherrill <joel@OARcorp.com>
643
644        * mkgccnewlibspec.in,
645        Use Target_alias not target_alias to avoid conflicts with new autoconf.
646        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
647        Only sparc and arm built for C/C++ OK. :(
648        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
649        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
650        * target-gcc.add: Modifications to reflect files not in gcc 3.1
651
6522001-09-13      Joel Sherrill <joel@OARcorp.com>
653
654        * autotools/.cvsignore: New file.
655
6562001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
659        autotools/automake-rtems.spec: New.
660        * configure.in, Makefile.am: Add autotools/.
661
6622001-08-30      Joel Sherrill <joel@OARcorp.com>
663
664        * .cvsignore: Add buildalltar.
665
6662001-08-30      Joel Sherrill <joel@OARcorp.com>
667
668        * buildalltar.in: New file.
669        * configure.in, Makefile.am: Modified to reflect addition of file.
670
6712001-08-10      Joel Sherrill <joel@OARcorp.com>
672
673        * mkgdbspec.in: Make list of simulators very complete.
674        * setup.def: Update versions.
675
6762001-07-03      Joel Sherrill <joel@OARcorp.com>
677
678        * setup.def, binutils.add, gccnewlib.add: Updated to build
679        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
680        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
681
6822001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.in: Remove AC_EXEEXT, treat .exe manually.
685        * gccnewlib/base-gcc.add: Remove cpp.
686        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
687        copyright.
688
6892001-04-16      Joel Sherrill <joel@OARcorp.com>
690
691        * setup.def: Modified the binutils version to 2.11 and
692        RPM revision 3 to reflect experimentation with new binutils release.
693
6942001-04-11      Joel Sherrill <joel@OARcorp.com>
695
696        * binutils/Makefile.am: Added a29k-rtems.
697        * binutils/binutils.add: Switch to .bz2 extension to reflect
698        real way code is compressed on distribution sites now.
699
7002001-03-19      Joel Sherrill <joel@OARcorp.com>
701
702        * setup.def: Updated version numbers and patches for binutils
703        and gdb.  binutils was to get correct patch in field.  gdb
704        was to add mipstx39-rtems configurery support.
705
7062001-03-14      Joel Sherrill <joel@OARcorp.com>
707
708        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
709        configuration to gdb since this includes the JMR3904 simulator.
710
7112001-01-03      Joel Sherrill <joel@OARcorp.com>
712
713        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
714        binutils HISTORY to reflect new revision.  Updated gcc to fix
715        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
716
7172000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * gccnewlib/gccnewlib.add: Fix typo in URL.
720
7212000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
724        instead of $target to setup RPM_CPU, move chmod 755 buildall to
725        AC_OUTPUT's extra-cmds.
726       
7272000-10-30      Joel Sherrill <joel@OARcorp.com>
728
729        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
730        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
731        Added mips-rtems, updated to include new patches and
732        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
733
7342000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
737
7382000-10-18      Joel Sherrill <joel@OARcorp.com>
739
740        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
741
7422000-08-30      Joel Sherrill <joel@OARcorp.com>
743
744        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
745        Patches primarily add or16/or32 basic support to newlib and
746        i386 multilib improvements to gcc from Ralf Corsepius.
747
7482000-08-10      Joel Sherrill <joel@OARcorp.com>
749
750        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.