source: rtems/ChangeLog @ 1c36c3e4

4.104.114.84.95
Last change on this file since 1c36c3e4 was b41b797, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/02 at 10:41:21

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

  • bootstrap: Require autoconf 2.54 or 2.57. Require automake-1.7.2.
  • Property mode set to 100644
File size: 30.2 KB
Line 
12002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bootstrap: Require autoconf 2.54 or 2.57.
4        Require automake-1.7.2.
5
62002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
9        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
10        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
11
122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
15
162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * automake/compile.am: Remove hard-coded *_PROFILE_V.
19        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
20        CFLAGS_PROFILE_V.
21        Remove CPPFLAGS_GCC.
22
232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
26        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
27        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
28        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
29
302002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * aclocal/rtems-flags.m4: New.
33
342002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * bootstrap: Allow autoconf-2.57.
37
382002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * aclocal/prog-cc.m4: Remove GCCSED.
41
422002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
45        Remove LDFLAGS.
46        Add CCAS, CCASCOMPILE.
47        Remove compilation rules for *.cpp, *.cxx, *.C.
48        Use CCASCOMPILE to compile *.S.
49        Add -pg to RTEMS_CFLAGS_PROFILE_V.
50
512002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove c/make.
54
552002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/prog-ccas.m4: New.
58        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
59        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
60        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
61
622002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * acinclude.m4: Conditionally append --target=.
65
662002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
69
702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * automake/compile.am: Remove LD_PATHS (Unused).
73        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
74        is announced obsolete).
75
762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
79
802002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/sysv-ipc.m4: Remove (Unused).
83        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
84
852002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * acinclude.m4: Lots of changes addressing PR 312.
88
892002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
92        to PR 312).
93
942002-11-18      Joel Sherrill <joel@OARcorp.com>
95
96        * VERSION: Updated to rtems-ss-20021118.
97
982002-11-18      Joel Sherrill <joel@OARcorp.com>
99
100        * aclocal/version.m4: Updated to rtems-ss-20021118.
101
1022002-11-17      Joel Sherrill <joel@OARcorp.com>
103
104        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
105        Motorola MTX603e.
106
1072002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
110
1112002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
114        * configure.ac: Ditto.
115
1162002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
119        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
120        Support @CFLAGS@, @CXXFLAGS@.
121
1222002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bootstrap: Allow autoconf-2.56.
125
1262002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
129        Fix stupid typo (continue/configure).
130        * aclocal/prog-cc.m4: Remove obsolete comments.
131        Acknowledge CFLAGS.
132
1332002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
136        end of the args passed to sub-configure-scripts. (Reported by
137        Wulf Hofbauer <wh73@cornell.edu>)
138
1392002-11-12      Joel Sherrill <joel@OARcorp.com>
140
141        * configure.ac: Remove make/compilers/Makefile.
142
1432002-11-11      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to rtems-ss-20021111.
146
1472002-11-11      Joel Sherrill <joel@OARcorp.com>
148
149        * aclocal/version.m4: Updated to rtems-ss-20021111.
150
1512002-11-11      Joel Sherrill <joel@OARcorp.com>
152
153        * VERSION: Updated to rtems-ss-20021111.
154
1552002-11-11      Joel Sherrill <joel@OARcorp.com>
156
157        * aclocal/version.m4: Updated to rtems-ss-20021111.
158
1592002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * automake/compile.am: Remove rel rule.
162
1632002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
166
1672002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove make/Templates/Makefile.
170        * README.configure: Minor massaging.
171
1722002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        Further preparations for autoconf > 2.52:
175        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
176        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
177        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
178
1792002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * acinclude.m4: Adapations to autoconf > 2.52.
182
1832002-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: Corrected.
186
1872002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * bootstrap: Add generate_bspdir_acinclude to automatically update
190        c/src/lib/libbsp/<cpu>/acinclude.m4.
191        Use #! /bin/sh instead of #!/bin/sh.
192        Remove autom4te*.cache during ./bootstrap --clean.
193
1942002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
197        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
198        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
199        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
200        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
201        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
202        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
203        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
204        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
205        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
206        (autoconf > 2.54 seems to have problems with the old form of
207        quoting).
208
2092002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
212        (autoconf > 2.54 complains about).
213
2142002-10-21      Joel Sherrill <joel@OARcorp.com>
215
216        * VERSION: Updated to rtems-20021021-test.
217
2182002-10-21      Joel Sherrill <joel@OARcorp.com>
219
220        * aclocal/version.m4: Updated to rtems-20021021-test.
221
2222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Reformat.
225        Add autom4te*cache.
226        Remove autom4te.cache.
227
2282002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
231
2322002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
235        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
236
2372002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * bootstrap: Add autoconf/automake version checks by popular demand.
240        [FWIW: I dislike this.]
241
2422002-10-07      Joel Sherrill <joel@OARcorp.com>
243
244        * VERSION: Updated to rtems-ss-20021007.
245
2462002-10-07      Joel Sherrill <joel@OARcorp.com>
247
248        * aclocal/version.m4: Updated to rtems-ss-20021007.
249
2502002-10-04      Joel Sherrill <joel@OARcorp.com>
251
252        * VERSION: Updated to rtems-JUNK.
253
2542002-10-04      Joel Sherrill <joel@OARcorp.com>
255
256        * aclocal/version.m4: Updated to rtems-JUNK.
257
2582002-10-04      Joel Sherrill <joel@OARcorp.com>
259
260        * VERSION: Updated to rtems-ss-20021004.
261
2622002-10-04      Joel Sherrill <joel@OARcorp.com>
263
264        * aclocal/version.m4: Updated to rtems-ss-20021004.
265
2662002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
269        autoconf-2.53 PACKAGE crap.
270
2712002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/prog-gnat.m4: New.
274
2752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/bsp-configure.m4: Fix small typo in comment.
278
2792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
282
2832002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
286        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
287        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
288
2892002-08-07      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/version.m4: Updated to rtems-ss-20020807.
292
2932002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
296
2972002-07-31      Joel Sherrill <joel@OARcorp.com>
298
299        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
300        was just a stub and only the OR32 port is getting worked on.
301
3022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/subdirs.m4: Remove.
305        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
306
3072002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
310        exec/score/cpu.
311
3122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
315        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
316        compilation rules (Work-around to an automake bug).
317        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
318        make-library.
319
3202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Activate cpukit. Remove references to c/src/exec.
323
3242002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
327
3282002-07-17      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20020717.
331
3322002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * config-ml.in: Imported from gcc-3.1.
335        Change to match c/src/config-ml.in.
336
3372002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/check-multiprocessing.m4: Reworked.
340        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
341
3422002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * automake/multilib.am: Remove.
345        * Makefile.am: Reflect change above.
346
3472002-06-28      Joel Sherrill <joel@OARcorp.com>
348
349        * aclocal/version.m4: Updated to rtems-ss-20020628.
350
3512002-06-27      Joel Sherrill <joel@OARcorp.com>
352
353        * tools/Makefile.am: Build the cpu dependent tools as well.
354
3552002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/env-rtemscpu.m4: Remove.
358        * aclocal/multi.m4: Remove.
359        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
360
3612002-05-28      Joel Sherrill <joel@OARcorp.com>
362
363        * aclocal/version.m4: Updated to rtems-ss-20020528.
364
3652002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * aclocal/prog-cc.m4: Remove GCC272 support.
368        Remove ENABLE_LIBCDIR.
369        * aclocal/prog-cxx.m4: Ditto.
370        * aclocal/enable-gcc28.m4: Remove.
371        * aclocal/enable-libcdir.m4: Ditto.
372
3732002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
376        ENABLE_GCC28.
377
3782002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * automake/compile.am: Remove GCC272 support.
381        Remove *.sh rule (unused).
382        * configure.ac: Remove ENABLE_GCC28.
383        Remove ENABLE_LIBCDIR.
384
3852002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * .cvsignore: Added mdate-sh and texinfo.tex.
388
3892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * aclocal/version.m4: New file.
392        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
393        aclocal/version.m4.
394        * bootstrap: Use aclocal/version.m4 instead of VERSION.
395        * configure.ac: Use aclocal/version.m4 instead of VERSION.
396
3972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac:
400        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
401        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
402        * Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
404
4052002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
408        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
409
4102002-03-08      Joel Sherrill <joel@OARcorp.com>
411
412        * VERSION: Updated to rtems-mg5-20020808.
413
4142002-03-01      Joel Sherrill <joel@OARcorp.com>
415
416        * VERSION: Updated to rtems-ss-20020301.
417
4182002-02-15      Joel Sherrill <joel@OARcorp.com>
419
420        * VERSION: Updated to rtems-ss-20020215.
421
4222002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/subdirs.m4: Propagate the current $prefix to the
425        sub-configures.
426
4272002-02-05      Joel Sherrill <joel@OARcorp.com>
428
429        * VERSION: Updated to rtems-ss-20020205.
430
4312002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
434        compatibility.
435        * bootstrap: Let --clean remove texinfo.tex.
436
4372002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
440
4412002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Add --enable-docs support. Add
444        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
445        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
446        hard-coded SUBDIRS.
447        * README.configure: Added a bit of information on this new option.
448
4492002-01-18      Joel Sherrill <joel@OARcorp.com>
450
451        * VERSION: Updated to rtems-ss-20020118.
452
4532002-01-18      Joel Sherrill <joel@OARcorp.com>
454
455        * VERSION: Updated to rtems-20020118.
456
4572002-01-17      Joel Sherrill <joel@OARcorp.com>
458
459        * VERSION: Updated to rtems-ss-20020717.
460
4612002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
464        check upon host_alias != build_alias.
465
4662002-01-07      Joel Sherrill <joel@OARcorp.com>
467
468        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
469        last line to eliminate 100's of warnings.
470
4712002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/check-newlib.m4: Apply AS_IF.
474        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
475        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
476        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
477        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
478        changes.
479        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
480        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
481        * automake/compile.am: Remove librtemsall from LINK_FILES.
482
4832001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
486        * aclocal/subdirs.m4: New file.
487        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
488        modifications.
489        * aclocal/check-posix.m4: Apply AS_IF.
490        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
491        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
492        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
493        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
494        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
495        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
496        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
497        OUTPUT_COMMANDS.
498        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
499        * aclocal/rtems-debug.m4: Minor cleanups.
500        * aclocal/rtems-top.m4: Minor cleanups.
501        * automake/compile.am: Further steps towards automake's rules.
502
5032001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
506        * automake/lib.am: Add MULTISUBDIR.
507
5082001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * bootstrap: Run autoheader when configure.ac contains
511        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
512
5132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/bsp-configure.m4: New file.
516        * Makefile.am: Add aclocal/bsp-configure.m4.
517
5182001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Add automake/force-preinstall.am,
521        aclocal/ppc.am, remove ACLOCAL_M4.
522
5232001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * aclocal/bsp-alias.m4: Remove score603e_g1.
526        * aclocal/check-bsps.m4: Remove score603e_g1.
527        * aclocal/prog-cc.m4: Apply m4_if.
528
529
5302001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * automake/force-preinstall.am: New file.
533        * aclocal/ppc.m4: New file.
534
5352001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/check-bsps.m4: Reworked.
538        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
539
5402001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/bspopts.m4: New file.
543
5442001-11-13      Joel Sherrill <joel@OARcorp.com>
545
546        * COPYING: Test of $Id$ -> $RTEMS$.
547
5482001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
549
550        This modification is part of the submitted modifications necessary to
551        support the IBM PPC405 family.  This submission was reviewed by
552        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
553        not negatively impact the ppc403 BSPs.  The submission and tracking
554        process was captured as PR50.
555        * README.configure: Added gen405 BSP.
556
5572001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Adopt more automake rules:
560        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
561        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
562        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
563        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
564        CXXLINK_APP in make-cxx-exe.
565        * automake/lib.am: Add ARFLAGS.
566
5672001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
570        config.cache's which prevented powerpc targets librdbg from building.
571
5722001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
575        add 2nd arg to _RTEMS_CPU_SUBDIR.
576        * aclocal/target.m4: Replace ac_configure_args with
577        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
578        * Makefile.am: Require automake-1.5.
579
5802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
583        * configure.in: Remove.
584        * configure.ac: New file, generated from configure.in by autoupdate.
585
5862001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/rtems-cpu-subdirs.m4: New file.
589
5902001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * automake/compile.am: Fundamentally reworked compilation rules for
593        closer adaptation to automake's behavior.
594
5952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * automake/lib.am: Comment out LD.
598        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
599        automake/leaf.am to AUTOMAKE_FILES.
600
6012001-09-27      Joel Sherrill <joel@OARcorp.com>
602
603        * config.guess: No longer in CVS since installed by bootstrap.
604
6052001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * bootstrap: remove/add automake added files.
608        * .cvsignore: reflect changes to bootstrap.
609
6102001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * automake/leaf.am: New file.
613
6142001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
617        of AC_CANONICAL_SYSTEM.
618        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
619        mkinstalldirs and mkdir.
620        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
621        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
622        _RTEMS_OUTPUT_BUILD_SUBDIRS.
623       
6242001-09-13      Joel Sherrill <joel@OARcorp.com>
625
626        * missing: Updated to latest version.
627
6282001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.in: autoupdate to autoconf-2.52.
631        * bootstrap: Add handling for configure.ac, make autoheader verbose,
632        fix auto*tool invocation order.
633        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
634        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
635        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
636        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
637        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
638        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
639        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
640        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
641        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
642        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
643        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
644        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
645        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
646        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
647        RTEMS_CONFIG_PER_BSP conditional.
648        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
649        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
650        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
651
6522001-05-25      Joel Sherrill <joel@OARcorp.com>
653
654        * README.configure: Corrected the name of the MRM332 BSP.
655        Strengthened the distinction between what the target
656        and the BSP each select.  Added more targets to list.
657
6582001-05-25      Joel Sherrill <joel@OARcorp.com>
659
660        * README.configure: Updated the list of BSPs.
661
6622001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
665        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
666        Add support for DOS-drive-letters.
667
6682001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
671        RTEMS_PROG_CC_FOR_TARGET.
672
6732001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * README.cdn-X: Update.
676        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
677        @CPPFLAGS@ to CPPFLAGS.
678
6792001-04-20      Eric Valette <valette@crf.canon.fr>
680
681        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
682        BSPs support the new exception processing model and
683        consequently, librdbg.
684
6852001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.in: Reworked for Canadian Cross support.
688        * Makefile.am: Reflect changes to configure.in.
689        * config.guess, config.sub: Update from subversions.gnu.org.
690        * README.cdn-X: New file.
691        * tools/Makefile.am: Remove build, tools from SUBDIRS.
692
6932001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
696        TARGET_CONFIG_SUBDIRS.
697        * aclocal/enable-bsp.m4: fix quoting.
698        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
699
7002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * aclocal/config-subdirs.m4: New file.
703        * aclocal/target.m4: Use macros from config-subdirs.m4.
704
7052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
708        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
709
7102001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * configure.in: Fix AM_INIT_AUTOMAKE.
713        * aclocal/bsp-arg-enable.m4: Extend comments.
714        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
715        the default clause.
716
7172001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
720        RTEMS_ENV_RTEMSCPU.
721        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
722        special treatment for GCC_SPECS.
723        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
724        special treatment for GCC_SPECS.
725        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
726        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
727        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
728        instead of $(shell ..) for LIBC_LIB*.
729
7302001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
733        simsh7045.
734
7352001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
736
737        * automake/compile.am: Add LD.
738
7392000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * config.guess, config.sub: Update from CVS-autoconf to pick
742        up new features (e.g. CC_FOR_BUILD in config.guess) but is
743        necessary anyway to use autoconf-versions > 2.13.
744
7452000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
748        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
749        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
750        help string.
751        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
752
7532000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
754
755        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
756        Modified to reflect addition of LEON BSPs as well as the
757        no-FP ERC32 variant.
758
7592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
762        standard).
763        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
764        standard).
765        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
766        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
767        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
768        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
769
7702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
773        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
774        $host instead of $target (BUG-FIX).
775        * configure.in: Use $target and $host instead of $target_alias and
776        $host_alias (autoconf-2.49b).
777        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
778        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
779
780        NOTES:
781        * autoconf-2.49b depredicates using changequotes.
782        * The changes to configure.in are due to cleanups in
783        autoconf-2.49b's implemention of canonicalization. With
784        autoconf-2.1x it wasn't always clear, when to use $xxx or
785        $xxx_alias. Now this is clear.
786
7872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
790
7912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
794        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
795        with an RTEMS specific but more restrictive autoconf macro.
796
7972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * automake/lib.am: Add LD.
800
8012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
804        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
805
8062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807 
808        * aclocal/*: Replace with contents of macros/*.m4
809        * macros/: Remove.
810        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
811        * Makefile.am: Reflect changes to aclocal/ and macros/.
812
8132000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * configure.in: New, Cygnus/GNU style configuration.
816        * Makefile.am: Add macros/, reflect new configure.in,
817        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
818        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
819        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
820        * macros/tool-prefix.m4: Remove.
821        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
822        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
823        RTEMS_ROOT.
824        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
825        * macros/multilib.m4: Various minor fixes.
826        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
827        PROJECT_ROOT, RTEMS_ROOT.
828        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
829        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
830
8312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * automake/multilib.am: New file.
834        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
835        the automake/ directory.
836
8372000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * macros/enable-hwapi.m4: Removed.
840        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
841        A small cleanup step towards gnu-canonicalization.
842
8432000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * macros: New directory.
846        * macros/bsp-alias.m4: new file.
847        * macros/canonical-host.m4: new file.
848        * macros/canonical-target-name.m4: new file.
849        * macros/canonicalize-tools.m4: new file.
850        * macros/check-bsp-cache.m4: new file.
851        * macros/check-bsps.m4: new file.
852        * macros/check-cpu.m4: new file.
853        * macros/rtems-debug.m4: new file.
854        * macros/check-cxx.m4: new file.
855        * macros/check-itron.m4: new file.
856        * macros/check-multiprocessing.m4: new file.
857        * macros/check-networking.m4: new file.
858        * macros/check-newlib.m4: new file.
859        * macros/check-posix.m4: new file.
860        * macros/check-rdbg.m4: new file.
861        * macros/enable-bare.m4: new file.
862        * macros/enable-cxx.m4: new file.
863        * macros/enable-gcc28.m4: new file.
864        * macros/enable-inlines.m4: new file.
865        * macros/enable-itron.m4: new file.
866        * macros/enable-libcdir.m4: new file.
867        * macros/enable-multiprocessing.m4: new file.
868        * macros/enable-networking.m4: new file.
869        * macros/enable-posix.m4: new file.
870        * macros/enable-rdbg.m4: new file.
871        * macros/enable-rtemsbsp.m4: new file.
872        * macros/enable-tests.m4: new file.
873        * macros/gcc-pipe.m4: new file.
874        * macros/gcc-specs.m4: new file.
875        * macros/i386-gas-code16.m4: new file.
876        * macros/path-ksh.m4: new file.
877        * macros/path-perl.m4: new file.
878        * macros/prog-cc.m4: new file.
879        * macros/prog-cxx.m4: new file.
880        * macros/project-root.m4: new file.
881        * macros/rtems-top.m4: new file.
882        * macros/sysv-ipc.m4: new file.
883        * macros/target.m4: new file.
884        * macros/rtems-test-no-pause.m4: new file.
885        * macros/multilib.m4: new file.
886        * macros/tool-paths.m4: new file.
887        * macros/tool-prefix.m4: new file.
888
8892000-09-14      Joel Sherrill <joel@OARcorp.com>
890
891        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
892
8932000-09-14      Joel Sherrill <joel@OARcorp.com>
894
895        * aclocal/enable-hwapi.m4: Now longer used and removed.
896
8972000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * automake/lib.am: Remove leaf.cfg.
900
9012000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * aclocal/rtems-top.m4: Add ENDIF-hack.
904        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
905
9062000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
909        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
910        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
911        * automake/compile.am: Replaced.
912        * automake/local.am: Remove building variant handling.
913
9142000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
917        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
918        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
919        * aclocal/target.m4: Cleanup comments
920        * Automake/compile.am: Add DEFS support to keep building happy.
921
9222000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
925
9262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * automake/compile.am: New file
929        * ChangeLog: Fix email addresses
930
9312000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * LICENSE.NET, README, README.configure: Spelling corrections.
934
9352000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
938
9392000-08-30      Joel Sherrill <joel@OARcorp.com>
940
941        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
942
9432000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
944
945        * ChangeLog: Moved incorrect entries to make/ChangeLog.
946
9472000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * aclocal/check-bsps.h:
950          - Add pck6-BSP
951          - Exclude ChangeLog from being picked up as BSP
952        * aclocal/bsp-alias.m4: Add pck6-BSP
953
9542000-08-10      Joel Sherrill <joel@OARcorp.com>
955
956        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.