source: rtems/ChangeLog @ 9550125e

4.104.114.84.95
Last change on this file since 9550125e was 3959276e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 05:32:03

2003-11-26 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4, aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rdbg.m4, aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/project-root.m4, aclocal/rtems-top.m4, aclocal/tool-paths.m4, acinclude.m4: Fix underquoting to silence automake-1.8.
  • Property mode set to 100644
File size: 38.8 KB
Line 
12003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
4        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
5        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
6        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
7        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
8        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
9        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
10        aclocal/enable-tests.m4, aclocal/multilib.m4,
11        aclocal/path-ksh.m4, aclocal/project-root.m4,
12        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
13        acinclude.m4:
14        Fix underquoting to silence automake-1.8.
15
162003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * config-ml.in: Don't built multilib variant normal (-mn) for
19        h8300-*-rtems*.
20
212003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/config-subdirs.m4: Remove.
24        * Makefile.am: Reflect changes above.
25
262003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/canonical-host.m4: Remove.
29        * Makefile.am: Reflect changes above.
30
312003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
34        c/src/lib/libbsp/*/acinclude.m4.
35
362003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/check-cpu.m4: Remove.
39        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
40        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
41        $1 in $srcdir before adding dir to SUBDIRS.
42
432003-09-26  Joel Sherrill <joel@OARcorp.com>
44
45        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
46
472003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
50        patches).
51        * aclocal/enable-tests.m4: Change to support
52        --enable-tests=no|yes|samples, default is samples.
53
542003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Correct bogus ACLOCAL_FILES.
57
582003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
61        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
62        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
63        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
64        aclocal/check-networking.m4, aclocal/check-newlib.m4,
65        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
66        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
67        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
68        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
69        aclocal/path-perl.m4, aclocal/ppc.m4,
70        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
71        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
72        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
73        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
74        Remove (Unused).
75        * automake/leaf.am, automake/force-preinstall.am:
76        Remove (Unused).
77        * Makefile.am: Reflect changes above.
78
792003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/local.am, automake/host.am: Remove "debug".
82
832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
86
872003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
90        Add "autoconf-2.5x unquoting" hack.
91
922003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * config.sub: Remove (Automatically added by automake, again).
95        * bootstrap: Reflect change above.
96        * configure.ac: Require automake >= 1.7.6.
97
982003-07-03      Joel Sherrill <joel@OARcorp.com>
99
100        * SUPPORT: Fix Mark Johannes' email address.
101
1022003-07-03      Joel Sherrill <joel@OARcorp.com>
103
104        * VERSION: Updated to rtems-ss-20030703.
105
1062003-07-03      Joel Sherrill <joel@OARcorp.com>
107
108        * aclocal/version.m4: Updated to rtems-ss-20030703.
109
1102003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * bootstrap: Reflect having added config.sub.
113        * config.sub: New from subversions to accomodate c4x/tic4x.
114
1152003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        PR 412/make_build
118        * configure.ac: Remove "BLEEDING EDGE" warning.
119        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
120        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
121        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
122        * aclocal/gcc-isystem.m4: New.
123        * Makefile.am: Add aclocal/gcc-isystem.m4.
124
1252003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * automake/local.am: Remove $(ARCH), clean-local.
128
1292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        PR 321:
132        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
133        * aclocal/env-rtemsbsp.m4
134        * automake/compile.am
135        * automake/host.am
136        * automake/local.am
137
1382003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
141        * automake/compile.am: Remove LIBSUFFIX_VA.
142        Merger from rtems-4-6-branch.
143
1442003-04-17      Joel Sherrill <joel@OARcorp.com>
145
146        * VERSION: Updated to rtems-ss-20030417.
147
1482003-04-17      Joel Sherrill <joel@OARcorp.com>
149
150        * aclocal/version.m4: Updated to rtems-ss-20030417.
151
1522003-04-11      Joel Sherrill <joel@OARcorp.com>
153
154        * VERSION: Updated to rtems-ss-20030411.
155
1562003-04-11      Joel Sherrill <joel@OARcorp.com>
157
158        * aclocal/version.m4: Updated to rtems-ss-20030411.
159
1602003-04-11      Joel Sherrill <joel@OARcorp.com>
161
162        * VERSION: Updated to rtems-ss-20020411.
163
1642003-04-11      Joel Sherrill <joel@OARcorp.com>
165
166        * aclocal/version.m4: Updated to rtems-ss-20020411.
167
1682003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * acinclude.m4: Reformat build_* handling.
171        Preset *_alias if empty.
172        * configure.ac: Change tools/build to build-config dirs.
173        Conditionally build tools/build as host-config dirs.
174
1752003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * acinclude.m4: Fix broken comments.
178        Add hidden option --enable-experimental.
179        * README.cdn-X: Update.
180        * configure.ac: Build tools/build as host and build-host tools to
181        accomodate those BSPs applying packhex in <BSP>.cfg.
182        Build tools/cpu as build-host tools.
183
1842003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * tools/Makefile.am: Remove.
187        * configure.ac: Remove tools.
188        * acinclude.m4: Fix build_subdir handling.
189        * Makefile.am: Remove tools from SUBDIRS.
190        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
196
1972003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bootstrap: Add ACLOCAL, AUTOHEADER.
200        Don't check for auto*tool-versions.
201
2022003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
205
2062003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * automake/compile.am: Introduce depend-gcc.
209        * automake/lib.am: Remove stray comment.
210        * automake/local.am: Introduce depend-gcc.
211
2122003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
215
2162003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
219        * automake/local.am: Remove $(ARCH), clean-local.
220        * automake/compile.am: Add $(ARCH), clean-local.
221        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
222
2232003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Remove references to obsoleted files
226        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
227
2282003-02-14      Joel Sherrill <joel@OARcorp.com>
229
230        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
231        references.
232
2332003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * bootstrap: Remove attempts to detect autoconf and automake using
240        "which" (PR 325).
241
2422003-02-06      Joel Sherrill <joel@OARcorp.com>
243
244        * README.configure: Updated to reflect new BSPs and deprecated
245        targets.
246
2472003-01-28      Joel Sherrill <joel@OARcorp.com>
248
249        * VERSION: Updated to rtems-ss-20030128.
250
2512003-01-28      Joel Sherrill <joel@OARcorp.com>
252
253        * aclocal/version.m4: Updated to rtems-ss-20030128.
254
2552003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
258        Remove CLOBBER_DEPEND (Unused).
259
2602003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * automake/local.am: Remove distclean-local.
263
2642001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
267        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
268
2692002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
272        Rework RTEMS_PROG_CXX_FOR_TARGET.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
277
2782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
281
2822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
285
2862002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * bootstrap: Require autoconf 2.54 or 2.57.
289        Require automake-1.7.2.
290
2912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
294        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
295        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
296
2972002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
300
3012002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * automake/compile.am: Remove hard-coded *_PROFILE_V.
304        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
305        CFLAGS_PROFILE_V.
306        Remove CPPFLAGS_GCC.
307
3082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
311        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
312        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
313        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
314
3152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/rtems-flags.m4: New.
318
3192002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * bootstrap: Allow autoconf-2.57.
322
3232002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * aclocal/prog-cc.m4: Remove GCCSED.
326
3272002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
330        Remove LDFLAGS.
331        Add CCAS, CCASCOMPILE.
332        Remove compilation rules for *.cpp, *.cxx, *.C.
333        Use CCASCOMPILE to compile *.S.
334        Add -pg to RTEMS_CFLAGS_PROFILE_V.
335
3362002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove c/make.
339
3402002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/prog-ccas.m4: New.
343        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
344        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
345        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
346
3472002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * acinclude.m4: Conditionally append --target=.
350
3512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
354
3552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * automake/compile.am: Remove LD_PATHS (Unused).
358        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
359        is announced obsolete).
360
3612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
364
3652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * aclocal/sysv-ipc.m4: Remove (Unused).
368        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
369
3702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * acinclude.m4: Lots of changes addressing PR 312.
373
3742002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
377        to PR 312).
378
3792002-11-18      Joel Sherrill <joel@OARcorp.com>
380
381        * VERSION: Updated to rtems-ss-20021118.
382
3832002-11-18      Joel Sherrill <joel@OARcorp.com>
384
385        * aclocal/version.m4: Updated to rtems-ss-20021118.
386
3872002-11-17      Joel Sherrill <joel@OARcorp.com>
388
389        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
390        Motorola MTX603e.
391
3922002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
395
3962002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
399        * configure.ac: Ditto.
400
4012002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
404        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
405        Support @CFLAGS@, @CXXFLAGS@.
406
4072002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * bootstrap: Allow autoconf-2.56.
410
4112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
414        Fix stupid typo (continue/configure).
415        * aclocal/prog-cc.m4: Remove obsolete comments.
416        Acknowledge CFLAGS.
417
4182002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
421        end of the args passed to sub-configure-scripts. (Reported by
422        Wulf Hofbauer <wh73@cornell.edu>)
423
4242002-11-12      Joel Sherrill <joel@OARcorp.com>
425
426        * configure.ac: Remove make/compilers/Makefile.
427
4282002-11-11      Joel Sherrill <joel@OARcorp.com>
429
430        * VERSION: Updated to rtems-ss-20021111.
431
4322002-11-11      Joel Sherrill <joel@OARcorp.com>
433
434        * aclocal/version.m4: Updated to rtems-ss-20021111.
435
4362002-11-11      Joel Sherrill <joel@OARcorp.com>
437
438        * VERSION: Updated to rtems-ss-20021111.
439
4402002-11-11      Joel Sherrill <joel@OARcorp.com>
441
442        * aclocal/version.m4: Updated to rtems-ss-20021111.
443
4442002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * automake/compile.am: Remove rel rule.
447
4482002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
451
4522002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Remove make/Templates/Makefile.
455        * README.configure: Minor massaging.
456
4572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        Further preparations for autoconf > 2.52:
460        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
461        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
462        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
463
4642002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * acinclude.m4: Adapations to autoconf > 2.52.
467
4682002-11-01      Joel Sherrill <joel@OARcorp.com>
469
470        * ChangeLog: Corrected.
471
4722002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * bootstrap: Add generate_bspdir_acinclude to automatically update
475        c/src/lib/libbsp/<cpu>/acinclude.m4.
476        Use #! /bin/sh instead of #!/bin/sh.
477        Remove autom4te*.cache during ./bootstrap --clean.
478
4792002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
482        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
483        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
484        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
485        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
486        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
487        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
488        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
489        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
490        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
491        (autoconf > 2.54 seems to have problems with the old form of
492        quoting).
493
4942002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
497        (autoconf > 2.54 complains about).
498
4992002-10-21      Joel Sherrill <joel@OARcorp.com>
500
501        * VERSION: Updated to rtems-20021021-test.
502
5032002-10-21      Joel Sherrill <joel@OARcorp.com>
504
505        * aclocal/version.m4: Updated to rtems-20021021-test.
506
5072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Reformat.
510        Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
516
5172002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
520        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
521
5222002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * bootstrap: Add autoconf/automake version checks by popular demand.
525        [FWIW: I dislike this.]
526
5272002-10-07      Joel Sherrill <joel@OARcorp.com>
528
529        * VERSION: Updated to rtems-ss-20021007.
530
5312002-10-07      Joel Sherrill <joel@OARcorp.com>
532
533        * aclocal/version.m4: Updated to rtems-ss-20021007.
534
5352002-10-04      Joel Sherrill <joel@OARcorp.com>
536
537        * VERSION: Updated to rtems-JUNK.
538
5392002-10-04      Joel Sherrill <joel@OARcorp.com>
540
541        * aclocal/version.m4: Updated to rtems-JUNK.
542
5432002-10-04      Joel Sherrill <joel@OARcorp.com>
544
545        * VERSION: Updated to rtems-ss-20021004.
546
5472002-10-04      Joel Sherrill <joel@OARcorp.com>
548
549        * aclocal/version.m4: Updated to rtems-ss-20021004.
550
5512002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
554        autoconf-2.53 PACKAGE crap.
555
5562002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/prog-gnat.m4: New.
559
5602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal/bsp-configure.m4: Fix small typo in comment.
563
5642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
567
5682002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
571        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
572        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
573
5742002-08-07      Joel Sherrill <joel@OARcorp.com>
575
576        * aclocal/version.m4: Updated to rtems-ss-20020807.
577
5782002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
581
5822002-07-31      Joel Sherrill <joel@OARcorp.com>
583
584        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
585        was just a stub and only the OR32 port is getting worked on.
586
5872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/subdirs.m4: Remove.
590        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
591
5922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
595        exec/score/cpu.
596
5972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
600        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
601        compilation rules (Work-around to an automake bug).
602        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
603        make-library.
604
6052002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Activate cpukit. Remove references to c/src/exec.
608
6092002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
612
6132002-07-17      Joel Sherrill <joel@OARcorp.com>
614
615        * aclocal/version.m4: Updated to rtems-ss-20020717.
616
6172002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * config-ml.in: Imported from gcc-3.1.
620        Change to match c/src/config-ml.in.
621
6222002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * aclocal/check-multiprocessing.m4: Reworked.
625        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
626
6272002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * automake/multilib.am: Remove.
630        * Makefile.am: Reflect change above.
631
6322002-06-28      Joel Sherrill <joel@OARcorp.com>
633
634        * aclocal/version.m4: Updated to rtems-ss-20020628.
635
6362002-06-27      Joel Sherrill <joel@OARcorp.com>
637
638        * tools/Makefile.am: Build the cpu dependent tools as well.
639
6402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/env-rtemscpu.m4: Remove.
643        * aclocal/multi.m4: Remove.
644        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
645
6462002-05-28      Joel Sherrill <joel@OARcorp.com>
647
648        * aclocal/version.m4: Updated to rtems-ss-20020528.
649
6502002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * aclocal/prog-cc.m4: Remove GCC272 support.
653        Remove ENABLE_LIBCDIR.
654        * aclocal/prog-cxx.m4: Ditto.
655        * aclocal/enable-gcc28.m4: Remove.
656        * aclocal/enable-libcdir.m4: Ditto.
657
6582002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
661        ENABLE_GCC28.
662
6632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * automake/compile.am: Remove GCC272 support.
666        Remove *.sh rule (unused).
667        * configure.ac: Remove ENABLE_GCC28.
668        Remove ENABLE_LIBCDIR.
669
6702002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * .cvsignore: Added mdate-sh and texinfo.tex.
673
6742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * aclocal/version.m4: New file.
677        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
678        aclocal/version.m4.
679        * bootstrap: Use aclocal/version.m4 instead of VERSION.
680        * configure.ac: Use aclocal/version.m4 instead of VERSION.
681
6822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac:
685        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
686        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
687        * Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
689
6902002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
693        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
694
6952002-03-08      Joel Sherrill <joel@OARcorp.com>
696
697        * VERSION: Updated to rtems-mg5-20020808.
698
6992002-03-01      Joel Sherrill <joel@OARcorp.com>
700
701        * VERSION: Updated to rtems-ss-20020301.
702
7032002-02-15      Joel Sherrill <joel@OARcorp.com>
704
705        * VERSION: Updated to rtems-ss-20020215.
706
7072002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * aclocal/subdirs.m4: Propagate the current $prefix to the
710        sub-configures.
711
7122002-02-05      Joel Sherrill <joel@OARcorp.com>
713
714        * VERSION: Updated to rtems-ss-20020205.
715
7162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
719        compatibility.
720        * bootstrap: Let --clean remove texinfo.tex.
721
7222002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
725
7262002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac: Add --enable-docs support. Add
729        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
730        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
731        hard-coded SUBDIRS.
732        * README.configure: Added a bit of information on this new option.
733
7342002-01-18      Joel Sherrill <joel@OARcorp.com>
735
736        * VERSION: Updated to rtems-ss-20020118.
737
7382002-01-18      Joel Sherrill <joel@OARcorp.com>
739
740        * VERSION: Updated to rtems-20020118.
741
7422002-01-17      Joel Sherrill <joel@OARcorp.com>
743
744        * VERSION: Updated to rtems-ss-20020717.
745
7462002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
749        check upon host_alias != build_alias.
750
7512002-01-07      Joel Sherrill <joel@OARcorp.com>
752
753        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
754        last line to eliminate 100's of warnings.
755
7562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * aclocal/check-newlib.m4: Apply AS_IF.
759        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
760        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
761        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
762        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
763        changes.
764        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
765        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
766        * automake/compile.am: Remove librtemsall from LINK_FILES.
767
7682001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
771        * aclocal/subdirs.m4: New file.
772        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
773        modifications.
774        * aclocal/check-posix.m4: Apply AS_IF.
775        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
776        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
777        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
778        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
779        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
780        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
781        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
782        OUTPUT_COMMANDS.
783        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
784        * aclocal/rtems-debug.m4: Minor cleanups.
785        * aclocal/rtems-top.m4: Minor cleanups.
786        * automake/compile.am: Further steps towards automake's rules.
787
7882001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
791        * automake/lib.am: Add MULTISUBDIR.
792
7932001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * bootstrap: Run autoheader when configure.ac contains
796        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
797
7982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * aclocal/bsp-configure.m4: New file.
801        * Makefile.am: Add aclocal/bsp-configure.m4.
802
8032001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am: Add automake/force-preinstall.am,
806        aclocal/ppc.am, remove ACLOCAL_M4.
807
8082001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * aclocal/bsp-alias.m4: Remove score603e_g1.
811        * aclocal/check-bsps.m4: Remove score603e_g1.
812        * aclocal/prog-cc.m4: Apply m4_if.
813
814
8152001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * automake/force-preinstall.am: New file.
818        * aclocal/ppc.m4: New file.
819
8202001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * aclocal/check-bsps.m4: Reworked.
823        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
824
8252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * aclocal/bspopts.m4: New file.
828
8292001-11-13      Joel Sherrill <joel@OARcorp.com>
830
831        * COPYING: Test of $Id$ -> $RTEMS$.
832
8332001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
834
835        This modification is part of the submitted modifications necessary to
836        support the IBM PPC405 family.  This submission was reviewed by
837        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
838        not negatively impact the ppc403 BSPs.  The submission and tracking
839        process was captured as PR50.
840        * README.configure: Added gen405 BSP.
841
8422001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * Adopt more automake rules:
845        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
846        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
847        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
848        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
849        CXXLINK_APP in make-cxx-exe.
850        * automake/lib.am: Add ARFLAGS.
851
8522001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
855        config.cache's which prevented powerpc targets librdbg from building.
856
8572001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
860        add 2nd arg to _RTEMS_CPU_SUBDIR.
861        * aclocal/target.m4: Replace ac_configure_args with
862        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
863        * Makefile.am: Require automake-1.5.
864
8652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
868        * configure.in: Remove.
869        * configure.ac: New file, generated from configure.in by autoupdate.
870
8712001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * aclocal/rtems-cpu-subdirs.m4: New file.
874
8752001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * automake/compile.am: Fundamentally reworked compilation rules for
878        closer adaptation to automake's behavior.
879
8802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * automake/lib.am: Comment out LD.
883        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
884        automake/leaf.am to AUTOMAKE_FILES.
885
8862001-09-27      Joel Sherrill <joel@OARcorp.com>
887
888        * config.guess: No longer in CVS since installed by bootstrap.
889
8902001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * bootstrap: remove/add automake added files.
893        * .cvsignore: reflect changes to bootstrap.
894
8952001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * automake/leaf.am: New file.
898
8992001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
902        of AC_CANONICAL_SYSTEM.
903        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
904        mkinstalldirs and mkdir.
905        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
906        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
907        _RTEMS_OUTPUT_BUILD_SUBDIRS.
908       
9092001-09-13      Joel Sherrill <joel@OARcorp.com>
910
911        * missing: Updated to latest version.
912
9132001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * configure.in: autoupdate to autoconf-2.52.
916        * bootstrap: Add handling for configure.ac, make autoheader verbose,
917        fix auto*tool invocation order.
918        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
919        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
920        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
921        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
922        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
923        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
924        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
925        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
926        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
927        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
928        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
929        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
930        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
931        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
932        RTEMS_CONFIG_PER_BSP conditional.
933        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
934        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
935        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
936
9372001-05-25      Joel Sherrill <joel@OARcorp.com>
938
939        * README.configure: Corrected the name of the MRM332 BSP.
940        Strengthened the distinction between what the target
941        and the BSP each select.  Added more targets to list.
942
9432001-05-25      Joel Sherrill <joel@OARcorp.com>
944
945        * README.configure: Updated the list of BSPs.
946
9472001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
950        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
951        Add support for DOS-drive-letters.
952
9532001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
956        RTEMS_PROG_CC_FOR_TARGET.
957
9582001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * README.cdn-X: Update.
961        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
962        @CPPFLAGS@ to CPPFLAGS.
963
9642001-04-20      Eric Valette <valette@crf.canon.fr>
965
966        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
967        BSPs support the new exception processing model and
968        consequently, librdbg.
969
9702001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * configure.in: Reworked for Canadian Cross support.
973        * Makefile.am: Reflect changes to configure.in.
974        * config.guess, config.sub: Update from subversions.gnu.org.
975        * README.cdn-X: New file.
976        * tools/Makefile.am: Remove build, tools from SUBDIRS.
977
9782001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
981        TARGET_CONFIG_SUBDIRS.
982        * aclocal/enable-bsp.m4: fix quoting.
983        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
984
9852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * aclocal/config-subdirs.m4: New file.
988        * aclocal/target.m4: Use macros from config-subdirs.m4.
989
9902001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
993        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
994
9952001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * configure.in: Fix AM_INIT_AUTOMAKE.
998        * aclocal/bsp-arg-enable.m4: Extend comments.
999        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1000        the default clause.
1001
10022001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1005        RTEMS_ENV_RTEMSCPU.
1006        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1007        special treatment for GCC_SPECS.
1008        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1009        special treatment for GCC_SPECS.
1010        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1011        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1012        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1013        instead of $(shell ..) for LIBC_LIB*.
1014
10152001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1018        simsh7045.
1019
10202001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1021
1022        * automake/compile.am: Add LD.
1023
10242000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * config.guess, config.sub: Update from CVS-autoconf to pick
1027        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1028        necessary anyway to use autoconf-versions > 2.13.
1029
10302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1033        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1034        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1035        help string.
1036        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1037
10382000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1039
1040        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1041        Modified to reflect addition of LEON BSPs as well as the
1042        no-FP ERC32 variant.
1043
10442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1047        standard).
1048        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1049        standard).
1050        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1051        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1052        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1053        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1054
10552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1058        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1059        $host instead of $target (BUG-FIX).
1060        * configure.in: Use $target and $host instead of $target_alias and
1061        $host_alias (autoconf-2.49b).
1062        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1063        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1064
1065        NOTES:
1066        * autoconf-2.49b depredicates using changequotes.
1067        * The changes to configure.in are due to cleanups in
1068        autoconf-2.49b's implemention of canonicalization. With
1069        autoconf-2.1x it wasn't always clear, when to use $xxx or
1070        $xxx_alias. Now this is clear.
1071
10722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1075
10762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1079        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1080        with an RTEMS specific but more restrictive autoconf macro.
1081
10822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * automake/lib.am: Add LD.
1085
10862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1089        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1090
10912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092 
1093        * aclocal/*: Replace with contents of macros/*.m4
1094        * macros/: Remove.
1095        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1096        * Makefile.am: Reflect changes to aclocal/ and macros/.
1097
10982000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * configure.in: New, Cygnus/GNU style configuration.
1101        * Makefile.am: Add macros/, reflect new configure.in,
1102        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1103        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1104        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1105        * macros/tool-prefix.m4: Remove.
1106        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1107        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1108        RTEMS_ROOT.
1109        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1110        * macros/multilib.m4: Various minor fixes.
1111        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1112        PROJECT_ROOT, RTEMS_ROOT.
1113        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1114        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1115
11162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * automake/multilib.am: New file.
1119        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1120        the automake/ directory.
1121
11222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * macros/enable-hwapi.m4: Removed.
1125        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1126        A small cleanup step towards gnu-canonicalization.
1127
11282000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * macros: New directory.
1131        * macros/bsp-alias.m4: new file.
1132        * macros/canonical-host.m4: new file.
1133        * macros/canonical-target-name.m4: new file.
1134        * macros/canonicalize-tools.m4: new file.
1135        * macros/check-bsp-cache.m4: new file.
1136        * macros/check-bsps.m4: new file.
1137        * macros/check-cpu.m4: new file.
1138        * macros/rtems-debug.m4: new file.
1139        * macros/check-cxx.m4: new file.
1140        * macros/check-itron.m4: new file.
1141        * macros/check-multiprocessing.m4: new file.
1142        * macros/check-networking.m4: new file.
1143        * macros/check-newlib.m4: new file.
1144        * macros/check-posix.m4: new file.
1145        * macros/check-rdbg.m4: new file.
1146        * macros/enable-bare.m4: new file.
1147        * macros/enable-cxx.m4: new file.
1148        * macros/enable-gcc28.m4: new file.
1149        * macros/enable-inlines.m4: new file.
1150        * macros/enable-itron.m4: new file.
1151        * macros/enable-libcdir.m4: new file.
1152        * macros/enable-multiprocessing.m4: new file.
1153        * macros/enable-networking.m4: new file.
1154        * macros/enable-posix.m4: new file.
1155        * macros/enable-rdbg.m4: new file.
1156        * macros/enable-rtemsbsp.m4: new file.
1157        * macros/enable-tests.m4: new file.
1158        * macros/gcc-pipe.m4: new file.
1159        * macros/gcc-specs.m4: new file.
1160        * macros/i386-gas-code16.m4: new file.
1161        * macros/path-ksh.m4: new file.
1162        * macros/path-perl.m4: new file.
1163        * macros/prog-cc.m4: new file.
1164        * macros/prog-cxx.m4: new file.
1165        * macros/project-root.m4: new file.
1166        * macros/rtems-top.m4: new file.
1167        * macros/sysv-ipc.m4: new file.
1168        * macros/target.m4: new file.
1169        * macros/rtems-test-no-pause.m4: new file.
1170        * macros/multilib.m4: new file.
1171        * macros/tool-paths.m4: new file.
1172        * macros/tool-prefix.m4: new file.
1173
11742000-09-14      Joel Sherrill <joel@OARcorp.com>
1175
1176        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1177
11782000-09-14      Joel Sherrill <joel@OARcorp.com>
1179
1180        * aclocal/enable-hwapi.m4: Now longer used and removed.
1181
11822000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * automake/lib.am: Remove leaf.cfg.
1185
11862000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * aclocal/rtems-top.m4: Add ENDIF-hack.
1189        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1190
11912000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1194        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1195        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1196        * automake/compile.am: Replaced.
1197        * automake/local.am: Remove building variant handling.
1198
11992000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1202        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1203        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1204        * aclocal/target.m4: Cleanup comments
1205        * Automake/compile.am: Add DEFS support to keep building happy.
1206
12072000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1210
12112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1212
1213        * automake/compile.am: New file
1214        * ChangeLog: Fix email addresses
1215
12162000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * LICENSE.NET, README, README.configure: Spelling corrections.
1219
12202000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1223
12242000-08-30      Joel Sherrill <joel@OARcorp.com>
1225
1226        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1227
12282000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1229
1230        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1231
12322000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * aclocal/check-bsps.h:
1235          - Add pck6-BSP
1236          - Exclude ChangeLog from being picked up as BSP
1237        * aclocal/bsp-alias.m4: Add pck6-BSP
1238
12392000-08-10      Joel Sherrill <joel@OARcorp.com>
1240
1241        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.