source: rtems/ChangeLog @ 471bcf0

4.104.114.84.95
Last change on this file since 471bcf0 was 8a2e2aaa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/15/02 at 14:45:37

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

  • automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V, CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT. Support @CFLAGS@, @CXXFLAGS@.
  • Property mode set to 100644
File size: 26.9 KB
Line 
12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
4        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
5        Support @CFLAGS@, @CXXFLAGS@.
6
72002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * bootstrap: Allow autoconf-2.56.
10
112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
14        Fix stupid typo (continue/configure).
15        * aclocal/prog-cc.m4: Remove obsolete comments.
16        Acknowledge CFLAGS.
17
182002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
21        end of the args passed to sub-configure-scripts. (Reported by
22        Wulf Hofbauer <wh73@cornell.edu>)
23
242002-11-12      Joel Sherrill <joel@OARcorp.com>
25
26        * configure.ac: Remove make/compilers/Makefile.
27
282002-11-11      Joel Sherrill <joel@OARcorp.com>
29
30        * VERSION: Updated to rtems-ss-20021111.
31
322002-11-11      Joel Sherrill <joel@OARcorp.com>
33
34        * aclocal/version.m4: Updated to rtems-ss-20021111.
35
362002-11-11      Joel Sherrill <joel@OARcorp.com>
37
38        * VERSION: Updated to rtems-ss-20021111.
39
402002-11-11      Joel Sherrill <joel@OARcorp.com>
41
42        * aclocal/version.m4: Updated to rtems-ss-20021111.
43
442002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * automake/compile.am: Remove rel rule.
47
482002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
51
522002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove make/Templates/Makefile.
55        * README.configure: Minor massaging.
56
572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        Further preparations for autoconf > 2.52:
60        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
61        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
62        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
63
642002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * acinclude.m4: Adapations to autoconf > 2.52.
67
682002-11-01      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog: Corrected.
71
722002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * bootstrap: Add generate_bspdir_acinclude to automatically update
75        c/src/lib/libbsp/<cpu>/acinclude.m4.
76        Use #! /bin/sh instead of #!/bin/sh.
77        Remove autom4te*.cache during ./bootstrap --clean.
78
792002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
82        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
83        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
84        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
85        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
86        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
87        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
88        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
89        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
90        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
91        (autoconf > 2.54 seems to have problems with the old form of
92        quoting).
93
942002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
97        (autoconf > 2.54 complains about).
98
992002-10-21      Joel Sherrill <joel@OARcorp.com>
100
101        * VERSION: Updated to rtems-20021021-test.
102
1032002-10-21      Joel Sherrill <joel@OARcorp.com>
104
105        * aclocal/version.m4: Updated to rtems-20021021-test.
106
1072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Reformat.
110        Add autom4te*cache.
111        Remove autom4te.cache.
112
1132002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
116
1172002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
120        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
121
1222002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bootstrap: Add autoconf/automake version checks by popular demand.
125        [FWIW: I dislike this.]
126
1272002-10-07      Joel Sherrill <joel@OARcorp.com>
128
129        * VERSION: Updated to rtems-ss-20021007.
130
1312002-10-07      Joel Sherrill <joel@OARcorp.com>
132
133        * aclocal/version.m4: Updated to rtems-ss-20021007.
134
1352002-10-04      Joel Sherrill <joel@OARcorp.com>
136
137        * VERSION: Updated to rtems-JUNK.
138
1392002-10-04      Joel Sherrill <joel@OARcorp.com>
140
141        * aclocal/version.m4: Updated to rtems-JUNK.
142
1432002-10-04      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to rtems-ss-20021004.
146
1472002-10-04      Joel Sherrill <joel@OARcorp.com>
148
149        * aclocal/version.m4: Updated to rtems-ss-20021004.
150
1512002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
154        autoconf-2.53 PACKAGE crap.
155
1562002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/prog-gnat.m4: New.
159
1602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/bsp-configure.m4: Fix small typo in comment.
163
1642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
167
1682002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
171        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
172        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
173
1742002-08-07      Joel Sherrill <joel@OARcorp.com>
175
176        * aclocal/version.m4: Updated to rtems-ss-20020807.
177
1782002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
181
1822002-07-31      Joel Sherrill <joel@OARcorp.com>
183
184        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
185        was just a stub and only the OR32 port is getting worked on.
186
1872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/subdirs.m4: Remove.
190        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
191
1922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
195        exec/score/cpu.
196
1972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
200        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
201        compilation rules (Work-around to an automake bug).
202        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
203        make-library.
204
2052002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Activate cpukit. Remove references to c/src/exec.
208
2092002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
212
2132002-07-17      Joel Sherrill <joel@OARcorp.com>
214
215        * aclocal/version.m4: Updated to rtems-ss-20020717.
216
2172002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * config-ml.in: Imported from gcc-3.1.
220        Change to match c/src/config-ml.in.
221
2222002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/check-multiprocessing.m4: Reworked.
225        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
226
2272002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * automake/multilib.am: Remove.
230        * Makefile.am: Reflect change above.
231
2322002-06-28      Joel Sherrill <joel@OARcorp.com>
233
234        * aclocal/version.m4: Updated to rtems-ss-20020628.
235
2362002-06-27      Joel Sherrill <joel@OARcorp.com>
237
238        * tools/Makefile.am: Build the cpu dependent tools as well.
239
2402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * aclocal/env-rtemscpu.m4: Remove.
243        * aclocal/multi.m4: Remove.
244        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
245
2462002-05-28      Joel Sherrill <joel@OARcorp.com>
247
248        * aclocal/version.m4: Updated to rtems-ss-20020528.
249
2502002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/prog-cc.m4: Remove GCC272 support.
253        Remove ENABLE_LIBCDIR.
254        * aclocal/prog-cxx.m4: Ditto.
255        * aclocal/enable-gcc28.m4: Remove.
256        * aclocal/enable-libcdir.m4: Ditto.
257
2582002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
261        ENABLE_GCC28.
262
2632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * automake/compile.am: Remove GCC272 support.
266        Remove *.sh rule (unused).
267        * configure.ac: Remove ENABLE_GCC28.
268        Remove ENABLE_LIBCDIR.
269
2702002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Added mdate-sh and texinfo.tex.
273
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/version.m4: New file.
277        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
278        aclocal/version.m4.
279        * bootstrap: Use aclocal/version.m4 instead of VERSION.
280        * configure.ac: Use aclocal/version.m4 instead of VERSION.
281
2822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac:
285        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
286        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
287        * Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
289
2902002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
293        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
294
2952002-03-08      Joel Sherrill <joel@OARcorp.com>
296
297        * VERSION: Updated to rtems-mg5-20020808.
298
2992002-03-01      Joel Sherrill <joel@OARcorp.com>
300
301        * VERSION: Updated to rtems-ss-20020301.
302
3032002-02-15      Joel Sherrill <joel@OARcorp.com>
304
305        * VERSION: Updated to rtems-ss-20020215.
306
3072002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/subdirs.m4: Propagate the current $prefix to the
310        sub-configures.
311
3122002-02-05      Joel Sherrill <joel@OARcorp.com>
313
314        * VERSION: Updated to rtems-ss-20020205.
315
3162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
319        compatibility.
320        * bootstrap: Let --clean remove texinfo.tex.
321
3222002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
325
3262002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Add --enable-docs support. Add
329        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
330        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
331        hard-coded SUBDIRS.
332        * README.configure: Added a bit of information on this new option.
333
3342002-01-18      Joel Sherrill <joel@OARcorp.com>
335
336        * VERSION: Updated to rtems-ss-20020118.
337
3382002-01-18      Joel Sherrill <joel@OARcorp.com>
339
340        * VERSION: Updated to rtems-20020118.
341
3422002-01-17      Joel Sherrill <joel@OARcorp.com>
343
344        * VERSION: Updated to rtems-ss-20020717.
345
3462002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
349        check upon host_alias != build_alias.
350
3512002-01-07      Joel Sherrill <joel@OARcorp.com>
352
353        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
354        last line to eliminate 100's of warnings.
355
3562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * aclocal/check-newlib.m4: Apply AS_IF.
359        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
360        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
361        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
362        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
363        changes.
364        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
365        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
366        * automake/compile.am: Remove librtemsall from LINK_FILES.
367
3682001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
371        * aclocal/subdirs.m4: New file.
372        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
373        modifications.
374        * aclocal/check-posix.m4: Apply AS_IF.
375        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
376        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
377        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
378        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
379        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
380        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
381        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
382        OUTPUT_COMMANDS.
383        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
384        * aclocal/rtems-debug.m4: Minor cleanups.
385        * aclocal/rtems-top.m4: Minor cleanups.
386        * automake/compile.am: Further steps towards automake's rules.
387
3882001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
391        * automake/lib.am: Add MULTISUBDIR.
392
3932001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * bootstrap: Run autoheader when configure.ac contains
396        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
397
3982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/bsp-configure.m4: New file.
401        * Makefile.am: Add aclocal/bsp-configure.m4.
402
4032001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Add automake/force-preinstall.am,
406        aclocal/ppc.am, remove ACLOCAL_M4.
407
4082001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/bsp-alias.m4: Remove score603e_g1.
411        * aclocal/check-bsps.m4: Remove score603e_g1.
412        * aclocal/prog-cc.m4: Apply m4_if.
413
414
4152001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * automake/force-preinstall.am: New file.
418        * aclocal/ppc.m4: New file.
419
4202001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * aclocal/check-bsps.m4: Reworked.
423        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
424
4252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/bspopts.m4: New file.
428
4292001-11-13      Joel Sherrill <joel@OARcorp.com>
430
431        * COPYING: Test of $Id$ -> $RTEMS$.
432
4332001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
434
435        This modification is part of the submitted modifications necessary to
436        support the IBM PPC405 family.  This submission was reviewed by
437        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
438        not negatively impact the ppc403 BSPs.  The submission and tracking
439        process was captured as PR50.
440        * README.configure: Added gen405 BSP.
441
4422001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Adopt more automake rules:
445        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
446        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
447        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
448        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
449        CXXLINK_APP in make-cxx-exe.
450        * automake/lib.am: Add ARFLAGS.
451
4522001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
455        config.cache's which prevented powerpc targets librdbg from building.
456
4572001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
460        add 2nd arg to _RTEMS_CPU_SUBDIR.
461        * aclocal/target.m4: Replace ac_configure_args with
462        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
463        * Makefile.am: Require automake-1.5.
464
4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470
4712001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/rtems-cpu-subdirs.m4: New file.
474
4752001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * automake/compile.am: Fundamentally reworked compilation rules for
478        closer adaptation to automake's behavior.
479
4802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * automake/lib.am: Comment out LD.
483        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
484        automake/leaf.am to AUTOMAKE_FILES.
485
4862001-09-27      Joel Sherrill <joel@OARcorp.com>
487
488        * config.guess: No longer in CVS since installed by bootstrap.
489
4902001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * bootstrap: remove/add automake added files.
493        * .cvsignore: reflect changes to bootstrap.
494
4952001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * automake/leaf.am: New file.
498
4992001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
502        of AC_CANONICAL_SYSTEM.
503        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
504        mkinstalldirs and mkdir.
505        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
506        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
507        _RTEMS_OUTPUT_BUILD_SUBDIRS.
508       
5092001-09-13      Joel Sherrill <joel@OARcorp.com>
510
511        * missing: Updated to latest version.
512
5132001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: autoupdate to autoconf-2.52.
516        * bootstrap: Add handling for configure.ac, make autoheader verbose,
517        fix auto*tool invocation order.
518        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
519        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
520        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
521        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
522        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
523        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
524        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
525        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
526        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
527        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
528        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
529        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
530        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
531        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
532        RTEMS_CONFIG_PER_BSP conditional.
533        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
534        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
535        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
536
5372001-05-25      Joel Sherrill <joel@OARcorp.com>
538
539        * README.configure: Corrected the name of the MRM332 BSP.
540        Strengthened the distinction between what the target
541        and the BSP each select.  Added more targets to list.
542
5432001-05-25      Joel Sherrill <joel@OARcorp.com>
544
545        * README.configure: Updated the list of BSPs.
546
5472001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
550        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
551        Add support for DOS-drive-letters.
552
5532001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
556        RTEMS_PROG_CC_FOR_TARGET.
557
5582001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * README.cdn-X: Update.
561        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
562        @CPPFLAGS@ to CPPFLAGS.
563
5642001-04-20      Eric Valette <valette@crf.canon.fr>
565
566        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
567        BSPs support the new exception processing model and
568        consequently, librdbg.
569
5702001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.in: Reworked for Canadian Cross support.
573        * Makefile.am: Reflect changes to configure.in.
574        * config.guess, config.sub: Update from subversions.gnu.org.
575        * README.cdn-X: New file.
576        * tools/Makefile.am: Remove build, tools from SUBDIRS.
577
5782001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
581        TARGET_CONFIG_SUBDIRS.
582        * aclocal/enable-bsp.m4: fix quoting.
583        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
584
5852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * aclocal/config-subdirs.m4: New file.
588        * aclocal/target.m4: Use macros from config-subdirs.m4.
589
5902001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
593        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
594
5952001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.in: Fix AM_INIT_AUTOMAKE.
598        * aclocal/bsp-arg-enable.m4: Extend comments.
599        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
600        the default clause.
601
6022001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
605        RTEMS_ENV_RTEMSCPU.
606        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
607        special treatment for GCC_SPECS.
608        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
609        special treatment for GCC_SPECS.
610        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
611        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
612        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
613        instead of $(shell ..) for LIBC_LIB*.
614
6152001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
618        simsh7045.
619
6202001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
621
622        * automake/compile.am: Add LD.
623
6242000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * config.guess, config.sub: Update from CVS-autoconf to pick
627        up new features (e.g. CC_FOR_BUILD in config.guess) but is
628        necessary anyway to use autoconf-versions > 2.13.
629
6302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
633        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
634        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
635        help string.
636        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
637
6382000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
639
640        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
641        Modified to reflect addition of LEON BSPs as well as the
642        no-FP ERC32 variant.
643
6442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
647        standard).
648        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
649        standard).
650        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
651        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
652        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
653        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
654
6552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
658        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
659        $host instead of $target (BUG-FIX).
660        * configure.in: Use $target and $host instead of $target_alias and
661        $host_alias (autoconf-2.49b).
662        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
663        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
664
665        NOTES:
666        * autoconf-2.49b depredicates using changequotes.
667        * The changes to configure.in are due to cleanups in
668        autoconf-2.49b's implemention of canonicalization. With
669        autoconf-2.1x it wasn't always clear, when to use $xxx or
670        $xxx_alias. Now this is clear.
671
6722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
675
6762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
679        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
680        with an RTEMS specific but more restrictive autoconf macro.
681
6822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * automake/lib.am: Add LD.
685
6862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
689        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
690
6912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692 
693        * aclocal/*: Replace with contents of macros/*.m4
694        * macros/: Remove.
695        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
696        * Makefile.am: Reflect changes to aclocal/ and macros/.
697
6982000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * configure.in: New, Cygnus/GNU style configuration.
701        * Makefile.am: Add macros/, reflect new configure.in,
702        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
703        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
704        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
705        * macros/tool-prefix.m4: Remove.
706        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
707        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
708        RTEMS_ROOT.
709        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
710        * macros/multilib.m4: Various minor fixes.
711        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
712        PROJECT_ROOT, RTEMS_ROOT.
713        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
714        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
715
7162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * automake/multilib.am: New file.
719        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
720        the automake/ directory.
721
7222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * macros/enable-hwapi.m4: Removed.
725        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
726        A small cleanup step towards gnu-canonicalization.
727
7282000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * macros: New directory.
731        * macros/bsp-alias.m4: new file.
732        * macros/canonical-host.m4: new file.
733        * macros/canonical-target-name.m4: new file.
734        * macros/canonicalize-tools.m4: new file.
735        * macros/check-bsp-cache.m4: new file.
736        * macros/check-bsps.m4: new file.
737        * macros/check-cpu.m4: new file.
738        * macros/rtems-debug.m4: new file.
739        * macros/check-cxx.m4: new file.
740        * macros/check-itron.m4: new file.
741        * macros/check-multiprocessing.m4: new file.
742        * macros/check-networking.m4: new file.
743        * macros/check-newlib.m4: new file.
744        * macros/check-posix.m4: new file.
745        * macros/check-rdbg.m4: new file.
746        * macros/enable-bare.m4: new file.
747        * macros/enable-cxx.m4: new file.
748        * macros/enable-gcc28.m4: new file.
749        * macros/enable-inlines.m4: new file.
750        * macros/enable-itron.m4: new file.
751        * macros/enable-libcdir.m4: new file.
752        * macros/enable-multiprocessing.m4: new file.
753        * macros/enable-networking.m4: new file.
754        * macros/enable-posix.m4: new file.
755        * macros/enable-rdbg.m4: new file.
756        * macros/enable-rtemsbsp.m4: new file.
757        * macros/enable-tests.m4: new file.
758        * macros/gcc-pipe.m4: new file.
759        * macros/gcc-specs.m4: new file.
760        * macros/i386-gas-code16.m4: new file.
761        * macros/path-ksh.m4: new file.
762        * macros/path-perl.m4: new file.
763        * macros/prog-cc.m4: new file.
764        * macros/prog-cxx.m4: new file.
765        * macros/project-root.m4: new file.
766        * macros/rtems-top.m4: new file.
767        * macros/sysv-ipc.m4: new file.
768        * macros/target.m4: new file.
769        * macros/rtems-test-no-pause.m4: new file.
770        * macros/multilib.m4: new file.
771        * macros/tool-paths.m4: new file.
772        * macros/tool-prefix.m4: new file.
773
7742000-09-14      Joel Sherrill <joel@OARcorp.com>
775
776        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
777
7782000-09-14      Joel Sherrill <joel@OARcorp.com>
779
780        * aclocal/enable-hwapi.m4: Now longer used and removed.
781
7822000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * automake/lib.am: Remove leaf.cfg.
785
7862000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/rtems-top.m4: Add ENDIF-hack.
789        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
790
7912000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
794        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
795        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
796        * automake/compile.am: Replaced.
797        * automake/local.am: Remove building variant handling.
798
7992000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
802        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
803        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
804        * aclocal/target.m4: Cleanup comments
805        * Automake/compile.am: Add DEFS support to keep building happy.
806
8072000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
810
8112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * automake/compile.am: New file
814        * ChangeLog: Fix email addresses
815
8162000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * LICENSE.NET, README, README.configure: Spelling corrections.
819
8202000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
823
8242000-08-30      Joel Sherrill <joel@OARcorp.com>
825
826        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
827
8282000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
829
830        * ChangeLog: Moved incorrect entries to make/ChangeLog.
831
8322000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * aclocal/check-bsps.h:
835          - Add pck6-BSP
836          - Exclude ChangeLog from being picked up as BSP
837        * aclocal/bsp-alias.m4: Add pck6-BSP
838
8392000-08-10      Joel Sherrill <joel@OARcorp.com>
840
841        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.