source: rtems/ChangeLog @ 6fea3824

4.104.114.84.95
Last change on this file since 6fea3824 was 6fea3824, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/07/02 at 13:06:23

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

  • aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
  • aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs. Add AC_ARG_VAR(RTEMS_CPU_MODEL).
  • Property mode set to 100644
File size: 30.1 KB
Line 
12002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
4        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
5        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
6
72002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
10
112002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Remove hard-coded *_PROFILE_V.
14        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
15        CFLAGS_PROFILE_V.
16        Remove CPPFLAGS_GCC.
17
182002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
21        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
22        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
23        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
24
252002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/rtems-flags.m4: New.
28
292002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * bootstrap: Allow autoconf-2.57.
32
332002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/prog-cc.m4: Remove GCCSED.
36
372002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
40        Remove LDFLAGS.
41        Add CCAS, CCASCOMPILE.
42        Remove compilation rules for *.cpp, *.cxx, *.C.
43        Use CCASCOMPILE to compile *.S.
44        Add -pg to RTEMS_CFLAGS_PROFILE_V.
45
462002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove c/make.
49
502002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * aclocal/prog-ccas.m4: New.
53        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
54        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
55        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
56
572002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * acinclude.m4: Conditionally append --target=.
60
612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
64
652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * automake/compile.am: Remove LD_PATHS (Unused).
68        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
69        is announced obsolete).
70
712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
74
752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/sysv-ipc.m4: Remove (Unused).
78        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
79
802002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * acinclude.m4: Lots of changes addressing PR 312.
83
842002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
87        to PR 312).
88
892002-11-18      Joel Sherrill <joel@OARcorp.com>
90
91        * VERSION: Updated to rtems-ss-20021118.
92
932002-11-18      Joel Sherrill <joel@OARcorp.com>
94
95        * aclocal/version.m4: Updated to rtems-ss-20021118.
96
972002-11-17      Joel Sherrill <joel@OARcorp.com>
98
99        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
100        Motorola MTX603e.
101
1022002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
105
1062002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
109        * configure.ac: Ditto.
110
1112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
114        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
115        Support @CFLAGS@, @CXXFLAGS@.
116
1172002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * bootstrap: Allow autoconf-2.56.
120
1212002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
124        Fix stupid typo (continue/configure).
125        * aclocal/prog-cc.m4: Remove obsolete comments.
126        Acknowledge CFLAGS.
127
1282002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
131        end of the args passed to sub-configure-scripts. (Reported by
132        Wulf Hofbauer <wh73@cornell.edu>)
133
1342002-11-12      Joel Sherrill <joel@OARcorp.com>
135
136        * configure.ac: Remove make/compilers/Makefile.
137
1382002-11-11      Joel Sherrill <joel@OARcorp.com>
139
140        * VERSION: Updated to rtems-ss-20021111.
141
1422002-11-11      Joel Sherrill <joel@OARcorp.com>
143
144        * aclocal/version.m4: Updated to rtems-ss-20021111.
145
1462002-11-11      Joel Sherrill <joel@OARcorp.com>
147
148        * VERSION: Updated to rtems-ss-20021111.
149
1502002-11-11      Joel Sherrill <joel@OARcorp.com>
151
152        * aclocal/version.m4: Updated to rtems-ss-20021111.
153
1542002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * automake/compile.am: Remove rel rule.
157
1582002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
161
1622002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove make/Templates/Makefile.
165        * README.configure: Minor massaging.
166
1672002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        Further preparations for autoconf > 2.52:
170        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
171        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
172        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
173
1742002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * acinclude.m4: Adapations to autoconf > 2.52.
177
1782002-11-01      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: Corrected.
181
1822002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bootstrap: Add generate_bspdir_acinclude to automatically update
185        c/src/lib/libbsp/<cpu>/acinclude.m4.
186        Use #! /bin/sh instead of #!/bin/sh.
187        Remove autom4te*.cache during ./bootstrap --clean.
188
1892002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
192        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
193        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
194        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
195        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
196        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
197        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
198        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
199        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
200        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
201        (autoconf > 2.54 seems to have problems with the old form of
202        quoting).
203
2042002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
207        (autoconf > 2.54 complains about).
208
2092002-10-21      Joel Sherrill <joel@OARcorp.com>
210
211        * VERSION: Updated to rtems-20021021-test.
212
2132002-10-21      Joel Sherrill <joel@OARcorp.com>
214
215        * aclocal/version.m4: Updated to rtems-20021021-test.
216
2172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Reformat.
220        Add autom4te*cache.
221        Remove autom4te.cache.
222
2232002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
226
2272002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
230        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
231
2322002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * bootstrap: Add autoconf/automake version checks by popular demand.
235        [FWIW: I dislike this.]
236
2372002-10-07      Joel Sherrill <joel@OARcorp.com>
238
239        * VERSION: Updated to rtems-ss-20021007.
240
2412002-10-07      Joel Sherrill <joel@OARcorp.com>
242
243        * aclocal/version.m4: Updated to rtems-ss-20021007.
244
2452002-10-04      Joel Sherrill <joel@OARcorp.com>
246
247        * VERSION: Updated to rtems-JUNK.
248
2492002-10-04      Joel Sherrill <joel@OARcorp.com>
250
251        * aclocal/version.m4: Updated to rtems-JUNK.
252
2532002-10-04      Joel Sherrill <joel@OARcorp.com>
254
255        * VERSION: Updated to rtems-ss-20021004.
256
2572002-10-04      Joel Sherrill <joel@OARcorp.com>
258
259        * aclocal/version.m4: Updated to rtems-ss-20021004.
260
2612002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
264        autoconf-2.53 PACKAGE crap.
265
2662002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/prog-gnat.m4: New.
269
2702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/bsp-configure.m4: Fix small typo in comment.
273
2742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
277
2782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
281        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
282        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
283
2842002-08-07      Joel Sherrill <joel@OARcorp.com>
285
286        * aclocal/version.m4: Updated to rtems-ss-20020807.
287
2882002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
291
2922002-07-31      Joel Sherrill <joel@OARcorp.com>
293
294        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
295        was just a stub and only the OR32 port is getting worked on.
296
2972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/subdirs.m4: Remove.
300        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
301
3022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
305        exec/score/cpu.
306
3072002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
310        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
311        compilation rules (Work-around to an automake bug).
312        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
313        make-library.
314
3152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Activate cpukit. Remove references to c/src/exec.
318
3192002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
322
3232002-07-17      Joel Sherrill <joel@OARcorp.com>
324
325        * aclocal/version.m4: Updated to rtems-ss-20020717.
326
3272002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * config-ml.in: Imported from gcc-3.1.
330        Change to match c/src/config-ml.in.
331
3322002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/check-multiprocessing.m4: Reworked.
335        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
336
3372002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * automake/multilib.am: Remove.
340        * Makefile.am: Reflect change above.
341
3422002-06-28      Joel Sherrill <joel@OARcorp.com>
343
344        * aclocal/version.m4: Updated to rtems-ss-20020628.
345
3462002-06-27      Joel Sherrill <joel@OARcorp.com>
347
348        * tools/Makefile.am: Build the cpu dependent tools as well.
349
3502002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/env-rtemscpu.m4: Remove.
353        * aclocal/multi.m4: Remove.
354        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
355
3562002-05-28      Joel Sherrill <joel@OARcorp.com>
357
358        * aclocal/version.m4: Updated to rtems-ss-20020528.
359
3602002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * aclocal/prog-cc.m4: Remove GCC272 support.
363        Remove ENABLE_LIBCDIR.
364        * aclocal/prog-cxx.m4: Ditto.
365        * aclocal/enable-gcc28.m4: Remove.
366        * aclocal/enable-libcdir.m4: Ditto.
367
3682002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
371        ENABLE_GCC28.
372
3732002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * automake/compile.am: Remove GCC272 support.
376        Remove *.sh rule (unused).
377        * configure.ac: Remove ENABLE_GCC28.
378        Remove ENABLE_LIBCDIR.
379
3802002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore: Added mdate-sh and texinfo.tex.
383
3842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal/version.m4: New file.
387        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
388        aclocal/version.m4.
389        * bootstrap: Use aclocal/version.m4 instead of VERSION.
390        * configure.ac: Use aclocal/version.m4 instead of VERSION.
391
3922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac:
395        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
396        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
397        * Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
399
4002002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
403        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
404
4052002-03-08      Joel Sherrill <joel@OARcorp.com>
406
407        * VERSION: Updated to rtems-mg5-20020808.
408
4092002-03-01      Joel Sherrill <joel@OARcorp.com>
410
411        * VERSION: Updated to rtems-ss-20020301.
412
4132002-02-15      Joel Sherrill <joel@OARcorp.com>
414
415        * VERSION: Updated to rtems-ss-20020215.
416
4172002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/subdirs.m4: Propagate the current $prefix to the
420        sub-configures.
421
4222002-02-05      Joel Sherrill <joel@OARcorp.com>
423
424        * VERSION: Updated to rtems-ss-20020205.
425
4262002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
429        compatibility.
430        * bootstrap: Let --clean remove texinfo.tex.
431
4322002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
435
4362002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Add --enable-docs support. Add
439        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
440        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
441        hard-coded SUBDIRS.
442        * README.configure: Added a bit of information on this new option.
443
4442002-01-18      Joel Sherrill <joel@OARcorp.com>
445
446        * VERSION: Updated to rtems-ss-20020118.
447
4482002-01-18      Joel Sherrill <joel@OARcorp.com>
449
450        * VERSION: Updated to rtems-20020118.
451
4522002-01-17      Joel Sherrill <joel@OARcorp.com>
453
454        * VERSION: Updated to rtems-ss-20020717.
455
4562002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
459        check upon host_alias != build_alias.
460
4612002-01-07      Joel Sherrill <joel@OARcorp.com>
462
463        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
464        last line to eliminate 100's of warnings.
465
4662002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal/check-newlib.m4: Apply AS_IF.
469        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
470        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
471        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
472        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
473        changes.
474        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
475        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
476        * automake/compile.am: Remove librtemsall from LINK_FILES.
477
4782001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
481        * aclocal/subdirs.m4: New file.
482        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
483        modifications.
484        * aclocal/check-posix.m4: Apply AS_IF.
485        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
486        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
487        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
488        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
489        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
490        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
491        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
492        OUTPUT_COMMANDS.
493        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
494        * aclocal/rtems-debug.m4: Minor cleanups.
495        * aclocal/rtems-top.m4: Minor cleanups.
496        * automake/compile.am: Further steps towards automake's rules.
497
4982001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
501        * automake/lib.am: Add MULTISUBDIR.
502
5032001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * bootstrap: Run autoheader when configure.ac contains
506        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
507
5082001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/bsp-configure.m4: New file.
511        * Makefile.am: Add aclocal/bsp-configure.m4.
512
5132001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Add automake/force-preinstall.am,
516        aclocal/ppc.am, remove ACLOCAL_M4.
517
5182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/bsp-alias.m4: Remove score603e_g1.
521        * aclocal/check-bsps.m4: Remove score603e_g1.
522        * aclocal/prog-cc.m4: Apply m4_if.
523
524
5252001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * automake/force-preinstall.am: New file.
528        * aclocal/ppc.m4: New file.
529
5302001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/check-bsps.m4: Reworked.
533        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
534
5352001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/bspopts.m4: New file.
538
5392001-11-13      Joel Sherrill <joel@OARcorp.com>
540
541        * COPYING: Test of $Id$ -> $RTEMS$.
542
5432001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
544
545        This modification is part of the submitted modifications necessary to
546        support the IBM PPC405 family.  This submission was reviewed by
547        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
548        not negatively impact the ppc403 BSPs.  The submission and tracking
549        process was captured as PR50.
550        * README.configure: Added gen405 BSP.
551
5522001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Adopt more automake rules:
555        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
556        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
557        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
558        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
559        CXXLINK_APP in make-cxx-exe.
560        * automake/lib.am: Add ARFLAGS.
561
5622001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
565        config.cache's which prevented powerpc targets librdbg from building.
566
5672001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
570        add 2nd arg to _RTEMS_CPU_SUBDIR.
571        * aclocal/target.m4: Replace ac_configure_args with
572        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
573        * Makefile.am: Require automake-1.5.
574
5752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
578        * configure.in: Remove.
579        * configure.ac: New file, generated from configure.in by autoupdate.
580
5812001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * aclocal/rtems-cpu-subdirs.m4: New file.
584
5852001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * automake/compile.am: Fundamentally reworked compilation rules for
588        closer adaptation to automake's behavior.
589
5902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * automake/lib.am: Comment out LD.
593        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
594        automake/leaf.am to AUTOMAKE_FILES.
595
5962001-09-27      Joel Sherrill <joel@OARcorp.com>
597
598        * config.guess: No longer in CVS since installed by bootstrap.
599
6002001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * bootstrap: remove/add automake added files.
603        * .cvsignore: reflect changes to bootstrap.
604
6052001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * automake/leaf.am: New file.
608
6092001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
612        of AC_CANONICAL_SYSTEM.
613        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
614        mkinstalldirs and mkdir.
615        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
616        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
617        _RTEMS_OUTPUT_BUILD_SUBDIRS.
618       
6192001-09-13      Joel Sherrill <joel@OARcorp.com>
620
621        * missing: Updated to latest version.
622
6232001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.in: autoupdate to autoconf-2.52.
626        * bootstrap: Add handling for configure.ac, make autoheader verbose,
627        fix auto*tool invocation order.
628        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
629        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
630        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
631        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
632        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
633        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
634        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
635        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
636        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
637        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
638        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
639        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
640        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
641        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
642        RTEMS_CONFIG_PER_BSP conditional.
643        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
644        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
645        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
646
6472001-05-25      Joel Sherrill <joel@OARcorp.com>
648
649        * README.configure: Corrected the name of the MRM332 BSP.
650        Strengthened the distinction between what the target
651        and the BSP each select.  Added more targets to list.
652
6532001-05-25      Joel Sherrill <joel@OARcorp.com>
654
655        * README.configure: Updated the list of BSPs.
656
6572001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
660        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
661        Add support for DOS-drive-letters.
662
6632001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
666        RTEMS_PROG_CC_FOR_TARGET.
667
6682001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * README.cdn-X: Update.
671        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
672        @CPPFLAGS@ to CPPFLAGS.
673
6742001-04-20      Eric Valette <valette@crf.canon.fr>
675
676        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
677        BSPs support the new exception processing model and
678        consequently, librdbg.
679
6802001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.in: Reworked for Canadian Cross support.
683        * Makefile.am: Reflect changes to configure.in.
684        * config.guess, config.sub: Update from subversions.gnu.org.
685        * README.cdn-X: New file.
686        * tools/Makefile.am: Remove build, tools from SUBDIRS.
687
6882001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
691        TARGET_CONFIG_SUBDIRS.
692        * aclocal/enable-bsp.m4: fix quoting.
693        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
694
6952001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * aclocal/config-subdirs.m4: New file.
698        * aclocal/target.m4: Use macros from config-subdirs.m4.
699
7002001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
703        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
704
7052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.in: Fix AM_INIT_AUTOMAKE.
708        * aclocal/bsp-arg-enable.m4: Extend comments.
709        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
710        the default clause.
711
7122001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
715        RTEMS_ENV_RTEMSCPU.
716        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
717        special treatment for GCC_SPECS.
718        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
719        special treatment for GCC_SPECS.
720        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
721        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
722        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
723        instead of $(shell ..) for LIBC_LIB*.
724
7252001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
728        simsh7045.
729
7302001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
731
732        * automake/compile.am: Add LD.
733
7342000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * config.guess, config.sub: Update from CVS-autoconf to pick
737        up new features (e.g. CC_FOR_BUILD in config.guess) but is
738        necessary anyway to use autoconf-versions > 2.13.
739
7402000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
743        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
744        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
745        help string.
746        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
747
7482000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
749
750        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
751        Modified to reflect addition of LEON BSPs as well as the
752        no-FP ERC32 variant.
753
7542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
757        standard).
758        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
759        standard).
760        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
761        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
762        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
763        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
764
7652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
768        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
769        $host instead of $target (BUG-FIX).
770        * configure.in: Use $target and $host instead of $target_alias and
771        $host_alias (autoconf-2.49b).
772        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
773        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
774
775        NOTES:
776        * autoconf-2.49b depredicates using changequotes.
777        * The changes to configure.in are due to cleanups in
778        autoconf-2.49b's implemention of canonicalization. With
779        autoconf-2.1x it wasn't always clear, when to use $xxx or
780        $xxx_alias. Now this is clear.
781
7822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
785
7862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
789        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
790        with an RTEMS specific but more restrictive autoconf macro.
791
7922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * automake/lib.am: Add LD.
795
7962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
799        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
800
8012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802 
803        * aclocal/*: Replace with contents of macros/*.m4
804        * macros/: Remove.
805        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
806        * Makefile.am: Reflect changes to aclocal/ and macros/.
807
8082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * configure.in: New, Cygnus/GNU style configuration.
811        * Makefile.am: Add macros/, reflect new configure.in,
812        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
813        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
814        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
815        * macros/tool-prefix.m4: Remove.
816        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
817        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
818        RTEMS_ROOT.
819        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
820        * macros/multilib.m4: Various minor fixes.
821        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
822        PROJECT_ROOT, RTEMS_ROOT.
823        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
824        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
825
8262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * automake/multilib.am: New file.
829        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
830        the automake/ directory.
831
8322000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * macros/enable-hwapi.m4: Removed.
835        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
836        A small cleanup step towards gnu-canonicalization.
837
8382000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * macros: New directory.
841        * macros/bsp-alias.m4: new file.
842        * macros/canonical-host.m4: new file.
843        * macros/canonical-target-name.m4: new file.
844        * macros/canonicalize-tools.m4: new file.
845        * macros/check-bsp-cache.m4: new file.
846        * macros/check-bsps.m4: new file.
847        * macros/check-cpu.m4: new file.
848        * macros/rtems-debug.m4: new file.
849        * macros/check-cxx.m4: new file.
850        * macros/check-itron.m4: new file.
851        * macros/check-multiprocessing.m4: new file.
852        * macros/check-networking.m4: new file.
853        * macros/check-newlib.m4: new file.
854        * macros/check-posix.m4: new file.
855        * macros/check-rdbg.m4: new file.
856        * macros/enable-bare.m4: new file.
857        * macros/enable-cxx.m4: new file.
858        * macros/enable-gcc28.m4: new file.
859        * macros/enable-inlines.m4: new file.
860        * macros/enable-itron.m4: new file.
861        * macros/enable-libcdir.m4: new file.
862        * macros/enable-multiprocessing.m4: new file.
863        * macros/enable-networking.m4: new file.
864        * macros/enable-posix.m4: new file.
865        * macros/enable-rdbg.m4: new file.
866        * macros/enable-rtemsbsp.m4: new file.
867        * macros/enable-tests.m4: new file.
868        * macros/gcc-pipe.m4: new file.
869        * macros/gcc-specs.m4: new file.
870        * macros/i386-gas-code16.m4: new file.
871        * macros/path-ksh.m4: new file.
872        * macros/path-perl.m4: new file.
873        * macros/prog-cc.m4: new file.
874        * macros/prog-cxx.m4: new file.
875        * macros/project-root.m4: new file.
876        * macros/rtems-top.m4: new file.
877        * macros/sysv-ipc.m4: new file.
878        * macros/target.m4: new file.
879        * macros/rtems-test-no-pause.m4: new file.
880        * macros/multilib.m4: new file.
881        * macros/tool-paths.m4: new file.
882        * macros/tool-prefix.m4: new file.
883
8842000-09-14      Joel Sherrill <joel@OARcorp.com>
885
886        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
887
8882000-09-14      Joel Sherrill <joel@OARcorp.com>
889
890        * aclocal/enable-hwapi.m4: Now longer used and removed.
891
8922000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * automake/lib.am: Remove leaf.cfg.
895
8962000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * aclocal/rtems-top.m4: Add ENDIF-hack.
899        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
900
9012000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
904        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
905        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
906        * automake/compile.am: Replaced.
907        * automake/local.am: Remove building variant handling.
908
9092000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
912        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
913        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
914        * aclocal/target.m4: Cleanup comments
915        * Automake/compile.am: Add DEFS support to keep building happy.
916
9172000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
920
9212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * automake/compile.am: New file
924        * ChangeLog: Fix email addresses
925
9262000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * LICENSE.NET, README, README.configure: Spelling corrections.
929
9302000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
933
9342000-08-30      Joel Sherrill <joel@OARcorp.com>
935
936        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
937
9382000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
939
940        * ChangeLog: Moved incorrect entries to make/ChangeLog.
941
9422000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * aclocal/check-bsps.h:
945          - Add pck6-BSP
946          - Exclude ChangeLog from being picked up as BSP
947        * aclocal/bsp-alias.m4: Add pck6-BSP
948
9492000-08-10      Joel Sherrill <joel@OARcorp.com>
950
951        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.