source: rtems/ChangeLog @ 824bf2e4

4.104.114.84.95
Last change on this file since 824bf2e4 was 824bf2e4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 00:31:31

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

  • aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix to PR 312).
  • Property mode set to 100644
File size: 27.6 KB
Line 
12002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
4        to PR 312).
5
62002-11-18      Joel Sherrill <joel@OARcorp.com>
7
8        * VERSION: Updated to rtems-ss-20021118.
9
102002-11-18      Joel Sherrill <joel@OARcorp.com>
11
12        * aclocal/version.m4: Updated to rtems-ss-20021118.
13
142002-11-17      Joel Sherrill <joel@OARcorp.com>
15
16        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
17        Motorola MTX603e.
18
192002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
22
232002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
26        * configure.ac: Ditto.
27
282002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
31        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
32        Support @CFLAGS@, @CXXFLAGS@.
33
342002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * bootstrap: Allow autoconf-2.56.
37
382002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
41        Fix stupid typo (continue/configure).
42        * aclocal/prog-cc.m4: Remove obsolete comments.
43        Acknowledge CFLAGS.
44
452002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
48        end of the args passed to sub-configure-scripts. (Reported by
49        Wulf Hofbauer <wh73@cornell.edu>)
50
512002-11-12      Joel Sherrill <joel@OARcorp.com>
52
53        * configure.ac: Remove make/compilers/Makefile.
54
552002-11-11      Joel Sherrill <joel@OARcorp.com>
56
57        * VERSION: Updated to rtems-ss-20021111.
58
592002-11-11      Joel Sherrill <joel@OARcorp.com>
60
61        * aclocal/version.m4: Updated to rtems-ss-20021111.
62
632002-11-11      Joel Sherrill <joel@OARcorp.com>
64
65        * VERSION: Updated to rtems-ss-20021111.
66
672002-11-11      Joel Sherrill <joel@OARcorp.com>
68
69        * aclocal/version.m4: Updated to rtems-ss-20021111.
70
712002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * automake/compile.am: Remove rel rule.
74
752002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
78
792002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove make/Templates/Makefile.
82        * README.configure: Minor massaging.
83
842002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        Further preparations for autoconf > 2.52:
87        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
88        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
89        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
90
912002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * acinclude.m4: Adapations to autoconf > 2.52.
94
952002-11-01      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: Corrected.
98
992002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bootstrap: Add generate_bspdir_acinclude to automatically update
102        c/src/lib/libbsp/<cpu>/acinclude.m4.
103        Use #! /bin/sh instead of #!/bin/sh.
104        Remove autom4te*.cache during ./bootstrap --clean.
105
1062002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
109        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
110        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
111        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
112        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
113        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
114        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
115        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
116        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
117        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
118        (autoconf > 2.54 seems to have problems with the old form of
119        quoting).
120
1212002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
124        (autoconf > 2.54 complains about).
125
1262002-10-21      Joel Sherrill <joel@OARcorp.com>
127
128        * VERSION: Updated to rtems-20021021-test.
129
1302002-10-21      Joel Sherrill <joel@OARcorp.com>
131
132        * aclocal/version.m4: Updated to rtems-20021021-test.
133
1342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Reformat.
137        Add autom4te*cache.
138        Remove autom4te.cache.
139
1402002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
143
1442002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
147        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
148
1492002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bootstrap: Add autoconf/automake version checks by popular demand.
152        [FWIW: I dislike this.]
153
1542002-10-07      Joel Sherrill <joel@OARcorp.com>
155
156        * VERSION: Updated to rtems-ss-20021007.
157
1582002-10-07      Joel Sherrill <joel@OARcorp.com>
159
160        * aclocal/version.m4: Updated to rtems-ss-20021007.
161
1622002-10-04      Joel Sherrill <joel@OARcorp.com>
163
164        * VERSION: Updated to rtems-JUNK.
165
1662002-10-04      Joel Sherrill <joel@OARcorp.com>
167
168        * aclocal/version.m4: Updated to rtems-JUNK.
169
1702002-10-04      Joel Sherrill <joel@OARcorp.com>
171
172        * VERSION: Updated to rtems-ss-20021004.
173
1742002-10-04      Joel Sherrill <joel@OARcorp.com>
175
176        * aclocal/version.m4: Updated to rtems-ss-20021004.
177
1782002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
181        autoconf-2.53 PACKAGE crap.
182
1832002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * aclocal/prog-gnat.m4: New.
186
1872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/bsp-configure.m4: Fix small typo in comment.
190
1912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
194
1952002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
198        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
199        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
200
2012002-08-07      Joel Sherrill <joel@OARcorp.com>
202
203        * aclocal/version.m4: Updated to rtems-ss-20020807.
204
2052002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
208
2092002-07-31      Joel Sherrill <joel@OARcorp.com>
210
211        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
212        was just a stub and only the OR32 port is getting worked on.
213
2142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * aclocal/subdirs.m4: Remove.
217        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
218
2192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
222        exec/score/cpu.
223
2242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
227        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
228        compilation rules (Work-around to an automake bug).
229        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
230        make-library.
231
2322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Activate cpukit. Remove references to c/src/exec.
235
2362002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
239
2402002-07-17      Joel Sherrill <joel@OARcorp.com>
241
242        * aclocal/version.m4: Updated to rtems-ss-20020717.
243
2442002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * config-ml.in: Imported from gcc-3.1.
247        Change to match c/src/config-ml.in.
248
2492002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/check-multiprocessing.m4: Reworked.
252        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
253
2542002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * automake/multilib.am: Remove.
257        * Makefile.am: Reflect change above.
258
2592002-06-28      Joel Sherrill <joel@OARcorp.com>
260
261        * aclocal/version.m4: Updated to rtems-ss-20020628.
262
2632002-06-27      Joel Sherrill <joel@OARcorp.com>
264
265        * tools/Makefile.am: Build the cpu dependent tools as well.
266
2672002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * aclocal/env-rtemscpu.m4: Remove.
270        * aclocal/multi.m4: Remove.
271        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
272
2732002-05-28      Joel Sherrill <joel@OARcorp.com>
274
275        * aclocal/version.m4: Updated to rtems-ss-20020528.
276
2772002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/prog-cc.m4: Remove GCC272 support.
280        Remove ENABLE_LIBCDIR.
281        * aclocal/prog-cxx.m4: Ditto.
282        * aclocal/enable-gcc28.m4: Remove.
283        * aclocal/enable-libcdir.m4: Ditto.
284
2852002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
288        ENABLE_GCC28.
289
2902002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * automake/compile.am: Remove GCC272 support.
293        Remove *.sh rule (unused).
294        * configure.ac: Remove ENABLE_GCC28.
295        Remove ENABLE_LIBCDIR.
296
2972002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Added mdate-sh and texinfo.tex.
300
3012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/version.m4: New file.
304        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
305        aclocal/version.m4.
306        * bootstrap: Use aclocal/version.m4 instead of VERSION.
307        * configure.ac: Use aclocal/version.m4 instead of VERSION.
308
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
316
3172002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
320        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
321
3222002-03-08      Joel Sherrill <joel@OARcorp.com>
323
324        * VERSION: Updated to rtems-mg5-20020808.
325
3262002-03-01      Joel Sherrill <joel@OARcorp.com>
327
328        * VERSION: Updated to rtems-ss-20020301.
329
3302002-02-15      Joel Sherrill <joel@OARcorp.com>
331
332        * VERSION: Updated to rtems-ss-20020215.
333
3342002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * aclocal/subdirs.m4: Propagate the current $prefix to the
337        sub-configures.
338
3392002-02-05      Joel Sherrill <joel@OARcorp.com>
340
341        * VERSION: Updated to rtems-ss-20020205.
342
3432002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
346        compatibility.
347        * bootstrap: Let --clean remove texinfo.tex.
348
3492002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
352
3532002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Add --enable-docs support. Add
356        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
357        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
358        hard-coded SUBDIRS.
359        * README.configure: Added a bit of information on this new option.
360
3612002-01-18      Joel Sherrill <joel@OARcorp.com>
362
363        * VERSION: Updated to rtems-ss-20020118.
364
3652002-01-18      Joel Sherrill <joel@OARcorp.com>
366
367        * VERSION: Updated to rtems-20020118.
368
3692002-01-17      Joel Sherrill <joel@OARcorp.com>
370
371        * VERSION: Updated to rtems-ss-20020717.
372
3732002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
376        check upon host_alias != build_alias.
377
3782002-01-07      Joel Sherrill <joel@OARcorp.com>
379
380        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
381        last line to eliminate 100's of warnings.
382
3832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/check-newlib.m4: Apply AS_IF.
386        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
387        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
388        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
389        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
390        changes.
391        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
392        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
393        * automake/compile.am: Remove librtemsall from LINK_FILES.
394
3952001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
398        * aclocal/subdirs.m4: New file.
399        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
400        modifications.
401        * aclocal/check-posix.m4: Apply AS_IF.
402        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
403        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
404        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
405        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
406        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
407        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
408        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
409        OUTPUT_COMMANDS.
410        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
411        * aclocal/rtems-debug.m4: Minor cleanups.
412        * aclocal/rtems-top.m4: Minor cleanups.
413        * automake/compile.am: Further steps towards automake's rules.
414
4152001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
418        * automake/lib.am: Add MULTISUBDIR.
419
4202001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * bootstrap: Run autoheader when configure.ac contains
423        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
424
4252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/bsp-configure.m4: New file.
428        * Makefile.am: Add aclocal/bsp-configure.m4.
429
4302001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Add automake/force-preinstall.am,
433        aclocal/ppc.am, remove ACLOCAL_M4.
434
4352001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/bsp-alias.m4: Remove score603e_g1.
438        * aclocal/check-bsps.m4: Remove score603e_g1.
439        * aclocal/prog-cc.m4: Apply m4_if.
440
441
4422001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * automake/force-preinstall.am: New file.
445        * aclocal/ppc.m4: New file.
446
4472001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/check-bsps.m4: Reworked.
450        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
451
4522001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/bspopts.m4: New file.
455
4562001-11-13      Joel Sherrill <joel@OARcorp.com>
457
458        * COPYING: Test of $Id$ -> $RTEMS$.
459
4602001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
461
462        This modification is part of the submitted modifications necessary to
463        support the IBM PPC405 family.  This submission was reviewed by
464        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
465        not negatively impact the ppc403 BSPs.  The submission and tracking
466        process was captured as PR50.
467        * README.configure: Added gen405 BSP.
468
4692001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Adopt more automake rules:
472        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
473        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
474        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
475        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
476        CXXLINK_APP in make-cxx-exe.
477        * automake/lib.am: Add ARFLAGS.
478
4792001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
482        config.cache's which prevented powerpc targets librdbg from building.
483
4842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
487        add 2nd arg to _RTEMS_CPU_SUBDIR.
488        * aclocal/target.m4: Replace ac_configure_args with
489        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
490        * Makefile.am: Require automake-1.5.
491
4922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
495        * configure.in: Remove.
496        * configure.ac: New file, generated from configure.in by autoupdate.
497
4982001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/rtems-cpu-subdirs.m4: New file.
501
5022001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * automake/compile.am: Fundamentally reworked compilation rules for
505        closer adaptation to automake's behavior.
506
5072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * automake/lib.am: Comment out LD.
510        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
511        automake/leaf.am to AUTOMAKE_FILES.
512
5132001-09-27      Joel Sherrill <joel@OARcorp.com>
514
515        * config.guess: No longer in CVS since installed by bootstrap.
516
5172001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * bootstrap: remove/add automake added files.
520        * .cvsignore: reflect changes to bootstrap.
521
5222001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * automake/leaf.am: New file.
525
5262001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
529        of AC_CANONICAL_SYSTEM.
530        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
531        mkinstalldirs and mkdir.
532        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
533        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
534        _RTEMS_OUTPUT_BUILD_SUBDIRS.
535       
5362001-09-13      Joel Sherrill <joel@OARcorp.com>
537
538        * missing: Updated to latest version.
539
5402001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.in: autoupdate to autoconf-2.52.
543        * bootstrap: Add handling for configure.ac, make autoheader verbose,
544        fix auto*tool invocation order.
545        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
546        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
547        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
548        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
549        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
550        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
551        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
552        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
553        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
554        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
555        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
556        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
557        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
558        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
559        RTEMS_CONFIG_PER_BSP conditional.
560        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
561        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
562        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
563
5642001-05-25      Joel Sherrill <joel@OARcorp.com>
565
566        * README.configure: Corrected the name of the MRM332 BSP.
567        Strengthened the distinction between what the target
568        and the BSP each select.  Added more targets to list.
569
5702001-05-25      Joel Sherrill <joel@OARcorp.com>
571
572        * README.configure: Updated the list of BSPs.
573
5742001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
577        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
578        Add support for DOS-drive-letters.
579
5802001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
583        RTEMS_PROG_CC_FOR_TARGET.
584
5852001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * README.cdn-X: Update.
588        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
589        @CPPFLAGS@ to CPPFLAGS.
590
5912001-04-20      Eric Valette <valette@crf.canon.fr>
592
593        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
594        BSPs support the new exception processing model and
595        consequently, librdbg.
596
5972001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.in: Reworked for Canadian Cross support.
600        * Makefile.am: Reflect changes to configure.in.
601        * config.guess, config.sub: Update from subversions.gnu.org.
602        * README.cdn-X: New file.
603        * tools/Makefile.am: Remove build, tools from SUBDIRS.
604
6052001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
608        TARGET_CONFIG_SUBDIRS.
609        * aclocal/enable-bsp.m4: fix quoting.
610        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
611
6122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/config-subdirs.m4: New file.
615        * aclocal/target.m4: Use macros from config-subdirs.m4.
616
6172001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
620        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
621
6222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.in: Fix AM_INIT_AUTOMAKE.
625        * aclocal/bsp-arg-enable.m4: Extend comments.
626        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
627        the default clause.
628
6292001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
632        RTEMS_ENV_RTEMSCPU.
633        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
634        special treatment for GCC_SPECS.
635        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
636        special treatment for GCC_SPECS.
637        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
638        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
639        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
640        instead of $(shell ..) for LIBC_LIB*.
641
6422001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
645        simsh7045.
646
6472001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
648
649        * automake/compile.am: Add LD.
650
6512000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * config.guess, config.sub: Update from CVS-autoconf to pick
654        up new features (e.g. CC_FOR_BUILD in config.guess) but is
655        necessary anyway to use autoconf-versions > 2.13.
656
6572000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
660        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
661        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
662        help string.
663        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
664
6652000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
666
667        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
668        Modified to reflect addition of LEON BSPs as well as the
669        no-FP ERC32 variant.
670
6712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
674        standard).
675        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
676        standard).
677        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
678        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
679        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
680        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
681
6822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
685        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
686        $host instead of $target (BUG-FIX).
687        * configure.in: Use $target and $host instead of $target_alias and
688        $host_alias (autoconf-2.49b).
689        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
690        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
691
692        NOTES:
693        * autoconf-2.49b depredicates using changequotes.
694        * The changes to configure.in are due to cleanups in
695        autoconf-2.49b's implemention of canonicalization. With
696        autoconf-2.1x it wasn't always clear, when to use $xxx or
697        $xxx_alias. Now this is clear.
698
6992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
702
7032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
706        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
707        with an RTEMS specific but more restrictive autoconf macro.
708
7092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * automake/lib.am: Add LD.
712
7132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
716        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
717
7182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719 
720        * aclocal/*: Replace with contents of macros/*.m4
721        * macros/: Remove.
722        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
723        * Makefile.am: Reflect changes to aclocal/ and macros/.
724
7252000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * configure.in: New, Cygnus/GNU style configuration.
728        * Makefile.am: Add macros/, reflect new configure.in,
729        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
730        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
731        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
732        * macros/tool-prefix.m4: Remove.
733        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
734        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
735        RTEMS_ROOT.
736        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
737        * macros/multilib.m4: Various minor fixes.
738        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
739        PROJECT_ROOT, RTEMS_ROOT.
740        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
741        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
742
7432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * automake/multilib.am: New file.
746        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
747        the automake/ directory.
748
7492000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * macros/enable-hwapi.m4: Removed.
752        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
753        A small cleanup step towards gnu-canonicalization.
754
7552000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * macros: New directory.
758        * macros/bsp-alias.m4: new file.
759        * macros/canonical-host.m4: new file.
760        * macros/canonical-target-name.m4: new file.
761        * macros/canonicalize-tools.m4: new file.
762        * macros/check-bsp-cache.m4: new file.
763        * macros/check-bsps.m4: new file.
764        * macros/check-cpu.m4: new file.
765        * macros/rtems-debug.m4: new file.
766        * macros/check-cxx.m4: new file.
767        * macros/check-itron.m4: new file.
768        * macros/check-multiprocessing.m4: new file.
769        * macros/check-networking.m4: new file.
770        * macros/check-newlib.m4: new file.
771        * macros/check-posix.m4: new file.
772        * macros/check-rdbg.m4: new file.
773        * macros/enable-bare.m4: new file.
774        * macros/enable-cxx.m4: new file.
775        * macros/enable-gcc28.m4: new file.
776        * macros/enable-inlines.m4: new file.
777        * macros/enable-itron.m4: new file.
778        * macros/enable-libcdir.m4: new file.
779        * macros/enable-multiprocessing.m4: new file.
780        * macros/enable-networking.m4: new file.
781        * macros/enable-posix.m4: new file.
782        * macros/enable-rdbg.m4: new file.
783        * macros/enable-rtemsbsp.m4: new file.
784        * macros/enable-tests.m4: new file.
785        * macros/gcc-pipe.m4: new file.
786        * macros/gcc-specs.m4: new file.
787        * macros/i386-gas-code16.m4: new file.
788        * macros/path-ksh.m4: new file.
789        * macros/path-perl.m4: new file.
790        * macros/prog-cc.m4: new file.
791        * macros/prog-cxx.m4: new file.
792        * macros/project-root.m4: new file.
793        * macros/rtems-top.m4: new file.
794        * macros/sysv-ipc.m4: new file.
795        * macros/target.m4: new file.
796        * macros/rtems-test-no-pause.m4: new file.
797        * macros/multilib.m4: new file.
798        * macros/tool-paths.m4: new file.
799        * macros/tool-prefix.m4: new file.
800
8012000-09-14      Joel Sherrill <joel@OARcorp.com>
802
803        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
804
8052000-09-14      Joel Sherrill <joel@OARcorp.com>
806
807        * aclocal/enable-hwapi.m4: Now longer used and removed.
808
8092000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * automake/lib.am: Remove leaf.cfg.
812
8132000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * aclocal/rtems-top.m4: Add ENDIF-hack.
816        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
817
8182000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
821        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
822        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
823        * automake/compile.am: Replaced.
824        * automake/local.am: Remove building variant handling.
825
8262000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
829        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
830        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
831        * aclocal/target.m4: Cleanup comments
832        * Automake/compile.am: Add DEFS support to keep building happy.
833
8342000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
837
8382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * automake/compile.am: New file
841        * ChangeLog: Fix email addresses
842
8432000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * LICENSE.NET, README, README.configure: Spelling corrections.
846
8472000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
850
8512000-08-30      Joel Sherrill <joel@OARcorp.com>
852
853        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
854
8552000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
856
857        * ChangeLog: Moved incorrect entries to make/ChangeLog.
858
8592000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * aclocal/check-bsps.h:
862          - Add pck6-BSP
863          - Exclude ChangeLog from being picked up as BSP
864        * aclocal/bsp-alias.m4: Add pck6-BSP
865
8662000-08-10      Joel Sherrill <joel@OARcorp.com>
867
868        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.