source: rtems/ChangeLog @ 7395fa5

4.104.114.84.95
Last change on this file since 7395fa5 was 7395fa5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/02 at 16:29:56

2002-11-07 Ralf Corsepius <corsepiu@…>

  • bootstrap: Allow autoconf > 2.52, automake > 1.6.
  • Property mode set to 100644
File size: 25.7 KB
Line 
12002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
4
52002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove make/Templates/Makefile.
8        * README.configure: Minor massaging.
9
102002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        Further preparations for autoconf > 2.52:
13        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
14        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
15        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
16
172002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * acinclude.m4: Adapations to autoconf > 2.52.
20
212002-11-01      Joel Sherrill <joel@OARcorp.com>
22
23        * ChangeLog: Corrected.
24
252002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * bootstrap: Add generate_bspdir_acinclude to automatically update
28        c/src/lib/libbsp/<cpu>/acinclude.m4.
29        Use #! /bin/sh instead of #!/bin/sh.
30        Remove autom4te*.cache during ./bootstrap --clean.
31
322002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
35        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
36        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
37        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
38        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
39        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
40        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
41        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
42        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
43        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
44        (autoconf > 2.54 seems to have problems with the old form of
45        quoting).
46
472002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
50        (autoconf > 2.54 complains about).
51
522002-10-21      Joel Sherrill <joel@OARcorp.com>
53
54        * VERSION: Updated to rtems-20021021-test.
55
562002-10-21      Joel Sherrill <joel@OARcorp.com>
57
58        * aclocal/version.m4: Updated to rtems-20021021-test.
59
602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
662002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
69
702002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
73        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
74
752002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * bootstrap: Add autoconf/automake version checks by popular demand.
78        [FWIW: I dislike this.]
79
802002-10-07      Joel Sherrill <joel@OARcorp.com>
81
82        * VERSION: Updated to rtems-ss-20021007.
83
842002-10-07      Joel Sherrill <joel@OARcorp.com>
85
86        * aclocal/version.m4: Updated to rtems-ss-20021007.
87
882002-10-04      Joel Sherrill <joel@OARcorp.com>
89
90        * VERSION: Updated to rtems-JUNK.
91
922002-10-04      Joel Sherrill <joel@OARcorp.com>
93
94        * aclocal/version.m4: Updated to rtems-JUNK.
95
962002-10-04      Joel Sherrill <joel@OARcorp.com>
97
98        * VERSION: Updated to rtems-ss-20021004.
99
1002002-10-04      Joel Sherrill <joel@OARcorp.com>
101
102        * aclocal/version.m4: Updated to rtems-ss-20021004.
103
1042002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
107        autoconf-2.53 PACKAGE crap.
108
1092002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/prog-gnat.m4: New.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/bsp-configure.m4: Fix small typo in comment.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
120
1212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
124        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
125        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
126
1272002-08-07      Joel Sherrill <joel@OARcorp.com>
128
129        * aclocal/version.m4: Updated to rtems-ss-20020807.
130
1312002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
134
1352002-07-31      Joel Sherrill <joel@OARcorp.com>
136
137        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
138        was just a stub and only the OR32 port is getting worked on.
139
1402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/subdirs.m4: Remove.
143        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
144
1452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
148        exec/score/cpu.
149
1502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
153        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
154        compilation rules (Work-around to an automake bug).
155        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
156        make-library.
157
1582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Activate cpukit. Remove references to c/src/exec.
161
1622002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
165
1662002-07-17      Joel Sherrill <joel@OARcorp.com>
167
168        * aclocal/version.m4: Updated to rtems-ss-20020717.
169
1702002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * config-ml.in: Imported from gcc-3.1.
173        Change to match c/src/config-ml.in.
174
1752002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * aclocal/check-multiprocessing.m4: Reworked.
178        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
179
1802002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * automake/multilib.am: Remove.
183        * Makefile.am: Reflect change above.
184
1852002-06-28      Joel Sherrill <joel@OARcorp.com>
186
187        * aclocal/version.m4: Updated to rtems-ss-20020628.
188
1892002-06-27      Joel Sherrill <joel@OARcorp.com>
190
191        * tools/Makefile.am: Build the cpu dependent tools as well.
192
1932002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * aclocal/env-rtemscpu.m4: Remove.
196        * aclocal/multi.m4: Remove.
197        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
198
1992002-05-28      Joel Sherrill <joel@OARcorp.com>
200
201        * aclocal/version.m4: Updated to rtems-ss-20020528.
202
2032002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/prog-cc.m4: Remove GCC272 support.
206        Remove ENABLE_LIBCDIR.
207        * aclocal/prog-cxx.m4: Ditto.
208        * aclocal/enable-gcc28.m4: Remove.
209        * aclocal/enable-libcdir.m4: Ditto.
210
2112002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
214        ENABLE_GCC28.
215
2162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * automake/compile.am: Remove GCC272 support.
219        Remove *.sh rule (unused).
220        * configure.ac: Remove ENABLE_GCC28.
221        Remove ENABLE_LIBCDIR.
222
2232002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Added mdate-sh and texinfo.tex.
226
2272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/version.m4: New file.
230        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
231        aclocal/version.m4.
232        * bootstrap: Use aclocal/version.m4 instead of VERSION.
233        * configure.ac: Use aclocal/version.m4 instead of VERSION.
234
2352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac:
238        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
239        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
240        * Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
246        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
247
2482002-03-08      Joel Sherrill <joel@OARcorp.com>
249
250        * VERSION: Updated to rtems-mg5-20020808.
251
2522002-03-01      Joel Sherrill <joel@OARcorp.com>
253
254        * VERSION: Updated to rtems-ss-20020301.
255
2562002-02-15      Joel Sherrill <joel@OARcorp.com>
257
258        * VERSION: Updated to rtems-ss-20020215.
259
2602002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * aclocal/subdirs.m4: Propagate the current $prefix to the
263        sub-configures.
264
2652002-02-05      Joel Sherrill <joel@OARcorp.com>
266
267        * VERSION: Updated to rtems-ss-20020205.
268
2692002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
272        compatibility.
273        * bootstrap: Let --clean remove texinfo.tex.
274
2752002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
278
2792002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Add --enable-docs support. Add
282        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
283        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
284        hard-coded SUBDIRS.
285        * README.configure: Added a bit of information on this new option.
286
2872002-01-18      Joel Sherrill <joel@OARcorp.com>
288
289        * VERSION: Updated to rtems-ss-20020118.
290
2912002-01-18      Joel Sherrill <joel@OARcorp.com>
292
293        * VERSION: Updated to rtems-20020118.
294
2952002-01-17      Joel Sherrill <joel@OARcorp.com>
296
297        * VERSION: Updated to rtems-ss-20020717.
298
2992002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
302        check upon host_alias != build_alias.
303
3042002-01-07      Joel Sherrill <joel@OARcorp.com>
305
306        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
307        last line to eliminate 100's of warnings.
308
3092002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/check-newlib.m4: Apply AS_IF.
312        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
313        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
314        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
315        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
316        changes.
317        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
318        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
319        * automake/compile.am: Remove librtemsall from LINK_FILES.
320
3212001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
324        * aclocal/subdirs.m4: New file.
325        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
326        modifications.
327        * aclocal/check-posix.m4: Apply AS_IF.
328        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
329        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
330        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
331        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
332        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
333        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
334        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
335        OUTPUT_COMMANDS.
336        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
337        * aclocal/rtems-debug.m4: Minor cleanups.
338        * aclocal/rtems-top.m4: Minor cleanups.
339        * automake/compile.am: Further steps towards automake's rules.
340
3412001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
344        * automake/lib.am: Add MULTISUBDIR.
345
3462001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * bootstrap: Run autoheader when configure.ac contains
349        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
350
3512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/bsp-configure.m4: New file.
354        * Makefile.am: Add aclocal/bsp-configure.m4.
355
3562001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Add automake/force-preinstall.am,
359        aclocal/ppc.am, remove ACLOCAL_M4.
360
3612001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/bsp-alias.m4: Remove score603e_g1.
364        * aclocal/check-bsps.m4: Remove score603e_g1.
365        * aclocal/prog-cc.m4: Apply m4_if.
366
367
3682001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * automake/force-preinstall.am: New file.
371        * aclocal/ppc.m4: New file.
372
3732001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/check-bsps.m4: Reworked.
376        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
377
3782001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * aclocal/bspopts.m4: New file.
381
3822001-11-13      Joel Sherrill <joel@OARcorp.com>
383
384        * COPYING: Test of $Id$ -> $RTEMS$.
385
3862001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
387
388        This modification is part of the submitted modifications necessary to
389        support the IBM PPC405 family.  This submission was reviewed by
390        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
391        not negatively impact the ppc403 BSPs.  The submission and tracking
392        process was captured as PR50.
393        * README.configure: Added gen405 BSP.
394
3952001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Adopt more automake rules:
398        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
399        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
400        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
401        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
402        CXXLINK_APP in make-cxx-exe.
403        * automake/lib.am: Add ARFLAGS.
404
4052001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
408        config.cache's which prevented powerpc targets librdbg from building.
409
4102001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
413        add 2nd arg to _RTEMS_CPU_SUBDIR.
414        * aclocal/target.m4: Replace ac_configure_args with
415        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
416        * Makefile.am: Require automake-1.5.
417
4182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
421        * configure.in: Remove.
422        * configure.ac: New file, generated from configure.in by autoupdate.
423
4242001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/rtems-cpu-subdirs.m4: New file.
427
4282001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * automake/compile.am: Fundamentally reworked compilation rules for
431        closer adaptation to automake's behavior.
432
4332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * automake/lib.am: Comment out LD.
436        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
437        automake/leaf.am to AUTOMAKE_FILES.
438
4392001-09-27      Joel Sherrill <joel@OARcorp.com>
440
441        * config.guess: No longer in CVS since installed by bootstrap.
442
4432001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * bootstrap: remove/add automake added files.
446        * .cvsignore: reflect changes to bootstrap.
447
4482001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * automake/leaf.am: New file.
451
4522001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
455        of AC_CANONICAL_SYSTEM.
456        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
457        mkinstalldirs and mkdir.
458        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
459        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
460        _RTEMS_OUTPUT_BUILD_SUBDIRS.
461       
4622001-09-13      Joel Sherrill <joel@OARcorp.com>
463
464        * missing: Updated to latest version.
465
4662001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.in: autoupdate to autoconf-2.52.
469        * bootstrap: Add handling for configure.ac, make autoheader verbose,
470        fix auto*tool invocation order.
471        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
472        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
473        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
474        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
475        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
476        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
477        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
478        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
479        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
480        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
481        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
482        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
483        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
484        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
485        RTEMS_CONFIG_PER_BSP conditional.
486        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
487        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
488        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
489
4902001-05-25      Joel Sherrill <joel@OARcorp.com>
491
492        * README.configure: Corrected the name of the MRM332 BSP.
493        Strengthened the distinction between what the target
494        and the BSP each select.  Added more targets to list.
495
4962001-05-25      Joel Sherrill <joel@OARcorp.com>
497
498        * README.configure: Updated the list of BSPs.
499
5002001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
503        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
504        Add support for DOS-drive-letters.
505
5062001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
509        RTEMS_PROG_CC_FOR_TARGET.
510
5112001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * README.cdn-X: Update.
514        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
515        @CPPFLAGS@ to CPPFLAGS.
516
5172001-04-20      Eric Valette <valette@crf.canon.fr>
518
519        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
520        BSPs support the new exception processing model and
521        consequently, librdbg.
522
5232001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.in: Reworked for Canadian Cross support.
526        * Makefile.am: Reflect changes to configure.in.
527        * config.guess, config.sub: Update from subversions.gnu.org.
528        * README.cdn-X: New file.
529        * tools/Makefile.am: Remove build, tools from SUBDIRS.
530
5312001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
534        TARGET_CONFIG_SUBDIRS.
535        * aclocal/enable-bsp.m4: fix quoting.
536        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
537
5382001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * aclocal/config-subdirs.m4: New file.
541        * aclocal/target.m4: Use macros from config-subdirs.m4.
542
5432001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
546        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
547
5482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Fix AM_INIT_AUTOMAKE.
551        * aclocal/bsp-arg-enable.m4: Extend comments.
552        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
553        the default clause.
554
5552001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
558        RTEMS_ENV_RTEMSCPU.
559        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
560        special treatment for GCC_SPECS.
561        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
562        special treatment for GCC_SPECS.
563        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
564        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
565        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
566        instead of $(shell ..) for LIBC_LIB*.
567
5682001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
571        simsh7045.
572
5732001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
574
575        * automake/compile.am: Add LD.
576
5772000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * config.guess, config.sub: Update from CVS-autoconf to pick
580        up new features (e.g. CC_FOR_BUILD in config.guess) but is
581        necessary anyway to use autoconf-versions > 2.13.
582
5832000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
586        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
587        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
588        help string.
589        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
590
5912000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
592
593        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
594        Modified to reflect addition of LEON BSPs as well as the
595        no-FP ERC32 variant.
596
5972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
600        standard).
601        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
602        standard).
603        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
604        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
605        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
606        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
607
6082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
611        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
612        $host instead of $target (BUG-FIX).
613        * configure.in: Use $target and $host instead of $target_alias and
614        $host_alias (autoconf-2.49b).
615        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
616        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
617
618        NOTES:
619        * autoconf-2.49b depredicates using changequotes.
620        * The changes to configure.in are due to cleanups in
621        autoconf-2.49b's implemention of canonicalization. With
622        autoconf-2.1x it wasn't always clear, when to use $xxx or
623        $xxx_alias. Now this is clear.
624
6252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
628
6292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
632        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
633        with an RTEMS specific but more restrictive autoconf macro.
634
6352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * automake/lib.am: Add LD.
638
6392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
642        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
643
6442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645 
646        * aclocal/*: Replace with contents of macros/*.m4
647        * macros/: Remove.
648        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
649        * Makefile.am: Reflect changes to aclocal/ and macros/.
650
6512000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.in: New, Cygnus/GNU style configuration.
654        * Makefile.am: Add macros/, reflect new configure.in,
655        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
656        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
657        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
658        * macros/tool-prefix.m4: Remove.
659        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
660        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
661        RTEMS_ROOT.
662        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
663        * macros/multilib.m4: Various minor fixes.
664        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
665        PROJECT_ROOT, RTEMS_ROOT.
666        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
667        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
668
6692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * automake/multilib.am: New file.
672        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
673        the automake/ directory.
674
6752000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * macros/enable-hwapi.m4: Removed.
678        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
679        A small cleanup step towards gnu-canonicalization.
680
6812000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * macros: New directory.
684        * macros/bsp-alias.m4: new file.
685        * macros/canonical-host.m4: new file.
686        * macros/canonical-target-name.m4: new file.
687        * macros/canonicalize-tools.m4: new file.
688        * macros/check-bsp-cache.m4: new file.
689        * macros/check-bsps.m4: new file.
690        * macros/check-cpu.m4: new file.
691        * macros/rtems-debug.m4: new file.
692        * macros/check-cxx.m4: new file.
693        * macros/check-itron.m4: new file.
694        * macros/check-multiprocessing.m4: new file.
695        * macros/check-networking.m4: new file.
696        * macros/check-newlib.m4: new file.
697        * macros/check-posix.m4: new file.
698        * macros/check-rdbg.m4: new file.
699        * macros/enable-bare.m4: new file.
700        * macros/enable-cxx.m4: new file.
701        * macros/enable-gcc28.m4: new file.
702        * macros/enable-inlines.m4: new file.
703        * macros/enable-itron.m4: new file.
704        * macros/enable-libcdir.m4: new file.
705        * macros/enable-multiprocessing.m4: new file.
706        * macros/enable-networking.m4: new file.
707        * macros/enable-posix.m4: new file.
708        * macros/enable-rdbg.m4: new file.
709        * macros/enable-rtemsbsp.m4: new file.
710        * macros/enable-tests.m4: new file.
711        * macros/gcc-pipe.m4: new file.
712        * macros/gcc-specs.m4: new file.
713        * macros/i386-gas-code16.m4: new file.
714        * macros/path-ksh.m4: new file.
715        * macros/path-perl.m4: new file.
716        * macros/prog-cc.m4: new file.
717        * macros/prog-cxx.m4: new file.
718        * macros/project-root.m4: new file.
719        * macros/rtems-top.m4: new file.
720        * macros/sysv-ipc.m4: new file.
721        * macros/target.m4: new file.
722        * macros/rtems-test-no-pause.m4: new file.
723        * macros/multilib.m4: new file.
724        * macros/tool-paths.m4: new file.
725        * macros/tool-prefix.m4: new file.
726
7272000-09-14      Joel Sherrill <joel@OARcorp.com>
728
729        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
730
7312000-09-14      Joel Sherrill <joel@OARcorp.com>
732
733        * aclocal/enable-hwapi.m4: Now longer used and removed.
734
7352000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * automake/lib.am: Remove leaf.cfg.
738
7392000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * aclocal/rtems-top.m4: Add ENDIF-hack.
742        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
743
7442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
747        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
748        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
749        * automake/compile.am: Replaced.
750        * automake/local.am: Remove building variant handling.
751
7522000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
755        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
756        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
757        * aclocal/target.m4: Cleanup comments
758        * Automake/compile.am: Add DEFS support to keep building happy.
759
7602000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
763
7642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * automake/compile.am: New file
767        * ChangeLog: Fix email addresses
768
7692000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * LICENSE.NET, README, README.configure: Spelling corrections.
772
7732000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
776
7772000-08-30      Joel Sherrill <joel@OARcorp.com>
778
779        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
780
7812000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
782
783        * ChangeLog: Moved incorrect entries to make/ChangeLog.
784
7852000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * aclocal/check-bsps.h:
788          - Add pck6-BSP
789          - Exclude ChangeLog from being picked up as BSP
790        * aclocal/bsp-alias.m4: Add pck6-BSP
791
7922000-08-10      Joel Sherrill <joel@OARcorp.com>
793
794        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.