source: rtems/scripts/ChangeLog @ 59292fe9

4.104.114.84.95
Last change on this file since 59292fe9 was 59292fe9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 06:22:09

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

  • rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtemsdoc.spec.in.
  • rtemsdoc/mkspec.in: Remove exe_ext.
  • rtemsdoc/rtemsdoc.spec.in: Remove.
  • gccnewlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
  • gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
  • gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}. Remove header, broken cdn-X configuration, %clean.
  • gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
  • gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
  • gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
  • gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
  • Property mode set to 100644
File size: 24.3 KB
Line 
12003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add,
4        $(top_builddir)/common/clean.add, header.add.
5        Generate rtemsdoc.spec.in.
6        * rtemsdoc/mkspec.in: Remove exe_ext.
7        * rtemsdoc/rtemsdoc.spec.in: Remove.
8        * gccnewlib/Makefile.am:  Use $(top_builddir)/common/common.add,
9        $(top_builddir)/common/clean.add, header.add.
10        * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}.
11        * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
12        * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}.
13        Remove header, broken cdn-X configuration, %clean.
14        * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
15        * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
16        * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
17        * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
18
192003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * gdb/gdb.add: Remove header, broken cdn-X configuration,
22        %clean, Replace @exe_ext@ with %{_exeext}.
23        * gdb/mkspec.in: Remove exe_ext.
24        * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
25        * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
26        $(top_builddir)/common/clean.add, header.add.
27        * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
28        * cpukit/mkspec.in: Remove exe_ext.
29        * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
30        $(top_builddir)/common/clean.add, header.add.
31
322003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
35        %clean, Replace @exe_ext@ with %{_exeext}.
36        * gcc3newlib/mkspec.in: Remove exe_ext.
37        * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
38        * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
39        * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
40        * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
41        * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
42        * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
43        * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
44        $(top_builddir)/common/clean.add, header.add.
45
462003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Remove reference to mkbinutilsspec.
49        * configure.ac: Remove EXEEXT check.
50        Add common/clean.add, common/common.add.
51
522003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * binutils/binutils.add: Remove header, broken cdn-X configuration,
55        %clean.
56        * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias.
57        * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
58
592003-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * gcc3newlib/header.add: New.
62        * gccnewlib/header.add: New.
63        * binutils/header.add: New.
64        * gdb/header.add: New.
65        * rtemsdoc/header.add: New.
66        * rtemsdoc/rtemsdoc.add: New.
67        * common/clean.add.in: New.
68        * common/common.add.in: New.
69
702003-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * binutils/mkspec.in: New.
73        * binutils/.cvsignore: Add mkspec.
74        * mkbinutilspec.in: Remove.
75        * gdb/Makefile.am: Depend on mkspec.
76        * binutils/binutils.add: Add @exe_ext@ to c++filt.
77        Add %_defaultbuildroot.
78        * configure.ac: Reflect changes above.
79        * binutils/Makefile.am: Reflect changes above.
80        * Makefile.am: Remove mkbinutilspec.
81
822003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * gdb/.cvsignore: Add mkspec.
85
862003-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * ChangeLog: Fix yesterday's entry.
89        * gdb/target-gdb.add: %defattr(-,root,root).
90        Use %{_prefix} instead of /opt/rtems.
91        Misc. minor changes.
92        * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems.
93        Remove stray unpackaged files.
94        Use %{_defaultbuildroot} instead of hard-coded values.
95        configure --disable-nls.
96        Misc. minor changes.
97        Add BuildPreReq: ncurses-devel.
98        * gdb/base-gdb.add: %defattr(-,root,root).
99        Use %{_prefix} instead of /opt/rtems.
100        Misc. minor changes.
101        * gdb/mkspec.in: New.
102        * gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
103        * gcc3newlib/mkspec.in: Fix usage.
104        * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of
105        hard-coded values. Update copyright notice.
106        * mkgdbspec.in: Removed.
107        * Makefile.am: Remove mkgdbspec.
108        * configure.ac: Remove mkgdbspec.
109        Add gdb/mkspec.
110
1112003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * gcc3newlib/gccnewlib.add: Add various BuildPreReq.
114        Add %defattr(-,root,root) to "dir".
115        * gcc3newlib/base-g77.add: %defattr(-,root,root).
116        * gcc3newlib/base-gcc.add %defattr(-,root,root).
117        * gcc3newlib/base-gcj.add %defattr(-,root,root).
118        * gcc3newlib/base-gnat.add %defattr(-,root,root).
119        * gcc3newlib/target-c++.add %defattr(-,root,root).
120        * gcc3newlib/target-g77.add %defattr(-,root,root).
121        * gcc3newlib/target-gcc.add %defattr(-,root,root).
122        * gcc3newlib/target-gcj.add %defattr(-,root,root).
123        * gcc3newlib/target-gnat.add %defattr(-,root,root).
124        * gcc3newlib/target-objc.add %defattr(-,root,root).
125
1262003-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * setup.def: binutils_rpm_release=2.
129        * binutils/base-binutils.add: %defattr(-,root,root).
130        * binutils/target-binutils.add: Ditto.
131        * binutils/binutils.add: BuildPreReq: texinfo >= 4.2.
132
1332003-01-27      Joel Sherrill <joel@OARcorp.com>
134
135        * buildalltar.in, setup.def: Tool update including binaries for Cygwin
136        with a special RTEMS user account.
137
1382003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add rtemsdoc.
141        * Makefile.ac: Add rtemsdoc.
142        * rtemsdoc/README: New.
143        * rtemsdoc/.cvsignore: New.
144
1452003-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * rtemsdoc/Makefile.am: New.
148        * rtemsdoc/mkspec.in: New.
149        * rtemsdoc/rtemsdoc.spec.in: New.
150        * rtemsdoc/supplement.add.in: New.
151        * rtemsdoc/templ.add.in: New.
152
1532002-12-16      Joel Sherrill <joel@OARcorp.com>
154
155        * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4
156        to include m68k crti.o/crtn.o multilib patch.
157
1582002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * autotools/automake-rtems.spec.in: Update to automake-1.7.2.
161        * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
162
1632002-12-06      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: Removed duplicate entry.
166
1672002-12-06      Joel Sherrill <joel@OARcorp.com>
168
169        * setup.def: Updated patch to fix m68k cut and paste bug which turned
170        a tab into spaces in a Makefile fragment.
171        * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library
172        must be built with a -G0 option.
173
1742002-12-02      Joel Sherrill <joel@OARcorp.com>
175
176        * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
177        2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
178
1792002-11-29      Joel Sherrill <joel@OARcorp.com>
180
181        * setup.def: Updated to gcc-3.2.1.
182
1832002-11-28      Joel Sherrill <joel@OARcorp.com>
184
185        * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
186        * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
187
1882002-11-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * gcc3newlib/gccnewlib.add:
191        Remove *.la's to make rpm-4.1/RH-8.0 happy.
192        Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
193        Change gcc/version.c to reflect us having patched gcc.
194
1952002-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
198        Disable nls.
199        Apply gzip -9qf to compress *infos and *mans.
200        Apply /sbin/install-info.
201        Remove  *c++-filt.
202        * binutils/base-binutils.add: Add PreReq: /sbin/install-info.
203        Apply /sbin/install-info.
204        Package as.info-*.gz.
205        * binutils/target-binutils.add:
206        Package man1/*.1*.
207
2082002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * autotool/autoconf-rtems.spec.in: Fix @prefix@.
211
2122002-11-13      Joel Sherrill <joel@OARcorp.com>
213
214        * setup.def: Switched to binutils 2.13.1
215        * binutils/Makefile.am: Remove a29k-rtems.
216
2172002-11-11      Joel Sherrill <joel@OARcorp.com>
218
219        * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
220        which were patch changes for -3 and -4 RPM revisions.   Disabled
221        build of gnat for i386-rtems as it failed to build.
222
2232002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
226        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
227        * binutils/binutils.add: Remove %{target} != %{build} comment
228        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
229        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
230        and _target_os)
231        * gcc3newlib/base-gcc.add: Add gccint*infos.
232        * gcc3newlib/base-gcj.add: Add gcj*infos.
233        Mark manpages as %doc and pickup the gzipped versions.
234
2352002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
238        before running configure (Prep. for automake >= 1.7).
239
2402002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * autotools/autoconf-rtems.spec.in: New.
243        Remove Provides: autoconf (Conflicts with RH-8.0).
244        * autotools/autoconf-rtems.spec: Remove.
245        * autotools/automake-rtems.spec.in:
246        Remove Provides: automake (Conflicts with RH-8.0).
247        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
248        * Makefile.am: Ditto.
249        * configure.ac: Add autotools/autoconf-rtems.spec.in.
250
2512002-10-24      Joel Sherrill <joel@OARcorp.com>
252
253        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
254        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
255        currently include the patch referenced in PR8344.
256
2572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Reformat.
260        Add autom4te*cache.
261        Remove autom4te.cache.
262
2632002-09-14      Joel Sherrill <joel@OARcorp.com>
264
265        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
266        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
267
2682002-08-21      Joel Sherrill <joel@OARcorp.com>
269
270        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
271        gcc 3.2 and Ada.
272
2732002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
276        Add %_gnat and --define 'gnat [0|1]' support.
277        Enable gnat for gcc-3.2/Disable for gcc-3.1.
278        Add hacks to build gnatlib.
279        Re-activate commented out fragments for old gcc versions.
280        Add @target_alias@-gnatgcc.
281
2822002-08-15      Joel Sherrill <joel@OARcorp.com>
283
284        * setup.def: New gcc 3.1 RPMs (-7).
285        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
286
2872002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * gcc3newlib/Makefile.am: Remove c_only remnants.
290        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
291        headers into c++ instead of g++.
292        * gcc3newlib/target-c++.add: Ditto.
293
2942002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
297        * gcc3newlib/Makefile.am: Use mkspec for c4x.
298        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
299        Rework handing Ada.
300        Don't put adalib and adainclude into files.gcc.
301        * gcc3newlib/target-gnat.add: Add adalib.
302        Add adainclude.
303
3042002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
307
3082002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * gcc3newlib/.cvsignore: Add mkspec.
311
3122002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * mkgcc3newlibspec.in: Remove
315        * gcc3newlib/mkspec.in: New.
316        * configure.ac: Reflect changes above.
317        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
318        Add preliminary gnat support.
319        * gcc3newlib/base-g77.add: Add build_g77.
320        * gcc3newlib/base-gcj.add: Add build_gcj.
321        * gcc3newlib/base-gnat.add: New.
322        * gcc3newlib/target-c++.add: Add build_cxx.
323        * gcc3newlib/target-g77.add: Add build_g77.
324        * gcc3newlib/target-gcj.add: Add build_gcj.
325        * gcc3newlib/target-objc.add: Add build_objc.
326        * gcc3newlib/target-gnat.add: New.
327        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
328
3292002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * setup.def: Increment release for gcc3newlib.
332        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
333
3342002-08-08      Joel Sherrill <joel@OARcorp.com>
335
336        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
337        Updated to binutils 2.13 which has no known issues.
338
3392002-08-06      Joel Sherrill <joel@OARcorp.com>
340
341        * setup.def: Updating gcc3/newlib patches and tool versions.  The
342        focus of this round of patches was ot eliminate header file name
343        conflicts between RTEMS and newlib.
344
3452002-07-30      Joel Sherrill <joel@OARcorp.com>
346
347        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
348        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
349
3502002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * autotools/automake-rtems.spec.in: Automake-1.6.3.
353        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
354
3552002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
358        to generate mk*spec scripts.
359        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
360        for $rpm_build_root.
361        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
362        expression for $rpm_build_root.
363        * cpukit/mkspec.in: Cosmetical changes.
364
3652002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
368        Joel.
369        * cpukit/Makefile.am: New.
370        * cpukit/mkspec.in: New.
371        * cpukit/rtems-cpukit.spec.in: New.
372        * cpukit/.cvsignore: New.
373        * configure.ac: Add cpukit.
374        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
375        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
376        RTEMS_VERSION).
377        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
378        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
379        for $rpm_build_root.
380        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
381        expression for $rpm_build_root.
382        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
383        expression for $rpm_build_root.
384        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
385        $rpm_build_root.
386
3872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * binutils/Makefile.am: Add or32-rtems-binutils.
390
3912002-07-19      Joel Sherrill <joel@OARcorp.com>
392
393        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
394
3952002-07-01      Joel Sherrill <joel@OARcorp.com>
396
397        * setup.def: Update gcc3 RPMs for new patches.
398
3992002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
402
4032002-06-14      Joel Sherrill <joel@OARcorp.com>
404
405        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
406        Updated to gcc 3.1 and gdb 5.2.
407
4082001-05-29      Joel Sherrill <joel@OARcorp.com>
409
410        * setup.def: Updated to binutils 2.12.1.
411        * rtems/Makefile.am: Remove m68k-rtemself references.
412
4132002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * mkgcc3newlibspec.in: Remove SETUP (bogus).
416        * gcc3newlib/target-c++.add: New.
417        * gcc3newlib/Makefile.am: Add target-c++.add.
418        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
419        Reflect having split out c++. Various minor fixes.
420        * gcc3newlib/base-gcc.add: Ditto.
421        * gcc3newlib/gccnewlib.add: Ditto.
422        * gcc3newlib/target-gcc.add: Ditto.
423
4242002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
427        timestamps.
428
4292001-04-16      Joel Sherrill <joel@OARcorp.com>
430
431        * .cvsignore: Added files added by automake 1.6.1.
432        * setup.def: New shot at gcc 3.0.4 RPMs.
433        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
434        Deleted m68k-rtemself.
435        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
436 
4372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
440        Use *.tar.bz2.
441
4422002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * mkbinutilspec.in: Fix PATCH2.
445
4462002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
449
4502002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
453
454
4552002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * mkbinutilspec.in: Add support for empty patch-version (no patch).
458        * mkgcc3newlibspec.in: Ditto.
459        * setup: Fix gcc3*_versions handling.
460        * setup.def: binutils_patch_version=.
461        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
462        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
463        * binutils/target-binutils.add: Comment out c++filt.
464        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
465        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
466        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
467        Comment out gcc-2.95.x hacks.
468        Remove *.la from installed files.
469        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
470
4712001-04-02      Joel Sherrill <joel@OARcorp.com>
472
473        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
474
4752001-03-29      Joel Sherrill <joel@OARcorp.com>
476
477        * .cvsignore: Added mkgcc3newlib.
478
4792001-03-29      Joel Sherrill <joel@OARcorp.com>
480
481        * gcc3newlib/.cvsignore: New file.
482
4832001-03-28      Joel Sherrill <joel@OARcorp.com>
484
485        * Per PR64 added support for gcc 3.x RPMs
486        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
487        * mkgcc3newlibspec.in: New file.
488        * gcc3newlib: New subdirectory.
489        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
490        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
491        README, target-g77.add, target-gcc.add, target-gcj.add,
492        target-objc.add: New files.
493
4942001-03-28      Joel Sherrill <joel@OARcorp.com>
495
496        * binutils/binutils.add: Commented out patch since binutils 2.12
497        does not require one.
498
4992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.ac:
502        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
503        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
504        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
510
5112002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
512
513        * PR151
514        * autotools/automake-rtems.spec.in: New.
515        * autotools/automake-rtems.spec: Removed.
516        * configure.ac: Reflect changes above.
517
5182001-02-27      Joel Sherrill <joel@OARcorp.com>
519
520        * configure.ac: Be a little more lenient in matching sparc-solaris.
521
5222002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
525        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
526        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
527        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
528        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
529        gccnewlib/target-objc.add: Added more support for Canadian Cross
530        building.
531
5322001-01-30      Joel Sherrill <joel@OARcorp.com>
533
534        * buildall.in: Corrected logic for detecting when no RPMs are installed.
535
5362001-01-24      Joel Sherrill <joel@OARcorp.com>
537
538        * README: Added Canadian Cross instructions.
539
5402002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
543        * mkbinutilsspec.in: Add propagation of @prefix@.
544        * binutils/base-binutils.add:
545        Let %post and %unpost apply %{_prefix}.
546        Apply %{_prefix} instead of /opt/rtems.
547        * binutils/binutils.add: Update copyright notice.
548        Add _prefix.
549        Apply %{_prefix} instead of /opt/rtems.
550        Remove -a 0 in %setup.
551        Rework hack to SuSE's rpm screwing up %{_target}.
552        Replace ARGS with CONFIGURE_ARGS.
553        * binutils/target-binutils.add:
554        Apply %{_prefix} instead of /opt/rtems.
555
5562002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * binutils/binutils.add: Add initial support for building
559        Canadian cross RPMs.  It should work like this:
560            cd rtems/scripts
561            ./configure --build=`../config.guess` --host=i386-cygwin
562            make install
563            rpm --target=i386-cygwin \
564                /usr/src/redhat/SPECS/<target>-binutils-..spec.
565
566            alien -t /usr/src/redhat/RPMS/....i386.rpm
567        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
568
5692001-01-22      Joel Sherrill <joel@OARcorp.com>
570
571        * buildalltar.in: Modified to support Canadian cross builds.
572        It was testing using a RedHat 7.2 host to build *-rtems tools
573        that run on an i386-cygwin host.
574
5752001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
578
5792001-10-16      Joel Sherrill <joel@OARcorp.com>
580
581        * setup.def: Bumped the gdb_patch_version to account for a configuration
582        problem on psim where it could not be enabled for powerpc-RTEMS.
583        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
584
5852001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
588        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
589        Target_alias.
590        * mkgdbspec.in: Guard sed-pattern against autoconf.
591        * mkbspspec.in: Guard sed-pattern against autoconf.
592        * configure.ac: Rework check for RPM_SPECSdir.
593        * autotools/automake-rtems.spec: Update to automake-1.5.
594
5952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
598        * configure.in: Remove.
599        * configure.ac: New file, generated from configure.in by autoupdate.
600
6012001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
604        Initially setup CLEANFILES using = instead of += to make
605        automake-1.5 happy.
606
6072001-09-13      Joel Sherrill <joel@OARcorp.com>
608
609        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
610        Revert changes because of gcc 2.5.x/3.0 transition and continue
611        to support gcc 2.95.x as primary version.
612
6132001-09-13      Joel Sherrill <joel@OARcorp.com>
614
615        * mkgccnewlibspec.in,
616        Use Target_alias not target_alias to avoid conflicts with new autoconf.
617        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
618        Only sparc and arm built for C/C++ OK. :(
619        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
620        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
621        * target-gcc.add: Modifications to reflect files not in gcc 3.1
622
6232001-09-13      Joel Sherrill <joel@OARcorp.com>
624
625        * autotools/.cvsignore: New file.
626
6272001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
630        autotools/automake-rtems.spec: New.
631        * configure.in, Makefile.am: Add autotools/.
632
6332001-08-30      Joel Sherrill <joel@OARcorp.com>
634
635        * .cvsignore: Add buildalltar.
636
6372001-08-30      Joel Sherrill <joel@OARcorp.com>
638
639        * buildalltar.in: New file.
640        * configure.in, Makefile.am: Modified to reflect addition of file.
641
6422001-08-10      Joel Sherrill <joel@OARcorp.com>
643
644        * mkgdbspec.in: Make list of simulators very complete.
645        * setup.def: Update versions.
646
6472001-07-03      Joel Sherrill <joel@OARcorp.com>
648
649        * setup.def, binutils.add, gccnewlib.add: Updated to build
650        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
651        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
652
6532001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.in: Remove AC_EXEEXT, treat .exe manually.
656        * gccnewlib/base-gcc.add: Remove cpp.
657        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
658        copyright.
659
6602001-04-16      Joel Sherrill <joel@OARcorp.com>
661
662        * setup.def: Modified the binutils version to 2.11 and
663        RPM revision 3 to reflect experimentation with new binutils release.
664
6652001-04-11      Joel Sherrill <joel@OARcorp.com>
666
667        * binutils/Makefile.am: Added a29k-rtems.
668        * binutils/binutils.add: Switch to .bz2 extension to reflect
669        real way code is compressed on distribution sites now.
670
6712001-03-19      Joel Sherrill <joel@OARcorp.com>
672
673        * setup.def: Updated version numbers and patches for binutils
674        and gdb.  binutils was to get correct patch in field.  gdb
675        was to add mipstx39-rtems configurery support.
676
6772001-03-14      Joel Sherrill <joel@OARcorp.com>
678
679        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
680        configuration to gdb since this includes the JMR3904 simulator.
681
6822001-01-03      Joel Sherrill <joel@OARcorp.com>
683
684        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
685        binutils HISTORY to reflect new revision.  Updated gcc to fix
686        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
687
6882000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * gccnewlib/gccnewlib.add: Fix typo in URL.
691
6922000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
695        instead of $target to setup RPM_CPU, move chmod 755 buildall to
696        AC_OUTPUT's extra-cmds.
697       
6982000-10-30      Joel Sherrill <joel@OARcorp.com>
699
700        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
701        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
702        Added mips-rtems, updated to include new patches and
703        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
704
7052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
708
7092000-10-18      Joel Sherrill <joel@OARcorp.com>
710
711        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
712
7132000-08-30      Joel Sherrill <joel@OARcorp.com>
714
715        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
716        Patches primarily add or16/or32 basic support to newlib and
717        i386 multilib improvements to gcc from Ralf Corsepius.
718
7192000-08-10      Joel Sherrill <joel@OARcorp.com>
720
721        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.