source: rtems/ChangeLog @ 81ba516

Last change on this file since 81ba516 was 81ba516, checked in by Joel Sherrill <joel.sherrill@…>, on 04/23/03 at 18:23:34

2003-04-23 Joel Sherrill <joel@…>

  • VERSION: Updated to rtems-4.6.0pre3.
  • Property mode set to 100644
File size: 34.3 KB
Line 
12003-04-23      Joel Sherrill <joel@OARcorp.com>
2
3        * VERSION: Updated to rtems-4.6.0pre3.
4
52003-04-23      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
8
92003-04-18      Joel Sherrill <joel@OARcorp.com>
10
11        * VERSION: Updated to rtems-4.6.0pre2.
12
132003-04-18      Joel Sherrill <joel@OARcorp.com>
14
15        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
16
172003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * acinclude.m4: Reformat build_* handling.
20        Preset *_alias if empty.
21        * configure.ac: Change tools/build to build-config dirs.
22        Conditionally build tools/build as host-config dirs.
23
242003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * acinclude.m4: Fix broken comments.
27        Add hidden option --enable-experimental.
28        * README.cdn-X: Update.
29        * configure.ac: Build tools/build as host and build-host tools to
30        accomodate those BSPs applying packhex in <BSP>.cfg.
31        Build tools/cpu as build-host tools.
32
332003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * tools/Makefile.am: Remove.
36        * configure.ac: Remove tools.
37        * acinclude.m4: Fix build_subdir handling.
38        * Makefile.am: Remove tools from SUBDIRS.
39        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
45
462003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * bootstrap: Add ACLOCAL, AUTOHEADER.
49        Don't check for auto*tool-versions.
50
512003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
54
552003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Introduce depend-gcc.
58        * automake/lib.am: Remove stray comment.
59        * automake/local.am: Introduce depend-gcc.
60
612003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
64
652003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
68        * automake/local.am: Remove $(ARCH), clean-local.
69        * automake/compile.am: Add $(ARCH), clean-local.
70        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
71
722003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Remove references to obsoleted files
75        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
76
772003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * config.sub (rtems-4-6-branch only): New from subversion.
80        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
81
822003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
85
862003-02-11      Joel Sherrill <joel@OARcorp.com>
87
88        * VERSION: Updated to rtems-4.6.0pre1.
89
902003-02-11      Joel Sherrill <joel@OARcorp.com>
91
92        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bootstrap: Remove attempts to detect autoconf and automake using
97        "which" (PR 325).
98
992003-02-06      Joel Sherrill <joel@OARcorp.com>
100
101        * README.configure: Updated to reflect new BSPs and deprecated
102        targets.
103
1042003-01-28      Joel Sherrill <joel@OARcorp.com>
105
106        * VERSION: Updated to rtems-ss-20030128.
107
1082003-01-28      Joel Sherrill <joel@OARcorp.com>
109
110        * aclocal/version.m4: Updated to rtems-ss-20030128.
111
1122003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
115        Remove CLOBBER_DEPEND (Unused).
116
1172003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * automake/local.am: Remove distclean-local.
120
1212001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
124        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
125
1262002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
129        Rework RTEMS_PROG_CXX_FOR_TARGET.
130
1312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
134
1352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
138
1392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
142
1432002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bootstrap: Require autoconf 2.54 or 2.57.
146        Require automake-1.7.2.
147
1482002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
151        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
152        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
153
1542002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
157
1582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * automake/compile.am: Remove hard-coded *_PROFILE_V.
161        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
162        CFLAGS_PROFILE_V.
163        Remove CPPFLAGS_GCC.
164
1652002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
168        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
169        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
170        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
171
1722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/rtems-flags.m4: New.
175
1762002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * bootstrap: Allow autoconf-2.57.
179
1802002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/prog-cc.m4: Remove GCCSED.
183
1842002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
187        Remove LDFLAGS.
188        Add CCAS, CCASCOMPILE.
189        Remove compilation rules for *.cpp, *.cxx, *.C.
190        Use CCASCOMPILE to compile *.S.
191        Add -pg to RTEMS_CFLAGS_PROFILE_V.
192
1932002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove c/make.
196
1972002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/prog-ccas.m4: New.
200        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
201        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
202        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
203
2042002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * acinclude.m4: Conditionally append --target=.
207
2082002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
211
2122002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * automake/compile.am: Remove LD_PATHS (Unused).
215        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
216        is announced obsolete).
217
2182002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
221
2222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/sysv-ipc.m4: Remove (Unused).
225        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
226
2272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * acinclude.m4: Lots of changes addressing PR 312.
230
2312002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
234        to PR 312).
235
2362002-11-18      Joel Sherrill <joel@OARcorp.com>
237
238        * VERSION: Updated to rtems-ss-20021118.
239
2402002-11-18      Joel Sherrill <joel@OARcorp.com>
241
242        * aclocal/version.m4: Updated to rtems-ss-20021118.
243
2442002-11-17      Joel Sherrill <joel@OARcorp.com>
245
246        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
247        Motorola MTX603e.
248
2492002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
252
2532002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
256        * configure.ac: Ditto.
257
2582002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
261        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
262        Support @CFLAGS@, @CXXFLAGS@.
263
2642002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * bootstrap: Allow autoconf-2.56.
267
2682002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
271        Fix stupid typo (continue/configure).
272        * aclocal/prog-cc.m4: Remove obsolete comments.
273        Acknowledge CFLAGS.
274
2752002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
278        end of the args passed to sub-configure-scripts. (Reported by
279        Wulf Hofbauer <wh73@cornell.edu>)
280
2812002-11-12      Joel Sherrill <joel@OARcorp.com>
282
283        * configure.ac: Remove make/compilers/Makefile.
284
2852002-11-11      Joel Sherrill <joel@OARcorp.com>
286
287        * VERSION: Updated to rtems-ss-20021111.
288
2892002-11-11      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/version.m4: Updated to rtems-ss-20021111.
292
2932002-11-11      Joel Sherrill <joel@OARcorp.com>
294
295        * VERSION: Updated to rtems-ss-20021111.
296
2972002-11-11      Joel Sherrill <joel@OARcorp.com>
298
299        * aclocal/version.m4: Updated to rtems-ss-20021111.
300
3012002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * automake/compile.am: Remove rel rule.
304
3052002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
308
3092002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Remove make/Templates/Makefile.
312        * README.configure: Minor massaging.
313
3142002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        Further preparations for autoconf > 2.52:
317        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
318        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
319        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
320
3212002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * acinclude.m4: Adapations to autoconf > 2.52.
324
3252002-11-01      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: Corrected.
328
3292002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bootstrap: Add generate_bspdir_acinclude to automatically update
332        c/src/lib/libbsp/<cpu>/acinclude.m4.
333        Use #! /bin/sh instead of #!/bin/sh.
334        Remove autom4te*.cache during ./bootstrap --clean.
335
3362002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
339        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
340        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
341        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
342        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
343        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
344        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
345        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
346        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
347        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
348        (autoconf > 2.54 seems to have problems with the old form of
349        quoting).
350
3512002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
354        (autoconf > 2.54 complains about).
355
3562002-10-21      Joel Sherrill <joel@OARcorp.com>
357
358        * VERSION: Updated to rtems-20021021-test.
359
3602002-10-21      Joel Sherrill <joel@OARcorp.com>
361
362        * aclocal/version.m4: Updated to rtems-20021021-test.
363
3642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * .cvsignore: Reformat.
367        Add autom4te*cache.
368        Remove autom4te.cache.
369
3702002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
373
3742002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
377        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
378
3792002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * bootstrap: Add autoconf/automake version checks by popular demand.
382        [FWIW: I dislike this.]
383
3842002-10-07      Joel Sherrill <joel@OARcorp.com>
385
386        * VERSION: Updated to rtems-ss-20021007.
387
3882002-10-07      Joel Sherrill <joel@OARcorp.com>
389
390        * aclocal/version.m4: Updated to rtems-ss-20021007.
391
3922002-10-04      Joel Sherrill <joel@OARcorp.com>
393
394        * VERSION: Updated to rtems-JUNK.
395
3962002-10-04      Joel Sherrill <joel@OARcorp.com>
397
398        * aclocal/version.m4: Updated to rtems-JUNK.
399
4002002-10-04      Joel Sherrill <joel@OARcorp.com>
401
402        * VERSION: Updated to rtems-ss-20021004.
403
4042002-10-04      Joel Sherrill <joel@OARcorp.com>
405
406        * aclocal/version.m4: Updated to rtems-ss-20021004.
407
4082002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
411        autoconf-2.53 PACKAGE crap.
412
4132002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal/prog-gnat.m4: New.
416
4172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/bsp-configure.m4: Fix small typo in comment.
420
4212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
424
4252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
428        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
429        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
430
4312002-08-07      Joel Sherrill <joel@OARcorp.com>
432
433        * aclocal/version.m4: Updated to rtems-ss-20020807.
434
4352002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
438
4392002-07-31      Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
442        was just a stub and only the OR32 port is getting worked on.
443
4442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/subdirs.m4: Remove.
447        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
448
4492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
452        exec/score/cpu.
453
4542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
457        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
458        compilation rules (Work-around to an automake bug).
459        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
460        make-library.
461
4622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Activate cpukit. Remove references to c/src/exec.
465
4662002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
469
4702002-07-17      Joel Sherrill <joel@OARcorp.com>
471
472        * aclocal/version.m4: Updated to rtems-ss-20020717.
473
4742002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * config-ml.in: Imported from gcc-3.1.
477        Change to match c/src/config-ml.in.
478
4792002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * aclocal/check-multiprocessing.m4: Reworked.
482        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
483
4842002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * automake/multilib.am: Remove.
487        * Makefile.am: Reflect change above.
488
4892002-06-28      Joel Sherrill <joel@OARcorp.com>
490
491        * aclocal/version.m4: Updated to rtems-ss-20020628.
492
4932002-06-27      Joel Sherrill <joel@OARcorp.com>
494
495        * tools/Makefile.am: Build the cpu dependent tools as well.
496
4972002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/env-rtemscpu.m4: Remove.
500        * aclocal/multi.m4: Remove.
501        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
502
5032002-05-28      Joel Sherrill <joel@OARcorp.com>
504
505        * aclocal/version.m4: Updated to rtems-ss-20020528.
506
5072002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/prog-cc.m4: Remove GCC272 support.
510        Remove ENABLE_LIBCDIR.
511        * aclocal/prog-cxx.m4: Ditto.
512        * aclocal/enable-gcc28.m4: Remove.
513        * aclocal/enable-libcdir.m4: Ditto.
514
5152002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
518        ENABLE_GCC28.
519
5202002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * automake/compile.am: Remove GCC272 support.
523        Remove *.sh rule (unused).
524        * configure.ac: Remove ENABLE_GCC28.
525        Remove ENABLE_LIBCDIR.
526
5272002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Added mdate-sh and texinfo.tex.
530
5312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/version.m4: New file.
534        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
535        aclocal/version.m4.
536        * bootstrap: Use aclocal/version.m4 instead of VERSION.
537        * configure.ac: Use aclocal/version.m4 instead of VERSION.
538
5392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac:
542        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
543        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
544        * Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
546
5472002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
550        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
551
5522002-03-08      Joel Sherrill <joel@OARcorp.com>
553
554        * VERSION: Updated to rtems-mg5-20020808.
555
5562002-03-01      Joel Sherrill <joel@OARcorp.com>
557
558        * VERSION: Updated to rtems-ss-20020301.
559
5602002-02-15      Joel Sherrill <joel@OARcorp.com>
561
562        * VERSION: Updated to rtems-ss-20020215.
563
5642002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/subdirs.m4: Propagate the current $prefix to the
567        sub-configures.
568
5692002-02-05      Joel Sherrill <joel@OARcorp.com>
570
571        * VERSION: Updated to rtems-ss-20020205.
572
5732002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
576        compatibility.
577        * bootstrap: Let --clean remove texinfo.tex.
578
5792002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
582
5832002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Add --enable-docs support. Add
586        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
587        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
588        hard-coded SUBDIRS.
589        * README.configure: Added a bit of information on this new option.
590
5912002-01-18      Joel Sherrill <joel@OARcorp.com>
592
593        * VERSION: Updated to rtems-ss-20020118.
594
5952002-01-18      Joel Sherrill <joel@OARcorp.com>
596
597        * VERSION: Updated to rtems-20020118.
598
5992002-01-17      Joel Sherrill <joel@OARcorp.com>
600
601        * VERSION: Updated to rtems-ss-20020717.
602
6032002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
606        check upon host_alias != build_alias.
607
6082002-01-07      Joel Sherrill <joel@OARcorp.com>
609
610        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
611        last line to eliminate 100's of warnings.
612
6132002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * aclocal/check-newlib.m4: Apply AS_IF.
616        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
617        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
618        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
619        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
620        changes.
621        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
622        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
623        * automake/compile.am: Remove librtemsall from LINK_FILES.
624
6252001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
628        * aclocal/subdirs.m4: New file.
629        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
630        modifications.
631        * aclocal/check-posix.m4: Apply AS_IF.
632        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
633        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
634        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
635        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
636        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
637        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
638        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
639        OUTPUT_COMMANDS.
640        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
641        * aclocal/rtems-debug.m4: Minor cleanups.
642        * aclocal/rtems-top.m4: Minor cleanups.
643        * automake/compile.am: Further steps towards automake's rules.
644
6452001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
648        * automake/lib.am: Add MULTISUBDIR.
649
6502001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * bootstrap: Run autoheader when configure.ac contains
653        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
654
6552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * aclocal/bsp-configure.m4: New file.
658        * Makefile.am: Add aclocal/bsp-configure.m4.
659
6602001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: Add automake/force-preinstall.am,
663        aclocal/ppc.am, remove ACLOCAL_M4.
664
6652001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * aclocal/bsp-alias.m4: Remove score603e_g1.
668        * aclocal/check-bsps.m4: Remove score603e_g1.
669        * aclocal/prog-cc.m4: Apply m4_if.
670
671
6722001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * automake/force-preinstall.am: New file.
675        * aclocal/ppc.m4: New file.
676
6772001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * aclocal/check-bsps.m4: Reworked.
680        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
681
6822001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * aclocal/bspopts.m4: New file.
685
6862001-11-13      Joel Sherrill <joel@OARcorp.com>
687
688        * COPYING: Test of $Id$ -> $RTEMS$.
689
6902001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
691
692        This modification is part of the submitted modifications necessary to
693        support the IBM PPC405 family.  This submission was reviewed by
694        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
695        not negatively impact the ppc403 BSPs.  The submission and tracking
696        process was captured as PR50.
697        * README.configure: Added gen405 BSP.
698
6992001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * Adopt more automake rules:
702        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
703        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
704        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
705        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
706        CXXLINK_APP in make-cxx-exe.
707        * automake/lib.am: Add ARFLAGS.
708
7092001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
712        config.cache's which prevented powerpc targets librdbg from building.
713
7142001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
717        add 2nd arg to _RTEMS_CPU_SUBDIR.
718        * aclocal/target.m4: Replace ac_configure_args with
719        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
720        * Makefile.am: Require automake-1.5.
721
7222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
725        * configure.in: Remove.
726        * configure.ac: New file, generated from configure.in by autoupdate.
727
7282001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * aclocal/rtems-cpu-subdirs.m4: New file.
731
7322001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * automake/compile.am: Fundamentally reworked compilation rules for
735        closer adaptation to automake's behavior.
736
7372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * automake/lib.am: Comment out LD.
740        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
741        automake/leaf.am to AUTOMAKE_FILES.
742
7432001-09-27      Joel Sherrill <joel@OARcorp.com>
744
745        * config.guess: No longer in CVS since installed by bootstrap.
746
7472001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * bootstrap: remove/add automake added files.
750        * .cvsignore: reflect changes to bootstrap.
751
7522001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * automake/leaf.am: New file.
755
7562001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
759        of AC_CANONICAL_SYSTEM.
760        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
761        mkinstalldirs and mkdir.
762        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
763        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
764        _RTEMS_OUTPUT_BUILD_SUBDIRS.
765       
7662001-09-13      Joel Sherrill <joel@OARcorp.com>
767
768        * missing: Updated to latest version.
769
7702001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.in: autoupdate to autoconf-2.52.
773        * bootstrap: Add handling for configure.ac, make autoheader verbose,
774        fix auto*tool invocation order.
775        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
776        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
777        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
778        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
779        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
780        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
781        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
782        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
783        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
784        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
785        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
786        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
787        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
788        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
789        RTEMS_CONFIG_PER_BSP conditional.
790        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
791        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
792        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
793
7942001-05-25      Joel Sherrill <joel@OARcorp.com>
795
796        * README.configure: Corrected the name of the MRM332 BSP.
797        Strengthened the distinction between what the target
798        and the BSP each select.  Added more targets to list.
799
8002001-05-25      Joel Sherrill <joel@OARcorp.com>
801
802        * README.configure: Updated the list of BSPs.
803
8042001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
807        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
808        Add support for DOS-drive-letters.
809
8102001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
813        RTEMS_PROG_CC_FOR_TARGET.
814
8152001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * README.cdn-X: Update.
818        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
819        @CPPFLAGS@ to CPPFLAGS.
820
8212001-04-20      Eric Valette <valette@crf.canon.fr>
822
823        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
824        BSPs support the new exception processing model and
825        consequently, librdbg.
826
8272001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.in: Reworked for Canadian Cross support.
830        * Makefile.am: Reflect changes to configure.in.
831        * config.guess, config.sub: Update from subversions.gnu.org.
832        * README.cdn-X: New file.
833        * tools/Makefile.am: Remove build, tools from SUBDIRS.
834
8352001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
838        TARGET_CONFIG_SUBDIRS.
839        * aclocal/enable-bsp.m4: fix quoting.
840        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
841
8422001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * aclocal/config-subdirs.m4: New file.
845        * aclocal/target.m4: Use macros from config-subdirs.m4.
846
8472001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
850        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
851
8522001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.in: Fix AM_INIT_AUTOMAKE.
855        * aclocal/bsp-arg-enable.m4: Extend comments.
856        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
857        the default clause.
858
8592001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
862        RTEMS_ENV_RTEMSCPU.
863        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
864        special treatment for GCC_SPECS.
865        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
866        special treatment for GCC_SPECS.
867        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
868        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
869        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
870        instead of $(shell ..) for LIBC_LIB*.
871
8722001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
875        simsh7045.
876
8772001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
878
879        * automake/compile.am: Add LD.
880
8812000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * config.guess, config.sub: Update from CVS-autoconf to pick
884        up new features (e.g. CC_FOR_BUILD in config.guess) but is
885        necessary anyway to use autoconf-versions > 2.13.
886
8872000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
890        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
891        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
892        help string.
893        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
894
8952000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
896
897        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
898        Modified to reflect addition of LEON BSPs as well as the
899        no-FP ERC32 variant.
900
9012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
904        standard).
905        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
906        standard).
907        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
908        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
909        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
910        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
911
9122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
915        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
916        $host instead of $target (BUG-FIX).
917        * configure.in: Use $target and $host instead of $target_alias and
918        $host_alias (autoconf-2.49b).
919        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
920        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
921
922        NOTES:
923        * autoconf-2.49b depredicates using changequotes.
924        * The changes to configure.in are due to cleanups in
925        autoconf-2.49b's implemention of canonicalization. With
926        autoconf-2.1x it wasn't always clear, when to use $xxx or
927        $xxx_alias. Now this is clear.
928
9292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
932
9332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
936        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
937        with an RTEMS specific but more restrictive autoconf macro.
938
9392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * automake/lib.am: Add LD.
942
9432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
946        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
947
9482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949 
950        * aclocal/*: Replace with contents of macros/*.m4
951        * macros/: Remove.
952        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
953        * Makefile.am: Reflect changes to aclocal/ and macros/.
954
9552000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * configure.in: New, Cygnus/GNU style configuration.
958        * Makefile.am: Add macros/, reflect new configure.in,
959        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
960        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
961        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
962        * macros/tool-prefix.m4: Remove.
963        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
964        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
965        RTEMS_ROOT.
966        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
967        * macros/multilib.m4: Various minor fixes.
968        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
969        PROJECT_ROOT, RTEMS_ROOT.
970        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
971        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
972
9732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * automake/multilib.am: New file.
976        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
977        the automake/ directory.
978
9792000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * macros/enable-hwapi.m4: Removed.
982        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
983        A small cleanup step towards gnu-canonicalization.
984
9852000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * macros: New directory.
988        * macros/bsp-alias.m4: new file.
989        * macros/canonical-host.m4: new file.
990        * macros/canonical-target-name.m4: new file.
991        * macros/canonicalize-tools.m4: new file.
992        * macros/check-bsp-cache.m4: new file.
993        * macros/check-bsps.m4: new file.
994        * macros/check-cpu.m4: new file.
995        * macros/rtems-debug.m4: new file.
996        * macros/check-cxx.m4: new file.
997        * macros/check-itron.m4: new file.
998        * macros/check-multiprocessing.m4: new file.
999        * macros/check-networking.m4: new file.
1000        * macros/check-newlib.m4: new file.
1001        * macros/check-posix.m4: new file.
1002        * macros/check-rdbg.m4: new file.
1003        * macros/enable-bare.m4: new file.
1004        * macros/enable-cxx.m4: new file.
1005        * macros/enable-gcc28.m4: new file.
1006        * macros/enable-inlines.m4: new file.
1007        * macros/enable-itron.m4: new file.
1008        * macros/enable-libcdir.m4: new file.
1009        * macros/enable-multiprocessing.m4: new file.
1010        * macros/enable-networking.m4: new file.
1011        * macros/enable-posix.m4: new file.
1012        * macros/enable-rdbg.m4: new file.
1013        * macros/enable-rtemsbsp.m4: new file.
1014        * macros/enable-tests.m4: new file.
1015        * macros/gcc-pipe.m4: new file.
1016        * macros/gcc-specs.m4: new file.
1017        * macros/i386-gas-code16.m4: new file.
1018        * macros/path-ksh.m4: new file.
1019        * macros/path-perl.m4: new file.
1020        * macros/prog-cc.m4: new file.
1021        * macros/prog-cxx.m4: new file.
1022        * macros/project-root.m4: new file.
1023        * macros/rtems-top.m4: new file.
1024        * macros/sysv-ipc.m4: new file.
1025        * macros/target.m4: new file.
1026        * macros/rtems-test-no-pause.m4: new file.
1027        * macros/multilib.m4: new file.
1028        * macros/tool-paths.m4: new file.
1029        * macros/tool-prefix.m4: new file.
1030
10312000-09-14      Joel Sherrill <joel@OARcorp.com>
1032
1033        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1034
10352000-09-14      Joel Sherrill <joel@OARcorp.com>
1036
1037        * aclocal/enable-hwapi.m4: Now longer used and removed.
1038
10392000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * automake/lib.am: Remove leaf.cfg.
1042
10432000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * aclocal/rtems-top.m4: Add ENDIF-hack.
1046        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1047
10482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1051        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1052        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1053        * automake/compile.am: Replaced.
1054        * automake/local.am: Remove building variant handling.
1055
10562000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1059        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1060        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1061        * aclocal/target.m4: Cleanup comments
1062        * Automake/compile.am: Add DEFS support to keep building happy.
1063
10642000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1065
1066        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1067
10682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * automake/compile.am: New file
1071        * ChangeLog: Fix email addresses
1072
10732000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * LICENSE.NET, README, README.configure: Spelling corrections.
1076
10772000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1080
10812000-08-30      Joel Sherrill <joel@OARcorp.com>
1082
1083        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1084
10852000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1086
1087        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1088
10892000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * aclocal/check-bsps.h:
1092          - Add pck6-BSP
1093          - Exclude ChangeLog from being picked up as BSP
1094        * aclocal/bsp-alias.m4: Add pck6-BSP
1095
10962000-08-10      Joel Sherrill <joel@OARcorp.com>
1097
1098        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.