source: rtems/ChangeLog @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was d2c6e4c1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/22/03 at 04:21:16

2003-08-22 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtems-debug.m4: New (Missed in yesterday's patches).
  • aclocal/enable-tests.m4: Change to support --enable-tests=no|yes|samples, default is samples.
  • Property mode set to 100644
File size: 37.2 KB
Line 
12003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
4        patches).
5        * aclocal/enable-tests.m4: Change to support
6        --enable-tests=no|yes|samples, default is samples.
7
82003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Correct bogus ACLOCAL_FILES.
11
122003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
15        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
16        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
17        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
18        aclocal/check-networking.m4, aclocal/check-newlib.m4,
19        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
20        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
21        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
22        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
23        aclocal/path-perl.m4, aclocal/ppc.m4,
24        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
25        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
26        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
27        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
28        Remove (Unused).
29        * automake/leaf.am, automake/force-preinstall.am:
30        Remove (Unused).
31        * Makefile.am: Reflect changes above.
32
332003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * automake/local.am, automake/host.am: Remove "debug".
36
372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
40
412003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
44        Add "autoconf-2.5x unquoting" hack.
45
462003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * config.sub: Remove (Automatically added by automake, again).
49        * bootstrap: Reflect change above.
50        * configure.ac: Require automake >= 1.7.6.
51
522003-07-03      Joel Sherrill <joel@OARcorp.com>
53
54        * SUPPORT: Fix Mark Johannes' email address.
55
562003-07-03      Joel Sherrill <joel@OARcorp.com>
57
58        * VERSION: Updated to rtems-ss-20030703.
59
602003-07-03      Joel Sherrill <joel@OARcorp.com>
61
62        * aclocal/version.m4: Updated to rtems-ss-20030703.
63
642003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * bootstrap: Reflect having added config.sub.
67        * config.sub: New from subversions to accomodate c4x/tic4x.
68
692003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 412/make_build
72        * configure.ac: Remove "BLEEDING EDGE" warning.
73        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
74        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
75        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
76        * aclocal/gcc-isystem.m4: New.
77        * Makefile.am: Add aclocal/gcc-isystem.m4.
78
792003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/local.am: Remove $(ARCH), clean-local.
82
832003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        PR 321:
86        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
87        * aclocal/env-rtemsbsp.m4
88        * automake/compile.am
89        * automake/host.am
90        * automake/local.am
91
922003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
95        * automake/compile.am: Remove LIBSUFFIX_VA.
96        Merger from rtems-4-6-branch.
97
982003-04-17      Joel Sherrill <joel@OARcorp.com>
99
100        * VERSION: Updated to rtems-ss-20030417.
101
1022003-04-17      Joel Sherrill <joel@OARcorp.com>
103
104        * aclocal/version.m4: Updated to rtems-ss-20030417.
105
1062003-04-11      Joel Sherrill <joel@OARcorp.com>
107
108        * VERSION: Updated to rtems-ss-20030411.
109
1102003-04-11      Joel Sherrill <joel@OARcorp.com>
111
112        * aclocal/version.m4: Updated to rtems-ss-20030411.
113
1142003-04-11      Joel Sherrill <joel@OARcorp.com>
115
116        * VERSION: Updated to rtems-ss-20020411.
117
1182003-04-11      Joel Sherrill <joel@OARcorp.com>
119
120        * aclocal/version.m4: Updated to rtems-ss-20020411.
121
1222003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * acinclude.m4: Reformat build_* handling.
125        Preset *_alias if empty.
126        * configure.ac: Change tools/build to build-config dirs.
127        Conditionally build tools/build as host-config dirs.
128
1292003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * acinclude.m4: Fix broken comments.
132        Add hidden option --enable-experimental.
133        * README.cdn-X: Update.
134        * configure.ac: Build tools/build as host and build-host tools to
135        accomodate those BSPs applying packhex in <BSP>.cfg.
136        Build tools/cpu as build-host tools.
137
1382003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * tools/Makefile.am: Remove.
141        * configure.ac: Remove tools.
142        * acinclude.m4: Fix build_subdir handling.
143        * Makefile.am: Remove tools from SUBDIRS.
144        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
150
1512003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bootstrap: Add ACLOCAL, AUTOHEADER.
154        Don't check for auto*tool-versions.
155
1562003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
159
1602003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * automake/compile.am: Introduce depend-gcc.
163        * automake/lib.am: Remove stray comment.
164        * automake/local.am: Introduce depend-gcc.
165
1662003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
169
1702003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
173        * automake/local.am: Remove $(ARCH), clean-local.
174        * automake/compile.am: Add $(ARCH), clean-local.
175        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
176
1772003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Remove references to obsoleted files
180        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
181
1822003-02-14      Joel Sherrill <joel@OARcorp.com>
183
184        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
185        references.
186
1872003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
190
1912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bootstrap: Remove attempts to detect autoconf and automake using
194        "which" (PR 325).
195
1962003-02-06      Joel Sherrill <joel@OARcorp.com>
197
198        * README.configure: Updated to reflect new BSPs and deprecated
199        targets.
200
2012003-01-28      Joel Sherrill <joel@OARcorp.com>
202
203        * VERSION: Updated to rtems-ss-20030128.
204
2052003-01-28      Joel Sherrill <joel@OARcorp.com>
206
207        * aclocal/version.m4: Updated to rtems-ss-20030128.
208
2092003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
212        Remove CLOBBER_DEPEND (Unused).
213
2142003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * automake/local.am: Remove distclean-local.
217
2182001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
221        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
222
2232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
226        Rework RTEMS_PROG_CXX_FOR_TARGET.
227
2282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
231
2322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
235
2362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
239
2402002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * bootstrap: Require autoconf 2.54 or 2.57.
243        Require automake-1.7.2.
244
2452002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
248        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
249        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
250
2512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
254
2552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * automake/compile.am: Remove hard-coded *_PROFILE_V.
258        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
259        CFLAGS_PROFILE_V.
260        Remove CPPFLAGS_GCC.
261
2622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
265        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
266        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
267        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
268
2692002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/rtems-flags.m4: New.
272
2732002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * bootstrap: Allow autoconf-2.57.
276
2772002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/prog-cc.m4: Remove GCCSED.
280
2812002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
284        Remove LDFLAGS.
285        Add CCAS, CCASCOMPILE.
286        Remove compilation rules for *.cpp, *.cxx, *.C.
287        Use CCASCOMPILE to compile *.S.
288        Add -pg to RTEMS_CFLAGS_PROFILE_V.
289
2902002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove c/make.
293
2942002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * aclocal/prog-ccas.m4: New.
297        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
298        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
299        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
300
3012002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * acinclude.m4: Conditionally append --target=.
304
3052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
308
3092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * automake/compile.am: Remove LD_PATHS (Unused).
312        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
313        is announced obsolete).
314
3152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
318
3192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/sysv-ipc.m4: Remove (Unused).
322        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
323
3242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * acinclude.m4: Lots of changes addressing PR 312.
327
3282002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
331        to PR 312).
332
3332002-11-18      Joel Sherrill <joel@OARcorp.com>
334
335        * VERSION: Updated to rtems-ss-20021118.
336
3372002-11-18      Joel Sherrill <joel@OARcorp.com>
338
339        * aclocal/version.m4: Updated to rtems-ss-20021118.
340
3412002-11-17      Joel Sherrill <joel@OARcorp.com>
342
343        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
344        Motorola MTX603e.
345
3462002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
349
3502002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
353        * configure.ac: Ditto.
354
3552002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
358        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
359        Support @CFLAGS@, @CXXFLAGS@.
360
3612002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * bootstrap: Allow autoconf-2.56.
364
3652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
368        Fix stupid typo (continue/configure).
369        * aclocal/prog-cc.m4: Remove obsolete comments.
370        Acknowledge CFLAGS.
371
3722002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
375        end of the args passed to sub-configure-scripts. (Reported by
376        Wulf Hofbauer <wh73@cornell.edu>)
377
3782002-11-12      Joel Sherrill <joel@OARcorp.com>
379
380        * configure.ac: Remove make/compilers/Makefile.
381
3822002-11-11      Joel Sherrill <joel@OARcorp.com>
383
384        * VERSION: Updated to rtems-ss-20021111.
385
3862002-11-11      Joel Sherrill <joel@OARcorp.com>
387
388        * aclocal/version.m4: Updated to rtems-ss-20021111.
389
3902002-11-11      Joel Sherrill <joel@OARcorp.com>
391
392        * VERSION: Updated to rtems-ss-20021111.
393
3942002-11-11      Joel Sherrill <joel@OARcorp.com>
395
396        * aclocal/version.m4: Updated to rtems-ss-20021111.
397
3982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * automake/compile.am: Remove rel rule.
401
4022002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
405
4062002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Remove make/Templates/Makefile.
409        * README.configure: Minor massaging.
410
4112002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        Further preparations for autoconf > 2.52:
414        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
415        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
416        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
417
4182002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * acinclude.m4: Adapations to autoconf > 2.52.
421
4222002-11-01      Joel Sherrill <joel@OARcorp.com>
423
424        * ChangeLog: Corrected.
425
4262002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * bootstrap: Add generate_bspdir_acinclude to automatically update
429        c/src/lib/libbsp/<cpu>/acinclude.m4.
430        Use #! /bin/sh instead of #!/bin/sh.
431        Remove autom4te*.cache during ./bootstrap --clean.
432
4332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
436        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
437        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
438        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
439        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
440        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
441        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
442        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
443        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
444        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
445        (autoconf > 2.54 seems to have problems with the old form of
446        quoting).
447
4482002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
451        (autoconf > 2.54 complains about).
452
4532002-10-21      Joel Sherrill <joel@OARcorp.com>
454
455        * VERSION: Updated to rtems-20021021-test.
456
4572002-10-21      Joel Sherrill <joel@OARcorp.com>
458
459        * aclocal/version.m4: Updated to rtems-20021021-test.
460
4612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * .cvsignore: Reformat.
464        Add autom4te*cache.
465        Remove autom4te.cache.
466
4672002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
470
4712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
474        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
475
4762002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * bootstrap: Add autoconf/automake version checks by popular demand.
479        [FWIW: I dislike this.]
480
4812002-10-07      Joel Sherrill <joel@OARcorp.com>
482
483        * VERSION: Updated to rtems-ss-20021007.
484
4852002-10-07      Joel Sherrill <joel@OARcorp.com>
486
487        * aclocal/version.m4: Updated to rtems-ss-20021007.
488
4892002-10-04      Joel Sherrill <joel@OARcorp.com>
490
491        * VERSION: Updated to rtems-JUNK.
492
4932002-10-04      Joel Sherrill <joel@OARcorp.com>
494
495        * aclocal/version.m4: Updated to rtems-JUNK.
496
4972002-10-04      Joel Sherrill <joel@OARcorp.com>
498
499        * VERSION: Updated to rtems-ss-20021004.
500
5012002-10-04      Joel Sherrill <joel@OARcorp.com>
502
503        * aclocal/version.m4: Updated to rtems-ss-20021004.
504
5052002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
508        autoconf-2.53 PACKAGE crap.
509
5102002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/prog-gnat.m4: New.
513
5142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/bsp-configure.m4: Fix small typo in comment.
517
5182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
521
5222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
525        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
526        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
527
5282002-08-07      Joel Sherrill <joel@OARcorp.com>
529
530        * aclocal/version.m4: Updated to rtems-ss-20020807.
531
5322002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
535
5362002-07-31      Joel Sherrill <joel@OARcorp.com>
537
538        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
539        was just a stub and only the OR32 port is getting worked on.
540
5412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/subdirs.m4: Remove.
544        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
545
5462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
549        exec/score/cpu.
550
5512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
554        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
555        compilation rules (Work-around to an automake bug).
556        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
557        make-library.
558
5592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: Activate cpukit. Remove references to c/src/exec.
562
5632002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
566
5672002-07-17      Joel Sherrill <joel@OARcorp.com>
568
569        * aclocal/version.m4: Updated to rtems-ss-20020717.
570
5712002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * config-ml.in: Imported from gcc-3.1.
574        Change to match c/src/config-ml.in.
575
5762002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * aclocal/check-multiprocessing.m4: Reworked.
579        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
580
5812002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * automake/multilib.am: Remove.
584        * Makefile.am: Reflect change above.
585
5862002-06-28      Joel Sherrill <joel@OARcorp.com>
587
588        * aclocal/version.m4: Updated to rtems-ss-20020628.
589
5902002-06-27      Joel Sherrill <joel@OARcorp.com>
591
592        * tools/Makefile.am: Build the cpu dependent tools as well.
593
5942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/env-rtemscpu.m4: Remove.
597        * aclocal/multi.m4: Remove.
598        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
599
6002002-05-28      Joel Sherrill <joel@OARcorp.com>
601
602        * aclocal/version.m4: Updated to rtems-ss-20020528.
603
6042002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * aclocal/prog-cc.m4: Remove GCC272 support.
607        Remove ENABLE_LIBCDIR.
608        * aclocal/prog-cxx.m4: Ditto.
609        * aclocal/enable-gcc28.m4: Remove.
610        * aclocal/enable-libcdir.m4: Ditto.
611
6122002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
615        ENABLE_GCC28.
616
6172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * automake/compile.am: Remove GCC272 support.
620        Remove *.sh rule (unused).
621        * configure.ac: Remove ENABLE_GCC28.
622        Remove ENABLE_LIBCDIR.
623
6242002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * .cvsignore: Added mdate-sh and texinfo.tex.
627
6282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/version.m4: New file.
631        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
632        aclocal/version.m4.
633        * bootstrap: Use aclocal/version.m4 instead of VERSION.
634        * configure.ac: Use aclocal/version.m4 instead of VERSION.
635
6362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac:
639        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
640        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
641        * Makefile.am: Remove AUTOMAKE_OPTIONS.
642        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
643
6442002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
647        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
648
6492002-03-08      Joel Sherrill <joel@OARcorp.com>
650
651        * VERSION: Updated to rtems-mg5-20020808.
652
6532002-03-01      Joel Sherrill <joel@OARcorp.com>
654
655        * VERSION: Updated to rtems-ss-20020301.
656
6572002-02-15      Joel Sherrill <joel@OARcorp.com>
658
659        * VERSION: Updated to rtems-ss-20020215.
660
6612002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/subdirs.m4: Propagate the current $prefix to the
664        sub-configures.
665
6662002-02-05      Joel Sherrill <joel@OARcorp.com>
667
668        * VERSION: Updated to rtems-ss-20020205.
669
6702002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
673        compatibility.
674        * bootstrap: Let --clean remove texinfo.tex.
675
6762002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
679
6802002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Add --enable-docs support. Add
683        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
684        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
685        hard-coded SUBDIRS.
686        * README.configure: Added a bit of information on this new option.
687
6882002-01-18      Joel Sherrill <joel@OARcorp.com>
689
690        * VERSION: Updated to rtems-ss-20020118.
691
6922002-01-18      Joel Sherrill <joel@OARcorp.com>
693
694        * VERSION: Updated to rtems-20020118.
695
6962002-01-17      Joel Sherrill <joel@OARcorp.com>
697
698        * VERSION: Updated to rtems-ss-20020717.
699
7002002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
703        check upon host_alias != build_alias.
704
7052002-01-07      Joel Sherrill <joel@OARcorp.com>
706
707        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
708        last line to eliminate 100's of warnings.
709
7102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * aclocal/check-newlib.m4: Apply AS_IF.
713        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
714        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
715        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
716        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
717        changes.
718        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
719        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
720        * automake/compile.am: Remove librtemsall from LINK_FILES.
721
7222001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
725        * aclocal/subdirs.m4: New file.
726        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
727        modifications.
728        * aclocal/check-posix.m4: Apply AS_IF.
729        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
730        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
731        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
732        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
733        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
734        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
735        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
736        OUTPUT_COMMANDS.
737        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
738        * aclocal/rtems-debug.m4: Minor cleanups.
739        * aclocal/rtems-top.m4: Minor cleanups.
740        * automake/compile.am: Further steps towards automake's rules.
741
7422001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
745        * automake/lib.am: Add MULTISUBDIR.
746
7472001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * bootstrap: Run autoheader when configure.ac contains
750        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
751
7522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/bsp-configure.m4: New file.
755        * Makefile.am: Add aclocal/bsp-configure.m4.
756
7572001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * Makefile.am: Add automake/force-preinstall.am,
760        aclocal/ppc.am, remove ACLOCAL_M4.
761
7622001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/bsp-alias.m4: Remove score603e_g1.
765        * aclocal/check-bsps.m4: Remove score603e_g1.
766        * aclocal/prog-cc.m4: Apply m4_if.
767
768
7692001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * automake/force-preinstall.am: New file.
772        * aclocal/ppc.m4: New file.
773
7742001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * aclocal/check-bsps.m4: Reworked.
777        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
778
7792001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * aclocal/bspopts.m4: New file.
782
7832001-11-13      Joel Sherrill <joel@OARcorp.com>
784
785        * COPYING: Test of $Id$ -> $RTEMS$.
786
7872001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
788
789        This modification is part of the submitted modifications necessary to
790        support the IBM PPC405 family.  This submission was reviewed by
791        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
792        not negatively impact the ppc403 BSPs.  The submission and tracking
793        process was captured as PR50.
794        * README.configure: Added gen405 BSP.
795
7962001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * Adopt more automake rules:
799        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
800        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
801        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
802        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
803        CXXLINK_APP in make-cxx-exe.
804        * automake/lib.am: Add ARFLAGS.
805
8062001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
809        config.cache's which prevented powerpc targets librdbg from building.
810
8112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
814        add 2nd arg to _RTEMS_CPU_SUBDIR.
815        * aclocal/target.m4: Replace ac_configure_args with
816        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
817        * Makefile.am: Require automake-1.5.
818
8192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
822        * configure.in: Remove.
823        * configure.ac: New file, generated from configure.in by autoupdate.
824
8252001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * aclocal/rtems-cpu-subdirs.m4: New file.
828
8292001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * automake/compile.am: Fundamentally reworked compilation rules for
832        closer adaptation to automake's behavior.
833
8342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * automake/lib.am: Comment out LD.
837        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
838        automake/leaf.am to AUTOMAKE_FILES.
839
8402001-09-27      Joel Sherrill <joel@OARcorp.com>
841
842        * config.guess: No longer in CVS since installed by bootstrap.
843
8442001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * bootstrap: remove/add automake added files.
847        * .cvsignore: reflect changes to bootstrap.
848
8492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * automake/leaf.am: New file.
852
8532001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
856        of AC_CANONICAL_SYSTEM.
857        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
858        mkinstalldirs and mkdir.
859        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
860        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
861        _RTEMS_OUTPUT_BUILD_SUBDIRS.
862       
8632001-09-13      Joel Sherrill <joel@OARcorp.com>
864
865        * missing: Updated to latest version.
866
8672001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.in: autoupdate to autoconf-2.52.
870        * bootstrap: Add handling for configure.ac, make autoheader verbose,
871        fix auto*tool invocation order.
872        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
873        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
874        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
875        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
876        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
877        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
878        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
879        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
880        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
881        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
882        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
883        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
884        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
885        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
886        RTEMS_CONFIG_PER_BSP conditional.
887        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
888        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
889        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
890
8912001-05-25      Joel Sherrill <joel@OARcorp.com>
892
893        * README.configure: Corrected the name of the MRM332 BSP.
894        Strengthened the distinction between what the target
895        and the BSP each select.  Added more targets to list.
896
8972001-05-25      Joel Sherrill <joel@OARcorp.com>
898
899        * README.configure: Updated the list of BSPs.
900
9012001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
904        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
905        Add support for DOS-drive-letters.
906
9072001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
910        RTEMS_PROG_CC_FOR_TARGET.
911
9122001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * README.cdn-X: Update.
915        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
916        @CPPFLAGS@ to CPPFLAGS.
917
9182001-04-20      Eric Valette <valette@crf.canon.fr>
919
920        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
921        BSPs support the new exception processing model and
922        consequently, librdbg.
923
9242001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * configure.in: Reworked for Canadian Cross support.
927        * Makefile.am: Reflect changes to configure.in.
928        * config.guess, config.sub: Update from subversions.gnu.org.
929        * README.cdn-X: New file.
930        * tools/Makefile.am: Remove build, tools from SUBDIRS.
931
9322001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
935        TARGET_CONFIG_SUBDIRS.
936        * aclocal/enable-bsp.m4: fix quoting.
937        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
938
9392001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * aclocal/config-subdirs.m4: New file.
942        * aclocal/target.m4: Use macros from config-subdirs.m4.
943
9442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
947        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
948
9492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.in: Fix AM_INIT_AUTOMAKE.
952        * aclocal/bsp-arg-enable.m4: Extend comments.
953        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
954        the default clause.
955
9562001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
959        RTEMS_ENV_RTEMSCPU.
960        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
961        special treatment for GCC_SPECS.
962        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
963        special treatment for GCC_SPECS.
964        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
965        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
966        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
967        instead of $(shell ..) for LIBC_LIB*.
968
9692001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
972        simsh7045.
973
9742001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
975
976        * automake/compile.am: Add LD.
977
9782000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * config.guess, config.sub: Update from CVS-autoconf to pick
981        up new features (e.g. CC_FOR_BUILD in config.guess) but is
982        necessary anyway to use autoconf-versions > 2.13.
983
9842000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
987        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
988        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
989        help string.
990        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
991
9922000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
993
994        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
995        Modified to reflect addition of LEON BSPs as well as the
996        no-FP ERC32 variant.
997
9982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1001        standard).
1002        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1003        standard).
1004        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1005        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1006        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1007        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1008
10092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1012        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1013        $host instead of $target (BUG-FIX).
1014        * configure.in: Use $target and $host instead of $target_alias and
1015        $host_alias (autoconf-2.49b).
1016        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1017        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1018
1019        NOTES:
1020        * autoconf-2.49b depredicates using changequotes.
1021        * The changes to configure.in are due to cleanups in
1022        autoconf-2.49b's implemention of canonicalization. With
1023        autoconf-2.1x it wasn't always clear, when to use $xxx or
1024        $xxx_alias. Now this is clear.
1025
10262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1029
10302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1033        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1034        with an RTEMS specific but more restrictive autoconf macro.
1035
10362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * automake/lib.am: Add LD.
1039
10402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1043        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1044
10452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046 
1047        * aclocal/*: Replace with contents of macros/*.m4
1048        * macros/: Remove.
1049        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1050        * Makefile.am: Reflect changes to aclocal/ and macros/.
1051
10522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * configure.in: New, Cygnus/GNU style configuration.
1055        * Makefile.am: Add macros/, reflect new configure.in,
1056        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1057        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1058        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1059        * macros/tool-prefix.m4: Remove.
1060        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1061        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1062        RTEMS_ROOT.
1063        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1064        * macros/multilib.m4: Various minor fixes.
1065        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1066        PROJECT_ROOT, RTEMS_ROOT.
1067        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1068        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1069
10702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * automake/multilib.am: New file.
1073        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1074        the automake/ directory.
1075
10762000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * macros/enable-hwapi.m4: Removed.
1079        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1080        A small cleanup step towards gnu-canonicalization.
1081
10822000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * macros: New directory.
1085        * macros/bsp-alias.m4: new file.
1086        * macros/canonical-host.m4: new file.
1087        * macros/canonical-target-name.m4: new file.
1088        * macros/canonicalize-tools.m4: new file.
1089        * macros/check-bsp-cache.m4: new file.
1090        * macros/check-bsps.m4: new file.
1091        * macros/check-cpu.m4: new file.
1092        * macros/rtems-debug.m4: new file.
1093        * macros/check-cxx.m4: new file.
1094        * macros/check-itron.m4: new file.
1095        * macros/check-multiprocessing.m4: new file.
1096        * macros/check-networking.m4: new file.
1097        * macros/check-newlib.m4: new file.
1098        * macros/check-posix.m4: new file.
1099        * macros/check-rdbg.m4: new file.
1100        * macros/enable-bare.m4: new file.
1101        * macros/enable-cxx.m4: new file.
1102        * macros/enable-gcc28.m4: new file.
1103        * macros/enable-inlines.m4: new file.
1104        * macros/enable-itron.m4: new file.
1105        * macros/enable-libcdir.m4: new file.
1106        * macros/enable-multiprocessing.m4: new file.
1107        * macros/enable-networking.m4: new file.
1108        * macros/enable-posix.m4: new file.
1109        * macros/enable-rdbg.m4: new file.
1110        * macros/enable-rtemsbsp.m4: new file.
1111        * macros/enable-tests.m4: new file.
1112        * macros/gcc-pipe.m4: new file.
1113        * macros/gcc-specs.m4: new file.
1114        * macros/i386-gas-code16.m4: new file.
1115        * macros/path-ksh.m4: new file.
1116        * macros/path-perl.m4: new file.
1117        * macros/prog-cc.m4: new file.
1118        * macros/prog-cxx.m4: new file.
1119        * macros/project-root.m4: new file.
1120        * macros/rtems-top.m4: new file.
1121        * macros/sysv-ipc.m4: new file.
1122        * macros/target.m4: new file.
1123        * macros/rtems-test-no-pause.m4: new file.
1124        * macros/multilib.m4: new file.
1125        * macros/tool-paths.m4: new file.
1126        * macros/tool-prefix.m4: new file.
1127
11282000-09-14      Joel Sherrill <joel@OARcorp.com>
1129
1130        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1131
11322000-09-14      Joel Sherrill <joel@OARcorp.com>
1133
1134        * aclocal/enable-hwapi.m4: Now longer used and removed.
1135
11362000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * automake/lib.am: Remove leaf.cfg.
1139
11402000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1141
1142        * aclocal/rtems-top.m4: Add ENDIF-hack.
1143        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1144
11452000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1148        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1149        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1150        * automake/compile.am: Replaced.
1151        * automake/local.am: Remove building variant handling.
1152
11532000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1156        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1157        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1158        * aclocal/target.m4: Cleanup comments
1159        * Automake/compile.am: Add DEFS support to keep building happy.
1160
11612000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1164
11652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * automake/compile.am: New file
1168        * ChangeLog: Fix email addresses
1169
11702000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * LICENSE.NET, README, README.configure: Spelling corrections.
1173
11742000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1177
11782000-08-30      Joel Sherrill <joel@OARcorp.com>
1179
1180        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1181
11822000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1183
1184        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1185
11862000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * aclocal/check-bsps.h:
1189          - Add pck6-BSP
1190          - Exclude ChangeLog from being picked up as BSP
1191        * aclocal/bsp-alias.m4: Add pck6-BSP
1192
11932000-08-10      Joel Sherrill <joel@OARcorp.com>
1194
1195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.