source: rtems/scripts/ChangeLog @ fa42a76b

4.104.114.84.95
Last change on this file since fa42a76b was fa42a76b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/02 at 06:28:42

2002-08-19 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada. Add %_gnat and --define 'gnat [0|1]' support. Enable gnat for gcc-3.2/Disable for gcc-3.1. Add hacks to build gnatlib. Re-activate commented out fragments for old gcc versions. Add @target_alias@-gnatgcc.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
4        Add %_gnat and --define 'gnat [0|1]' support.
5        Enable gnat for gcc-3.2/Disable for gcc-3.1.
6        Add hacks to build gnatlib.
7        Re-activate commented out fragments for old gcc versions.
8        Add @target_alias@-gnatgcc.
9
102002-08-15      Joel Sherrill <joel@OARcorp.com>
11
12        * setup.def: New gcc 3.1 RPMs (-7).
13        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
14
152002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * gcc3newlib/Makefile.am: Remove c_only remnants.
18        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
19        headers into c++ instead of g++.
20        * gcc3newlib/target-c++.add: Ditto.
21
222002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
25        * gcc3newlib/Makefile.am: Use mkspec for c4x.
26        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
27        Rework handing Ada.
28        Don't put adalib and adainclude into files.gcc.
29        * gcc3newlib/target-gnat.add: Add adalib.
30        Add adainclude.
31
322002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
35
362002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * gcc3newlib/.cvsignore: Add mkspec.
39
402002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * mkgcc3newlibspec.in: Remove
43        * gcc3newlib/mkspec.in: New.
44        * configure.ac: Reflect changes above.
45        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
46        Add preliminary gnat support.
47        * gcc3newlib/base-g77.add: Add build_g77.
48        * gcc3newlib/base-gcj.add: Add build_gcj.
49        * gcc3newlib/base-gnat.add: New.
50        * gcc3newlib/target-c++.add: Add build_cxx.
51        * gcc3newlib/target-g77.add: Add build_g77.
52        * gcc3newlib/target-gcj.add: Add build_gcj.
53        * gcc3newlib/target-objc.add: Add build_objc.
54        * gcc3newlib/target-gnat.add: New.
55        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
56
572002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * setup.def: Increment release for gcc3newlib.
60        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
61
622002-08-08      Joel Sherrill <joel@OARcorp.com>
63
64        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
65        Updated to binutils 2.13 which has no known issues.
66
672002-08-06      Joel Sherrill <joel@OARcorp.com>
68
69        * setup.def: Updating gcc3/newlib patches and tool versions.  The
70        focus of this round of patches was ot eliminate header file name
71        conflicts between RTEMS and newlib.
72
732002-07-30      Joel Sherrill <joel@OARcorp.com>
74
75        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
76        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
77
782002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * autotools/automake-rtems.spec.in: Automake-1.6.3.
81        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
82
832002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
86        to generate mk*spec scripts.
87        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
88        for $rpm_build_root.
89        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
90        expression for $rpm_build_root.
91        * cpukit/mkspec.in: Cosmetical changes.
92
932002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
96        Joel.
97        * cpukit/Makefile.am: New.
98        * cpukit/mkspec.in: New.
99        * cpukit/rtems-cpukit.spec.in: New.
100        * cpukit/.cvsignore: New.
101        * configure.ac: Add cpukit.
102        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
103        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
104        RTEMS_VERSION).
105        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
106        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
107        for $rpm_build_root.
108        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
109        expression for $rpm_build_root.
110        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
111        expression for $rpm_build_root.
112        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
113        $rpm_build_root.
114
1152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * binutils/Makefile.am: Add or32-rtems-binutils.
118
1192002-07-19      Joel Sherrill <joel@OARcorp.com>
120
121        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
122
1232002-07-01      Joel Sherrill <joel@OARcorp.com>
124
125        * setup.def: Update gcc3 RPMs for new patches.
126
1272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
130
1312002-06-14      Joel Sherrill <joel@OARcorp.com>
132
133        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
134        Updated to gcc 3.1 and gdb 5.2.
135
1362001-05-29      Joel Sherrill <joel@OARcorp.com>
137
138        * setup.def: Updated to binutils 2.12.1.
139        * rtems/Makefile.am: Remove m68k-rtemself references.
140
1412002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * mkgcc3newlibspec.in: Remove SETUP (bogus).
144        * gcc3newlib/target-c++.add: New.
145        * gcc3newlib/Makefile.am: Add target-c++.add.
146        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
147        Reflect having split out c++. Various minor fixes.
148        * gcc3newlib/base-gcc.add: Ditto.
149        * gcc3newlib/gccnewlib.add: Ditto.
150        * gcc3newlib/target-gcc.add: Ditto.
151
1522002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
155        timestamps.
156
1572001-04-16      Joel Sherrill <joel@OARcorp.com>
158
159        * .cvsignore: Added files added by automake 1.6.1.
160        * setup.def: New shot at gcc 3.0.4 RPMs.
161        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
162        Deleted m68k-rtemself.
163        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
164 
1652002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
168        Use *.tar.bz2.
169
1702002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * mkbinutilspec.in: Fix PATCH2.
173
1742002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
177
1782002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
181
182
1832002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * mkbinutilspec.in: Add support for empty patch-version (no patch).
186        * mkgcc3newlibspec.in: Ditto.
187        * setup: Fix gcc3*_versions handling.
188        * setup.def: binutils_patch_version=.
189        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
190        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
191        * binutils/target-binutils.add: Comment out c++filt.
192        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
193        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
194        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
195        Comment out gcc-2.95.x hacks.
196        Remove *.la from installed files.
197        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
198
1992001-04-02      Joel Sherrill <joel@OARcorp.com>
200
201        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
202
2032001-03-29      Joel Sherrill <joel@OARcorp.com>
204
205        * .cvsignore: Added mkgcc3newlib.
206
2072001-03-29      Joel Sherrill <joel@OARcorp.com>
208
209        * gcc3newlib/.cvsignore: New file.
210
2112001-03-28      Joel Sherrill <joel@OARcorp.com>
212
213        * Per PR64 added support for gcc 3.x RPMs
214        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
215        * mkgcc3newlibspec.in: New file.
216        * gcc3newlib: New subdirectory.
217        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
218        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
219        README, target-g77.add, target-gcc.add, target-gcj.add,
220        target-objc.add: New files.
221
2222001-03-28      Joel Sherrill <joel@OARcorp.com>
223
224        * binutils/binutils.add: Commented out patch since binutils 2.12
225        does not require one.
226
2272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac:
230        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
231        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
232        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
238
2392002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
240
241        * PR151
242        * autotools/automake-rtems.spec.in: New.
243        * autotools/automake-rtems.spec: Removed.
244        * configure.ac: Reflect changes above.
245
2462001-02-27      Joel Sherrill <joel@OARcorp.com>
247
248        * configure.ac: Be a little more lenient in matching sparc-solaris.
249
2502002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
253        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
254        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
255        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
256        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
257        gccnewlib/target-objc.add: Added more support for Canadian Cross
258        building.
259
2602001-01-30      Joel Sherrill <joel@OARcorp.com>
261
262        * buildall.in: Corrected logic for detecting when no RPMs are installed.
263
2642001-01-24      Joel Sherrill <joel@OARcorp.com>
265
266        * README: Added Canadian Cross instructions.
267
2682002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
271        * mkbinutilsspec.in: Add propagation of @prefix@.
272        * binutils/base-binutils.add:
273        Let %post and %unpost apply %{_prefix}.
274        Apply %{_prefix} instead of /opt/rtems.
275        * binutils/binutils.add: Update copyright notice.
276        Add _prefix.
277        Apply %{_prefix} instead of /opt/rtems.
278        Remove -a 0 in %setup.
279        Rework hack to SuSE's rpm screwing up %{_target}.
280        Replace ARGS with CONFIGURE_ARGS.
281        * binutils/target-binutils.add:
282        Apply %{_prefix} instead of /opt/rtems.
283
2842002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * binutils/binutils.add: Add initial support for building
287        Canadian cross RPMs.  It should work like this:
288            cd rtems/scripts
289            ./configure --build=`../config.guess` --host=i386-cygwin
290            make install
291            rpm --target=i386-cygwin \
292                /usr/src/redhat/SPECS/<target>-binutils-..spec.
293
294            alien -t /usr/src/redhat/RPMS/....i386.rpm
295        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
296
2972001-01-22      Joel Sherrill <joel@OARcorp.com>
298
299        * buildalltar.in: Modified to support Canadian cross builds.
300        It was testing using a RedHat 7.2 host to build *-rtems tools
301        that run on an i386-cygwin host.
302
3032001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
306
3072001-10-16      Joel Sherrill <joel@OARcorp.com>
308
309        * setup.def: Bumped the gdb_patch_version to account for a configuration
310        problem on psim where it could not be enabled for powerpc-RTEMS.
311        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
312
3132001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
316        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
317        Target_alias.
318        * mkgdbspec.in: Guard sed-pattern against autoconf.
319        * mkbspspec.in: Guard sed-pattern against autoconf.
320        * configure.ac: Rework check for RPM_SPECSdir.
321        * autotools/automake-rtems.spec: Update to automake-1.5.
322
3232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
326        * configure.in: Remove.
327        * configure.ac: New file, generated from configure.in by autoupdate.
328
3292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
332        Initially setup CLEANFILES using = instead of += to make
333        automake-1.5 happy.
334
3352001-09-13      Joel Sherrill <joel@OARcorp.com>
336
337        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
338        Revert changes because of gcc 2.5.x/3.0 transition and continue
339        to support gcc 2.95.x as primary version.
340
3412001-09-13      Joel Sherrill <joel@OARcorp.com>
342
343        * mkgccnewlibspec.in,
344        Use Target_alias not target_alias to avoid conflicts with new autoconf.
345        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
346        Only sparc and arm built for C/C++ OK. :(
347        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
348        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
349        * target-gcc.add: Modifications to reflect files not in gcc 3.1
350
3512001-09-13      Joel Sherrill <joel@OARcorp.com>
352
353        * autotools/.cvsignore: New file.
354
3552001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
358        autotools/automake-rtems.spec: New.
359        * configure.in, Makefile.am: Add autotools/.
360
3612001-08-30      Joel Sherrill <joel@OARcorp.com>
362
363        * .cvsignore: Add buildalltar.
364
3652001-08-30      Joel Sherrill <joel@OARcorp.com>
366
367        * buildalltar.in: New file.
368        * configure.in, Makefile.am: Modified to reflect addition of file.
369
3702001-08-10      Joel Sherrill <joel@OARcorp.com>
371
372        * mkgdbspec.in: Make list of simulators very complete.
373        * setup.def: Update versions.
374
3752001-07-03      Joel Sherrill <joel@OARcorp.com>
376
377        * setup.def, binutils.add, gccnewlib.add: Updated to build
378        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
379        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
380
3812001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Remove AC_EXEEXT, treat .exe manually.
384        * gccnewlib/base-gcc.add: Remove cpp.
385        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
386        copyright.
387
3882001-04-16      Joel Sherrill <joel@OARcorp.com>
389
390        * setup.def: Modified the binutils version to 2.11 and
391        RPM revision 3 to reflect experimentation with new binutils release.
392
3932001-04-11      Joel Sherrill <joel@OARcorp.com>
394
395        * binutils/Makefile.am: Added a29k-rtems.
396        * binutils/binutils.add: Switch to .bz2 extension to reflect
397        real way code is compressed on distribution sites now.
398
3992001-03-19      Joel Sherrill <joel@OARcorp.com>
400
401        * setup.def: Updated version numbers and patches for binutils
402        and gdb.  binutils was to get correct patch in field.  gdb
403        was to add mipstx39-rtems configurery support.
404
4052001-03-14      Joel Sherrill <joel@OARcorp.com>
406
407        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
408        configuration to gdb since this includes the JMR3904 simulator.
409
4102001-01-03      Joel Sherrill <joel@OARcorp.com>
411
412        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
413        binutils HISTORY to reflect new revision.  Updated gcc to fix
414        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
415
4162000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * gccnewlib/gccnewlib.add: Fix typo in URL.
419
4202000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
423        instead of $target to setup RPM_CPU, move chmod 755 buildall to
424        AC_OUTPUT's extra-cmds.
425       
4262000-10-30      Joel Sherrill <joel@OARcorp.com>
427
428        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
429        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
430        Added mips-rtems, updated to include new patches and
431        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
432
4332000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
436
4372000-10-18      Joel Sherrill <joel@OARcorp.com>
438
439        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
440
4412000-08-30      Joel Sherrill <joel@OARcorp.com>
442
443        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
444        Patches primarily add or16/or32 basic support to newlib and
445        i386 multilib improvements to gcc from Ralf Corsepius.
446
4472000-08-10      Joel Sherrill <joel@OARcorp.com>
448
449        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.