source: rtems/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 35.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
8        Add "autoconf-2.5x unquoting" hack.
9
102003-07-03      Joel Sherrill <joel@OARcorp.com>
11
12        * SUPPORT: Fix Mark Johannes' email address.
13
142003-07-03      Joel Sherrill <joel@OARcorp.com>
15
16        * VERSION: Updated to rtems-4.6.0pre4.
17
182003-07-03      Joel Sherrill <joel@OARcorp.com>
19
20        * aclocal/version.m4: Updated to rtems-4.6.0pre4.
21
222003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * config.sub: New from subversions to accomodate c4x/tic4x.
25
262003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        PR 412/make_build
29        * configure.ac: Remove "BLEEDING EDGE" warning.
30        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
31        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
32        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
33        * aclocal/gcc-isystem.m4: New.
34        * Makefile.am: Add aclocal/gcc-isystem.m4.
35
362003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
39        * automake/compile.am: Remove LIBSUFFIX_VA.
40
412003-04-23      Joel Sherrill <joel@OARcorp.com>
42
43        * VERSION: Updated to rtems-4.6.0pre3.
44
452003-04-23      Joel Sherrill <joel@OARcorp.com>
46
47        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
48
492003-04-23      Joel Sherrill <joel@OARcorp.com>
50
51        * VERSION: Updated to rtems-4.6.0pre3.
52
532003-04-23      Joel Sherrill <joel@OARcorp.com>
54
55        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
56
572003-04-18      Joel Sherrill <joel@OARcorp.com>
58
59        * VERSION: Updated to rtems-4.6.0pre2.
60
612003-04-18      Joel Sherrill <joel@OARcorp.com>
62
63        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
64
652003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * acinclude.m4: Reformat build_* handling.
68        Preset *_alias if empty.
69        * configure.ac: Change tools/build to build-config dirs.
70        Conditionally build tools/build as host-config dirs.
71
722003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * acinclude.m4: Fix broken comments.
75        Add hidden option --enable-experimental.
76        * README.cdn-X: Update.
77        * configure.ac: Build tools/build as host and build-host tools to
78        accomodate those BSPs applying packhex in <BSP>.cfg.
79        Build tools/cpu as build-host tools.
80
812003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * tools/Makefile.am: Remove.
84        * configure.ac: Remove tools.
85        * acinclude.m4: Fix build_subdir handling.
86        * Makefile.am: Remove tools from SUBDIRS.
87        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
88
892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove AC_CONFIG_AUX_DIR.
92        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
93
942003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bootstrap: Add ACLOCAL, AUTOHEADER.
97        Don't check for auto*tool-versions.
98
992003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
102
1032003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * automake/compile.am: Introduce depend-gcc.
106        * automake/lib.am: Remove stray comment.
107        * automake/local.am: Introduce depend-gcc.
108
1092003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
112
1132003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
116        * automake/local.am: Remove $(ARCH), clean-local.
117        * automake/compile.am: Add $(ARCH), clean-local.
118        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
119
1202003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Remove references to obsoleted files
123        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
124
1252003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * config.sub (rtems-4-6-branch only): New from subversion.
128        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
129
1302003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
133
1342003-02-11      Joel Sherrill <joel@OARcorp.com>
135
136        * VERSION: Updated to rtems-4.6.0pre1.
137
1382003-02-11      Joel Sherrill <joel@OARcorp.com>
139
140        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bootstrap: Remove attempts to detect autoconf and automake using
145        "which" (PR 325).
146
1472003-02-06      Joel Sherrill <joel@OARcorp.com>
148
149        * README.configure: Updated to reflect new BSPs and deprecated
150        targets.
151
1522003-01-28      Joel Sherrill <joel@OARcorp.com>
153
154        * VERSION: Updated to rtems-ss-20030128.
155
1562003-01-28      Joel Sherrill <joel@OARcorp.com>
157
158        * aclocal/version.m4: Updated to rtems-ss-20030128.
159
1602003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
163        Remove CLOBBER_DEPEND (Unused).
164
1652003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * automake/local.am: Remove distclean-local.
168
1692001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
172        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
173
1742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
177        Rework RTEMS_PROG_CXX_FOR_TARGET.
178
1792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
182
1832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
186
1872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
190
1912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bootstrap: Require autoconf 2.54 or 2.57.
194        Require automake-1.7.2.
195
1962002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
199        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
200        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
201
2022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
205
2062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * automake/compile.am: Remove hard-coded *_PROFILE_V.
209        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
210        CFLAGS_PROFILE_V.
211        Remove CPPFLAGS_GCC.
212
2132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
216        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
217        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
218        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
219
2202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal/rtems-flags.m4: New.
223
2242002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * bootstrap: Allow autoconf-2.57.
227
2282002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/prog-cc.m4: Remove GCCSED.
231
2322002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
235        Remove LDFLAGS.
236        Add CCAS, CCASCOMPILE.
237        Remove compilation rules for *.cpp, *.cxx, *.C.
238        Use CCASCOMPILE to compile *.S.
239        Add -pg to RTEMS_CFLAGS_PROFILE_V.
240
2412002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Remove c/make.
244
2452002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/prog-ccas.m4: New.
248        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
249        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
250        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
251
2522002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * acinclude.m4: Conditionally append --target=.
255
2562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
259
2602002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * automake/compile.am: Remove LD_PATHS (Unused).
263        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
264        is announced obsolete).
265
2662002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
269
2702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/sysv-ipc.m4: Remove (Unused).
273        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
274
2752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * acinclude.m4: Lots of changes addressing PR 312.
278
2792002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
282        to PR 312).
283
2842002-11-18      Joel Sherrill <joel@OARcorp.com>
285
286        * VERSION: Updated to rtems-ss-20021118.
287
2882002-11-18      Joel Sherrill <joel@OARcorp.com>
289
290        * aclocal/version.m4: Updated to rtems-ss-20021118.
291
2922002-11-17      Joel Sherrill <joel@OARcorp.com>
293
294        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
295        Motorola MTX603e.
296
2972002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
300
3012002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
304        * configure.ac: Ditto.
305
3062002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
309        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
310        Support @CFLAGS@, @CXXFLAGS@.
311
3122002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * bootstrap: Allow autoconf-2.56.
315
3162002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
319        Fix stupid typo (continue/configure).
320        * aclocal/prog-cc.m4: Remove obsolete comments.
321        Acknowledge CFLAGS.
322
3232002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
326        end of the args passed to sub-configure-scripts. (Reported by
327        Wulf Hofbauer <wh73@cornell.edu>)
328
3292002-11-12      Joel Sherrill <joel@OARcorp.com>
330
331        * configure.ac: Remove make/compilers/Makefile.
332
3332002-11-11      Joel Sherrill <joel@OARcorp.com>
334
335        * VERSION: Updated to rtems-ss-20021111.
336
3372002-11-11      Joel Sherrill <joel@OARcorp.com>
338
339        * aclocal/version.m4: Updated to rtems-ss-20021111.
340
3412002-11-11      Joel Sherrill <joel@OARcorp.com>
342
343        * VERSION: Updated to rtems-ss-20021111.
344
3452002-11-11      Joel Sherrill <joel@OARcorp.com>
346
347        * aclocal/version.m4: Updated to rtems-ss-20021111.
348
3492002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * automake/compile.am: Remove rel rule.
352
3532002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
356
3572002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Remove make/Templates/Makefile.
360        * README.configure: Minor massaging.
361
3622002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        Further preparations for autoconf > 2.52:
365        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
366        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
367        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
368
3692002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * acinclude.m4: Adapations to autoconf > 2.52.
372
3732002-11-01      Joel Sherrill <joel@OARcorp.com>
374
375        * ChangeLog: Corrected.
376
3772002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * bootstrap: Add generate_bspdir_acinclude to automatically update
380        c/src/lib/libbsp/<cpu>/acinclude.m4.
381        Use #! /bin/sh instead of #!/bin/sh.
382        Remove autom4te*.cache during ./bootstrap --clean.
383
3842002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
387        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
388        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
389        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
390        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
391        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
392        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
393        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
394        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
395        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
396        (autoconf > 2.54 seems to have problems with the old form of
397        quoting).
398
3992002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
402        (autoconf > 2.54 complains about).
403
4042002-10-21      Joel Sherrill <joel@OARcorp.com>
405
406        * VERSION: Updated to rtems-20021021-test.
407
4082002-10-21      Joel Sherrill <joel@OARcorp.com>
409
410        * aclocal/version.m4: Updated to rtems-20021021-test.
411
4122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * .cvsignore: Reformat.
415        Add autom4te*cache.
416        Remove autom4te.cache.
417
4182002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
421
4222002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
425        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
426
4272002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * bootstrap: Add autoconf/automake version checks by popular demand.
430        [FWIW: I dislike this.]
431
4322002-10-07      Joel Sherrill <joel@OARcorp.com>
433
434        * VERSION: Updated to rtems-ss-20021007.
435
4362002-10-07      Joel Sherrill <joel@OARcorp.com>
437
438        * aclocal/version.m4: Updated to rtems-ss-20021007.
439
4402002-10-04      Joel Sherrill <joel@OARcorp.com>
441
442        * VERSION: Updated to rtems-JUNK.
443
4442002-10-04      Joel Sherrill <joel@OARcorp.com>
445
446        * aclocal/version.m4: Updated to rtems-JUNK.
447
4482002-10-04      Joel Sherrill <joel@OARcorp.com>
449
450        * VERSION: Updated to rtems-ss-20021004.
451
4522002-10-04      Joel Sherrill <joel@OARcorp.com>
453
454        * aclocal/version.m4: Updated to rtems-ss-20021004.
455
4562002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
459        autoconf-2.53 PACKAGE crap.
460
4612002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/prog-gnat.m4: New.
464
4652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/bsp-configure.m4: Fix small typo in comment.
468
4692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
472
4732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
476        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
477        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
478
4792002-08-07      Joel Sherrill <joel@OARcorp.com>
480
481        * aclocal/version.m4: Updated to rtems-ss-20020807.
482
4832002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
486
4872002-07-31      Joel Sherrill <joel@OARcorp.com>
488
489        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
490        was just a stub and only the OR32 port is getting worked on.
491
4922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/subdirs.m4: Remove.
495        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
496
4972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
500        exec/score/cpu.
501
5022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
505        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
506        compilation rules (Work-around to an automake bug).
507        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
508        make-library.
509
5102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Activate cpukit. Remove references to c/src/exec.
513
5142002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
517
5182002-07-17      Joel Sherrill <joel@OARcorp.com>
519
520        * aclocal/version.m4: Updated to rtems-ss-20020717.
521
5222002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * config-ml.in: Imported from gcc-3.1.
525        Change to match c/src/config-ml.in.
526
5272002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * aclocal/check-multiprocessing.m4: Reworked.
530        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
531
5322002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * automake/multilib.am: Remove.
535        * Makefile.am: Reflect change above.
536
5372002-06-28      Joel Sherrill <joel@OARcorp.com>
538
539        * aclocal/version.m4: Updated to rtems-ss-20020628.
540
5412002-06-27      Joel Sherrill <joel@OARcorp.com>
542
543        * tools/Makefile.am: Build the cpu dependent tools as well.
544
5452002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/env-rtemscpu.m4: Remove.
548        * aclocal/multi.m4: Remove.
549        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
550
5512002-05-28      Joel Sherrill <joel@OARcorp.com>
552
553        * aclocal/version.m4: Updated to rtems-ss-20020528.
554
5552002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * aclocal/prog-cc.m4: Remove GCC272 support.
558        Remove ENABLE_LIBCDIR.
559        * aclocal/prog-cxx.m4: Ditto.
560        * aclocal/enable-gcc28.m4: Remove.
561        * aclocal/enable-libcdir.m4: Ditto.
562
5632002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
566        ENABLE_GCC28.
567
5682002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * automake/compile.am: Remove GCC272 support.
571        Remove *.sh rule (unused).
572        * configure.ac: Remove ENABLE_GCC28.
573        Remove ENABLE_LIBCDIR.
574
5752002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * .cvsignore: Added mdate-sh and texinfo.tex.
578
5792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/version.m4: New file.
582        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
583        aclocal/version.m4.
584        * bootstrap: Use aclocal/version.m4 instead of VERSION.
585        * configure.ac: Use aclocal/version.m4 instead of VERSION.
586
5872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac:
590        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
591        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
592        * Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
594
5952002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
598        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
599
6002002-03-08      Joel Sherrill <joel@OARcorp.com>
601
602        * VERSION: Updated to rtems-mg5-20020808.
603
6042002-03-01      Joel Sherrill <joel@OARcorp.com>
605
606        * VERSION: Updated to rtems-ss-20020301.
607
6082002-02-15      Joel Sherrill <joel@OARcorp.com>
609
610        * VERSION: Updated to rtems-ss-20020215.
611
6122002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/subdirs.m4: Propagate the current $prefix to the
615        sub-configures.
616
6172002-02-05      Joel Sherrill <joel@OARcorp.com>
618
619        * VERSION: Updated to rtems-ss-20020205.
620
6212002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
624        compatibility.
625        * bootstrap: Let --clean remove texinfo.tex.
626
6272002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
630
6312002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.ac: Add --enable-docs support. Add
634        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
635        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
636        hard-coded SUBDIRS.
637        * README.configure: Added a bit of information on this new option.
638
6392002-01-18      Joel Sherrill <joel@OARcorp.com>
640
641        * VERSION: Updated to rtems-ss-20020118.
642
6432002-01-18      Joel Sherrill <joel@OARcorp.com>
644
645        * VERSION: Updated to rtems-20020118.
646
6472002-01-17      Joel Sherrill <joel@OARcorp.com>
648
649        * VERSION: Updated to rtems-ss-20020717.
650
6512002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
654        check upon host_alias != build_alias.
655
6562002-01-07      Joel Sherrill <joel@OARcorp.com>
657
658        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
659        last line to eliminate 100's of warnings.
660
6612002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/check-newlib.m4: Apply AS_IF.
664        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
665        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
666        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
667        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
668        changes.
669        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
670        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
671        * automake/compile.am: Remove librtemsall from LINK_FILES.
672
6732001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
676        * aclocal/subdirs.m4: New file.
677        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
678        modifications.
679        * aclocal/check-posix.m4: Apply AS_IF.
680        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
681        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
682        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
683        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
684        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
685        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
686        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
687        OUTPUT_COMMANDS.
688        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
689        * aclocal/rtems-debug.m4: Minor cleanups.
690        * aclocal/rtems-top.m4: Minor cleanups.
691        * automake/compile.am: Further steps towards automake's rules.
692
6932001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
696        * automake/lib.am: Add MULTISUBDIR.
697
6982001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * bootstrap: Run autoheader when configure.ac contains
701        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
702
7032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * aclocal/bsp-configure.m4: New file.
706        * Makefile.am: Add aclocal/bsp-configure.m4.
707
7082001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * Makefile.am: Add automake/force-preinstall.am,
711        aclocal/ppc.am, remove ACLOCAL_M4.
712
7132001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * aclocal/bsp-alias.m4: Remove score603e_g1.
716        * aclocal/check-bsps.m4: Remove score603e_g1.
717        * aclocal/prog-cc.m4: Apply m4_if.
718
719
7202001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * automake/force-preinstall.am: New file.
723        * aclocal/ppc.m4: New file.
724
7252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * aclocal/check-bsps.m4: Reworked.
728        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
729
7302001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * aclocal/bspopts.m4: New file.
733
7342001-11-13      Joel Sherrill <joel@OARcorp.com>
735
736        * COPYING: Test of $Id$ -> $RTEMS$.
737
7382001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
739
740        This modification is part of the submitted modifications necessary to
741        support the IBM PPC405 family.  This submission was reviewed by
742        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
743        not negatively impact the ppc403 BSPs.  The submission and tracking
744        process was captured as PR50.
745        * README.configure: Added gen405 BSP.
746
7472001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Adopt more automake rules:
750        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
751        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
752        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
753        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
754        CXXLINK_APP in make-cxx-exe.
755        * automake/lib.am: Add ARFLAGS.
756
7572001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
760        config.cache's which prevented powerpc targets librdbg from building.
761
7622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
765        add 2nd arg to _RTEMS_CPU_SUBDIR.
766        * aclocal/target.m4: Replace ac_configure_args with
767        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
768        * Makefile.am: Require automake-1.5.
769
7702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
773        * configure.in: Remove.
774        * configure.ac: New file, generated from configure.in by autoupdate.
775
7762001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * aclocal/rtems-cpu-subdirs.m4: New file.
779
7802001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * automake/compile.am: Fundamentally reworked compilation rules for
783        closer adaptation to automake's behavior.
784
7852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * automake/lib.am: Comment out LD.
788        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
789        automake/leaf.am to AUTOMAKE_FILES.
790
7912001-09-27      Joel Sherrill <joel@OARcorp.com>
792
793        * config.guess: No longer in CVS since installed by bootstrap.
794
7952001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * bootstrap: remove/add automake added files.
798        * .cvsignore: reflect changes to bootstrap.
799
8002001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * automake/leaf.am: New file.
803
8042001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
807        of AC_CANONICAL_SYSTEM.
808        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
809        mkinstalldirs and mkdir.
810        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
811        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
812        _RTEMS_OUTPUT_BUILD_SUBDIRS.
813       
8142001-09-13      Joel Sherrill <joel@OARcorp.com>
815
816        * missing: Updated to latest version.
817
8182001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * configure.in: autoupdate to autoconf-2.52.
821        * bootstrap: Add handling for configure.ac, make autoheader verbose,
822        fix auto*tool invocation order.
823        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
824        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
825        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
826        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
827        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
828        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
829        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
830        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
831        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
832        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
833        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
834        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
835        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
836        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
837        RTEMS_CONFIG_PER_BSP conditional.
838        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
839        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
840        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
841
8422001-05-25      Joel Sherrill <joel@OARcorp.com>
843
844        * README.configure: Corrected the name of the MRM332 BSP.
845        Strengthened the distinction between what the target
846        and the BSP each select.  Added more targets to list.
847
8482001-05-25      Joel Sherrill <joel@OARcorp.com>
849
850        * README.configure: Updated the list of BSPs.
851
8522001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
855        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
856        Add support for DOS-drive-letters.
857
8582001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
861        RTEMS_PROG_CC_FOR_TARGET.
862
8632001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * README.cdn-X: Update.
866        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
867        @CPPFLAGS@ to CPPFLAGS.
868
8692001-04-20      Eric Valette <valette@crf.canon.fr>
870
871        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
872        BSPs support the new exception processing model and
873        consequently, librdbg.
874
8752001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.in: Reworked for Canadian Cross support.
878        * Makefile.am: Reflect changes to configure.in.
879        * config.guess, config.sub: Update from subversions.gnu.org.
880        * README.cdn-X: New file.
881        * tools/Makefile.am: Remove build, tools from SUBDIRS.
882
8832001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
886        TARGET_CONFIG_SUBDIRS.
887        * aclocal/enable-bsp.m4: fix quoting.
888        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
889
8902001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * aclocal/config-subdirs.m4: New file.
893        * aclocal/target.m4: Use macros from config-subdirs.m4.
894
8952001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
898        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
899
9002001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * configure.in: Fix AM_INIT_AUTOMAKE.
903        * aclocal/bsp-arg-enable.m4: Extend comments.
904        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
905        the default clause.
906
9072001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
910        RTEMS_ENV_RTEMSCPU.
911        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
912        special treatment for GCC_SPECS.
913        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
914        special treatment for GCC_SPECS.
915        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
916        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
917        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
918        instead of $(shell ..) for LIBC_LIB*.
919
9202001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
923        simsh7045.
924
9252001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
926
927        * automake/compile.am: Add LD.
928
9292000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * config.guess, config.sub: Update from CVS-autoconf to pick
932        up new features (e.g. CC_FOR_BUILD in config.guess) but is
933        necessary anyway to use autoconf-versions > 2.13.
934
9352000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
938        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
939        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
940        help string.
941        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
942
9432000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
944
945        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
946        Modified to reflect addition of LEON BSPs as well as the
947        no-FP ERC32 variant.
948
9492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
952        standard).
953        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
954        standard).
955        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
956        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
957        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
958        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
959
9602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
963        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
964        $host instead of $target (BUG-FIX).
965        * configure.in: Use $target and $host instead of $target_alias and
966        $host_alias (autoconf-2.49b).
967        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
968        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
969
970        NOTES:
971        * autoconf-2.49b depredicates using changequotes.
972        * The changes to configure.in are due to cleanups in
973        autoconf-2.49b's implemention of canonicalization. With
974        autoconf-2.1x it wasn't always clear, when to use $xxx or
975        $xxx_alias. Now this is clear.
976
9772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
980
9812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
984        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
985        with an RTEMS specific but more restrictive autoconf macro.
986
9872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * automake/lib.am: Add LD.
990
9912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
994        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
995
9962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997 
998        * aclocal/*: Replace with contents of macros/*.m4
999        * macros/: Remove.
1000        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1001        * Makefile.am: Reflect changes to aclocal/ and macros/.
1002
10032000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.in: New, Cygnus/GNU style configuration.
1006        * Makefile.am: Add macros/, reflect new configure.in,
1007        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1008        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1009        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1010        * macros/tool-prefix.m4: Remove.
1011        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1012        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1013        RTEMS_ROOT.
1014        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1015        * macros/multilib.m4: Various minor fixes.
1016        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1017        PROJECT_ROOT, RTEMS_ROOT.
1018        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1019        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1020
10212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * automake/multilib.am: New file.
1024        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1025        the automake/ directory.
1026
10272000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * macros/enable-hwapi.m4: Removed.
1030        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1031        A small cleanup step towards gnu-canonicalization.
1032
10332000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * macros: New directory.
1036        * macros/bsp-alias.m4: new file.
1037        * macros/canonical-host.m4: new file.
1038        * macros/canonical-target-name.m4: new file.
1039        * macros/canonicalize-tools.m4: new file.
1040        * macros/check-bsp-cache.m4: new file.
1041        * macros/check-bsps.m4: new file.
1042        * macros/check-cpu.m4: new file.
1043        * macros/rtems-debug.m4: new file.
1044        * macros/check-cxx.m4: new file.
1045        * macros/check-itron.m4: new file.
1046        * macros/check-multiprocessing.m4: new file.
1047        * macros/check-networking.m4: new file.
1048        * macros/check-newlib.m4: new file.
1049        * macros/check-posix.m4: new file.
1050        * macros/check-rdbg.m4: new file.
1051        * macros/enable-bare.m4: new file.
1052        * macros/enable-cxx.m4: new file.
1053        * macros/enable-gcc28.m4: new file.
1054        * macros/enable-inlines.m4: new file.
1055        * macros/enable-itron.m4: new file.
1056        * macros/enable-libcdir.m4: new file.
1057        * macros/enable-multiprocessing.m4: new file.
1058        * macros/enable-networking.m4: new file.
1059        * macros/enable-posix.m4: new file.
1060        * macros/enable-rdbg.m4: new file.
1061        * macros/enable-rtemsbsp.m4: new file.
1062        * macros/enable-tests.m4: new file.
1063        * macros/gcc-pipe.m4: new file.
1064        * macros/gcc-specs.m4: new file.
1065        * macros/i386-gas-code16.m4: new file.
1066        * macros/path-ksh.m4: new file.
1067        * macros/path-perl.m4: new file.
1068        * macros/prog-cc.m4: new file.
1069        * macros/prog-cxx.m4: new file.
1070        * macros/project-root.m4: new file.
1071        * macros/rtems-top.m4: new file.
1072        * macros/sysv-ipc.m4: new file.
1073        * macros/target.m4: new file.
1074        * macros/rtems-test-no-pause.m4: new file.
1075        * macros/multilib.m4: new file.
1076        * macros/tool-paths.m4: new file.
1077        * macros/tool-prefix.m4: new file.
1078
10792000-09-14      Joel Sherrill <joel@OARcorp.com>
1080
1081        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1082
10832000-09-14      Joel Sherrill <joel@OARcorp.com>
1084
1085        * aclocal/enable-hwapi.m4: Now longer used and removed.
1086
10872000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * automake/lib.am: Remove leaf.cfg.
1090
10912000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * aclocal/rtems-top.m4: Add ENDIF-hack.
1094        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1095
10962000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1099        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1100        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1101        * automake/compile.am: Replaced.
1102        * automake/local.am: Remove building variant handling.
1103
11042000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1107        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1108        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1109        * aclocal/target.m4: Cleanup comments
1110        * Automake/compile.am: Add DEFS support to keep building happy.
1111
11122000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1115
11162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * automake/compile.am: New file
1119        * ChangeLog: Fix email addresses
1120
11212000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * LICENSE.NET, README, README.configure: Spelling corrections.
1124
11252000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1128
11292000-08-30      Joel Sherrill <joel@OARcorp.com>
1130
1131        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1132
11332000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1134
1135        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1136
11372000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * aclocal/check-bsps.h:
1140          - Add pck6-BSP
1141          - Exclude ChangeLog from being picked up as BSP
1142        * aclocal/bsp-alias.m4: Add pck6-BSP
1143
11442000-08-10      Joel Sherrill <joel@OARcorp.com>
1145
1146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.