source: rtems/scripts/ChangeLog @ d21091b

4.104.114.84.95
Last change on this file since d21091b was d21091b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 14:52:25

2002-10-25 Joel Sherrill <joel@…>

  • autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0).
  • autotools/autoconf-rtems.spec: Remove.
  • autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0).
  • gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
  • Makefile.am: Ditto.
  • configure.ac: Add autotools/autoconf-rtems.spec.in.
  • Property mode set to 100644
File size: 15.9 KB
Line 
12002-10-25      Joel Sherrill <joel@OARcorp.com>
2
3        * autotools/autoconf-rtems.spec.in: New.
4        Remove Provides: autoconf (Conflicts with RH-8.0).
5        * autotools/autoconf-rtems.spec: Remove.
6        * autotools/automake-rtems.spec.in:
7        Remove Provides: automake (Conflicts with RH-8.0).
8        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
9        * Makefile.am: Ditto.
10        * configure.ac: Add autotools/autoconf-rtems.spec.in.
11
122002-10-24      Joel Sherrill <joel@OARcorp.com>
13
14        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
15        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
16        currently include the patch referenced in PR8344.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-09-14      Joel Sherrill <joel@OARcorp.com>
25
26        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
27        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
28
292002-08-21      Joel Sherrill <joel@OARcorp.com>
30
31        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
32        gcc 3.2 and Ada.
33
342002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
37        Add %_gnat and --define 'gnat [0|1]' support.
38        Enable gnat for gcc-3.2/Disable for gcc-3.1.
39        Add hacks to build gnatlib.
40        Re-activate commented out fragments for old gcc versions.
41        Add @target_alias@-gnatgcc.
42
432002-08-15      Joel Sherrill <joel@OARcorp.com>
44
45        * setup.def: New gcc 3.1 RPMs (-7).
46        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
47
482002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * gcc3newlib/Makefile.am: Remove c_only remnants.
51        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
52        headers into c++ instead of g++.
53        * gcc3newlib/target-c++.add: Ditto.
54
552002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
58        * gcc3newlib/Makefile.am: Use mkspec for c4x.
59        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
60        Rework handing Ada.
61        Don't put adalib and adainclude into files.gcc.
62        * gcc3newlib/target-gnat.add: Add adalib.
63        Add adainclude.
64
652002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
68
692002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * gcc3newlib/.cvsignore: Add mkspec.
72
732002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * mkgcc3newlibspec.in: Remove
76        * gcc3newlib/mkspec.in: New.
77        * configure.ac: Reflect changes above.
78        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
79        Add preliminary gnat support.
80        * gcc3newlib/base-g77.add: Add build_g77.
81        * gcc3newlib/base-gcj.add: Add build_gcj.
82        * gcc3newlib/base-gnat.add: New.
83        * gcc3newlib/target-c++.add: Add build_cxx.
84        * gcc3newlib/target-g77.add: Add build_g77.
85        * gcc3newlib/target-gcj.add: Add build_gcj.
86        * gcc3newlib/target-objc.add: Add build_objc.
87        * gcc3newlib/target-gnat.add: New.
88        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
89
902002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * setup.def: Increment release for gcc3newlib.
93        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
94
952002-08-08      Joel Sherrill <joel@OARcorp.com>
96
97        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
98        Updated to binutils 2.13 which has no known issues.
99
1002002-08-06      Joel Sherrill <joel@OARcorp.com>
101
102        * setup.def: Updating gcc3/newlib patches and tool versions.  The
103        focus of this round of patches was ot eliminate header file name
104        conflicts between RTEMS and newlib.
105
1062002-07-30      Joel Sherrill <joel@OARcorp.com>
107
108        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
109        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
110
1112002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * autotools/automake-rtems.spec.in: Automake-1.6.3.
114        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
115
1162002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
119        to generate mk*spec scripts.
120        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
121        for $rpm_build_root.
122        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
123        expression for $rpm_build_root.
124        * cpukit/mkspec.in: Cosmetical changes.
125
1262002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
129        Joel.
130        * cpukit/Makefile.am: New.
131        * cpukit/mkspec.in: New.
132        * cpukit/rtems-cpukit.spec.in: New.
133        * cpukit/.cvsignore: New.
134        * configure.ac: Add cpukit.
135        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
136        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
137        RTEMS_VERSION).
138        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
139        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
140        for $rpm_build_root.
141        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
142        expression for $rpm_build_root.
143        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
144        expression for $rpm_build_root.
145        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
146        $rpm_build_root.
147
1482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * binutils/Makefile.am: Add or32-rtems-binutils.
151
1522002-07-19      Joel Sherrill <joel@OARcorp.com>
153
154        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
155
1562002-07-01      Joel Sherrill <joel@OARcorp.com>
157
158        * setup.def: Update gcc3 RPMs for new patches.
159
1602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
163
1642002-06-14      Joel Sherrill <joel@OARcorp.com>
165
166        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
167        Updated to gcc 3.1 and gdb 5.2.
168
1692001-05-29      Joel Sherrill <joel@OARcorp.com>
170
171        * setup.def: Updated to binutils 2.12.1.
172        * rtems/Makefile.am: Remove m68k-rtemself references.
173
1742002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * mkgcc3newlibspec.in: Remove SETUP (bogus).
177        * gcc3newlib/target-c++.add: New.
178        * gcc3newlib/Makefile.am: Add target-c++.add.
179        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
180        Reflect having split out c++. Various minor fixes.
181        * gcc3newlib/base-gcc.add: Ditto.
182        * gcc3newlib/gccnewlib.add: Ditto.
183        * gcc3newlib/target-gcc.add: Ditto.
184
1852002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
188        timestamps.
189
1902001-04-16      Joel Sherrill <joel@OARcorp.com>
191
192        * .cvsignore: Added files added by automake 1.6.1.
193        * setup.def: New shot at gcc 3.0.4 RPMs.
194        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
195        Deleted m68k-rtemself.
196        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
197 
1982002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
201        Use *.tar.bz2.
202
2032002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * mkbinutilspec.in: Fix PATCH2.
206
2072002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
210
2112002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
214
215
2162002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * mkbinutilspec.in: Add support for empty patch-version (no patch).
219        * mkgcc3newlibspec.in: Ditto.
220        * setup: Fix gcc3*_versions handling.
221        * setup.def: binutils_patch_version=.
222        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
223        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
224        * binutils/target-binutils.add: Comment out c++filt.
225        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
226        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
227        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
228        Comment out gcc-2.95.x hacks.
229        Remove *.la from installed files.
230        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
231
2322001-04-02      Joel Sherrill <joel@OARcorp.com>
233
234        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
235
2362001-03-29      Joel Sherrill <joel@OARcorp.com>
237
238        * .cvsignore: Added mkgcc3newlib.
239
2402001-03-29      Joel Sherrill <joel@OARcorp.com>
241
242        * gcc3newlib/.cvsignore: New file.
243
2442001-03-28      Joel Sherrill <joel@OARcorp.com>
245
246        * Per PR64 added support for gcc 3.x RPMs
247        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
248        * mkgcc3newlibspec.in: New file.
249        * gcc3newlib: New subdirectory.
250        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
251        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
252        README, target-g77.add, target-gcc.add, target-gcj.add,
253        target-objc.add: New files.
254
2552001-03-28      Joel Sherrill <joel@OARcorp.com>
256
257        * binutils/binutils.add: Commented out patch since binutils 2.12
258        does not require one.
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
271
2722002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
273
274        * PR151
275        * autotools/automake-rtems.spec.in: New.
276        * autotools/automake-rtems.spec: Removed.
277        * configure.ac: Reflect changes above.
278
2792001-02-27      Joel Sherrill <joel@OARcorp.com>
280
281        * configure.ac: Be a little more lenient in matching sparc-solaris.
282
2832002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
286        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
287        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
288        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
289        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
290        gccnewlib/target-objc.add: Added more support for Canadian Cross
291        building.
292
2932001-01-30      Joel Sherrill <joel@OARcorp.com>
294
295        * buildall.in: Corrected logic for detecting when no RPMs are installed.
296
2972001-01-24      Joel Sherrill <joel@OARcorp.com>
298
299        * README: Added Canadian Cross instructions.
300
3012002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
304        * mkbinutilsspec.in: Add propagation of @prefix@.
305        * binutils/base-binutils.add:
306        Let %post and %unpost apply %{_prefix}.
307        Apply %{_prefix} instead of /opt/rtems.
308        * binutils/binutils.add: Update copyright notice.
309        Add _prefix.
310        Apply %{_prefix} instead of /opt/rtems.
311        Remove -a 0 in %setup.
312        Rework hack to SuSE's rpm screwing up %{_target}.
313        Replace ARGS with CONFIGURE_ARGS.
314        * binutils/target-binutils.add:
315        Apply %{_prefix} instead of /opt/rtems.
316
3172002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * binutils/binutils.add: Add initial support for building
320        Canadian cross RPMs.  It should work like this:
321            cd rtems/scripts
322            ./configure --build=`../config.guess` --host=i386-cygwin
323            make install
324            rpm --target=i386-cygwin \
325                /usr/src/redhat/SPECS/<target>-binutils-..spec.
326
327            alien -t /usr/src/redhat/RPMS/....i386.rpm
328        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
329
3302001-01-22      Joel Sherrill <joel@OARcorp.com>
331
332        * buildalltar.in: Modified to support Canadian cross builds.
333        It was testing using a RedHat 7.2 host to build *-rtems tools
334        that run on an i386-cygwin host.
335
3362001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
339
3402001-10-16      Joel Sherrill <joel@OARcorp.com>
341
342        * setup.def: Bumped the gdb_patch_version to account for a configuration
343        problem on psim where it could not be enabled for powerpc-RTEMS.
344        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
345
3462001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
349        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
350        Target_alias.
351        * mkgdbspec.in: Guard sed-pattern against autoconf.
352        * mkbspspec.in: Guard sed-pattern against autoconf.
353        * configure.ac: Rework check for RPM_SPECSdir.
354        * autotools/automake-rtems.spec: Update to automake-1.5.
355
3562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
359        * configure.in: Remove.
360        * configure.ac: New file, generated from configure.in by autoupdate.
361
3622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
365        Initially setup CLEANFILES using = instead of += to make
366        automake-1.5 happy.
367
3682001-09-13      Joel Sherrill <joel@OARcorp.com>
369
370        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
371        Revert changes because of gcc 2.5.x/3.0 transition and continue
372        to support gcc 2.95.x as primary version.
373
3742001-09-13      Joel Sherrill <joel@OARcorp.com>
375
376        * mkgccnewlibspec.in,
377        Use Target_alias not target_alias to avoid conflicts with new autoconf.
378        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
379        Only sparc and arm built for C/C++ OK. :(
380        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
381        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
382        * target-gcc.add: Modifications to reflect files not in gcc 3.1
383
3842001-09-13      Joel Sherrill <joel@OARcorp.com>
385
386        * autotools/.cvsignore: New file.
387
3882001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
391        autotools/automake-rtems.spec: New.
392        * configure.in, Makefile.am: Add autotools/.
393
3942001-08-30      Joel Sherrill <joel@OARcorp.com>
395
396        * .cvsignore: Add buildalltar.
397
3982001-08-30      Joel Sherrill <joel@OARcorp.com>
399
400        * buildalltar.in: New file.
401        * configure.in, Makefile.am: Modified to reflect addition of file.
402
4032001-08-10      Joel Sherrill <joel@OARcorp.com>
404
405        * mkgdbspec.in: Make list of simulators very complete.
406        * setup.def: Update versions.
407
4082001-07-03      Joel Sherrill <joel@OARcorp.com>
409
410        * setup.def, binutils.add, gccnewlib.add: Updated to build
411        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
412        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
413
4142001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.in: Remove AC_EXEEXT, treat .exe manually.
417        * gccnewlib/base-gcc.add: Remove cpp.
418        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
419        copyright.
420
4212001-04-16      Joel Sherrill <joel@OARcorp.com>
422
423        * setup.def: Modified the binutils version to 2.11 and
424        RPM revision 3 to reflect experimentation with new binutils release.
425
4262001-04-11      Joel Sherrill <joel@OARcorp.com>
427
428        * binutils/Makefile.am: Added a29k-rtems.
429        * binutils/binutils.add: Switch to .bz2 extension to reflect
430        real way code is compressed on distribution sites now.
431
4322001-03-19      Joel Sherrill <joel@OARcorp.com>
433
434        * setup.def: Updated version numbers and patches for binutils
435        and gdb.  binutils was to get correct patch in field.  gdb
436        was to add mipstx39-rtems configurery support.
437
4382001-03-14      Joel Sherrill <joel@OARcorp.com>
439
440        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
441        configuration to gdb since this includes the JMR3904 simulator.
442
4432001-01-03      Joel Sherrill <joel@OARcorp.com>
444
445        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
446        binutils HISTORY to reflect new revision.  Updated gcc to fix
447        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
448
4492000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * gccnewlib/gccnewlib.add: Fix typo in URL.
452
4532000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
456        instead of $target to setup RPM_CPU, move chmod 755 buildall to
457        AC_OUTPUT's extra-cmds.
458       
4592000-10-30      Joel Sherrill <joel@OARcorp.com>
460
461        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
462        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
463        Added mips-rtems, updated to include new patches and
464        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
465
4662000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
469
4702000-10-18      Joel Sherrill <joel@OARcorp.com>
471
472        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
473
4742000-08-30      Joel Sherrill <joel@OARcorp.com>
475
476        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
477        Patches primarily add or16/or32 basic support to newlib and
478        i386 multilib improvements to gcc from Ralf Corsepius.
479
4802000-08-10      Joel Sherrill <joel@OARcorp.com>
481
482        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.