source: rtems/ChangeLog @ ef42b5c

Last change on this file since ef42b5c was f7276a9b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/18/03 at 13:20:59

2003-02-18 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
  • automake/local.am: Remove $(ARCH), clean-local.
  • automake/compile.am: Add $(ARCH), clean-local. Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
  • Property mode set to 100644
File size: 32.4 KB
Line 
12003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
4        * automake/local.am: Remove $(ARCH), clean-local.
5        * automake/compile.am: Add $(ARCH), clean-local.
6        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
7
82003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Remove references to obsoleted files
11        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
12
132003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * config.sub (rtems-4-6-branch only): New from subversion.
16        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
17
182003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
21
222003-02-11      Joel Sherrill <joel@OARcorp.com>
23
24        * VERSION: Updated to rtems-4.6.0pre1.
25
262003-02-11      Joel Sherrill <joel@OARcorp.com>
27
28        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * bootstrap: Remove attempts to detect autoconf and automake using
33        "which" (PR 325).
34
352003-02-06      Joel Sherrill <joel@OARcorp.com>
36
37        * README.configure: Updated to reflect new BSPs and deprecated
38        targets.
39
402003-01-28      Joel Sherrill <joel@OARcorp.com>
41
42        * VERSION: Updated to rtems-ss-20030128.
43
442003-01-28      Joel Sherrill <joel@OARcorp.com>
45
46        * aclocal/version.m4: Updated to rtems-ss-20030128.
47
482003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
51        Remove CLOBBER_DEPEND (Unused).
52
532003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * automake/local.am: Remove distclean-local.
56
572001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
60        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
61
622002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
65        Rework RTEMS_PROG_CXX_FOR_TARGET.
66
672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
70
712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
74
752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
78
792002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * bootstrap: Require autoconf 2.54 or 2.57.
82        Require automake-1.7.2.
83
842002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
87        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
88        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
89
902002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
93
942002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * automake/compile.am: Remove hard-coded *_PROFILE_V.
97        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
98        CFLAGS_PROFILE_V.
99        Remove CPPFLAGS_GCC.
100
1012002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
104        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
105        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
106        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
107
1082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/rtems-flags.m4: New.
111
1122002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * bootstrap: Allow autoconf-2.57.
115
1162002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/prog-cc.m4: Remove GCCSED.
119
1202002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
123        Remove LDFLAGS.
124        Add CCAS, CCASCOMPILE.
125        Remove compilation rules for *.cpp, *.cxx, *.C.
126        Use CCASCOMPILE to compile *.S.
127        Add -pg to RTEMS_CFLAGS_PROFILE_V.
128
1292002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Remove c/make.
132
1332002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * aclocal/prog-ccas.m4: New.
136        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
137        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
138        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
139
1402002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * acinclude.m4: Conditionally append --target=.
143
1442002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
147
1482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * automake/compile.am: Remove LD_PATHS (Unused).
151        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
152        is announced obsolete).
153
1542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
157
1582002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/sysv-ipc.m4: Remove (Unused).
161        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
162
1632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * acinclude.m4: Lots of changes addressing PR 312.
166
1672002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
170        to PR 312).
171
1722002-11-18      Joel Sherrill <joel@OARcorp.com>
173
174        * VERSION: Updated to rtems-ss-20021118.
175
1762002-11-18      Joel Sherrill <joel@OARcorp.com>
177
178        * aclocal/version.m4: Updated to rtems-ss-20021118.
179
1802002-11-17      Joel Sherrill <joel@OARcorp.com>
181
182        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
183        Motorola MTX603e.
184
1852002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
188
1892002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
192        * configure.ac: Ditto.
193
1942002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
197        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
198        Support @CFLAGS@, @CXXFLAGS@.
199
2002002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bootstrap: Allow autoconf-2.56.
203
2042002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
207        Fix stupid typo (continue/configure).
208        * aclocal/prog-cc.m4: Remove obsolete comments.
209        Acknowledge CFLAGS.
210
2112002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
214        end of the args passed to sub-configure-scripts. (Reported by
215        Wulf Hofbauer <wh73@cornell.edu>)
216
2172002-11-12      Joel Sherrill <joel@OARcorp.com>
218
219        * configure.ac: Remove make/compilers/Makefile.
220
2212002-11-11      Joel Sherrill <joel@OARcorp.com>
222
223        * VERSION: Updated to rtems-ss-20021111.
224
2252002-11-11      Joel Sherrill <joel@OARcorp.com>
226
227        * aclocal/version.m4: Updated to rtems-ss-20021111.
228
2292002-11-11      Joel Sherrill <joel@OARcorp.com>
230
231        * VERSION: Updated to rtems-ss-20021111.
232
2332002-11-11      Joel Sherrill <joel@OARcorp.com>
234
235        * aclocal/version.m4: Updated to rtems-ss-20021111.
236
2372002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * automake/compile.am: Remove rel rule.
240
2412002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
244
2452002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove make/Templates/Makefile.
248        * README.configure: Minor massaging.
249
2502002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        Further preparations for autoconf > 2.52:
253        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
254        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
255        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
256
2572002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * acinclude.m4: Adapations to autoconf > 2.52.
260
2612002-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * ChangeLog: Corrected.
264
2652002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * bootstrap: Add generate_bspdir_acinclude to automatically update
268        c/src/lib/libbsp/<cpu>/acinclude.m4.
269        Use #! /bin/sh instead of #!/bin/sh.
270        Remove autom4te*.cache during ./bootstrap --clean.
271
2722002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
275        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
276        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
277        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
278        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
279        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
280        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
281        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
282        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
283        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
284        (autoconf > 2.54 seems to have problems with the old form of
285        quoting).
286
2872002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
290        (autoconf > 2.54 complains about).
291
2922002-10-21      Joel Sherrill <joel@OARcorp.com>
293
294        * VERSION: Updated to rtems-20021021-test.
295
2962002-10-21      Joel Sherrill <joel@OARcorp.com>
297
298        * aclocal/version.m4: Updated to rtems-20021021-test.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat.
303        Add autom4te*cache.
304        Remove autom4te.cache.
305
3062002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
309
3102002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
313        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
314
3152002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * bootstrap: Add autoconf/automake version checks by popular demand.
318        [FWIW: I dislike this.]
319
3202002-10-07      Joel Sherrill <joel@OARcorp.com>
321
322        * VERSION: Updated to rtems-ss-20021007.
323
3242002-10-07      Joel Sherrill <joel@OARcorp.com>
325
326        * aclocal/version.m4: Updated to rtems-ss-20021007.
327
3282002-10-04      Joel Sherrill <joel@OARcorp.com>
329
330        * VERSION: Updated to rtems-JUNK.
331
3322002-10-04      Joel Sherrill <joel@OARcorp.com>
333
334        * aclocal/version.m4: Updated to rtems-JUNK.
335
3362002-10-04      Joel Sherrill <joel@OARcorp.com>
337
338        * VERSION: Updated to rtems-ss-20021004.
339
3402002-10-04      Joel Sherrill <joel@OARcorp.com>
341
342        * aclocal/version.m4: Updated to rtems-ss-20021004.
343
3442002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
347        autoconf-2.53 PACKAGE crap.
348
3492002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/prog-gnat.m4: New.
352
3532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * aclocal/bsp-configure.m4: Fix small typo in comment.
356
3572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
360
3612002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
364        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
365        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
366
3672002-08-07      Joel Sherrill <joel@OARcorp.com>
368
369        * aclocal/version.m4: Updated to rtems-ss-20020807.
370
3712002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
374
3752002-07-31      Joel Sherrill <joel@OARcorp.com>
376
377        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
378        was just a stub and only the OR32 port is getting worked on.
379
3802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/subdirs.m4: Remove.
383        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
384
3852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
388        exec/score/cpu.
389
3902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
393        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
394        compilation rules (Work-around to an automake bug).
395        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
396        make-library.
397
3982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Activate cpukit. Remove references to c/src/exec.
401
4022002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
405
4062002-07-17      Joel Sherrill <joel@OARcorp.com>
407
408        * aclocal/version.m4: Updated to rtems-ss-20020717.
409
4102002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * config-ml.in: Imported from gcc-3.1.
413        Change to match c/src/config-ml.in.
414
4152002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/check-multiprocessing.m4: Reworked.
418        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
419
4202002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * automake/multilib.am: Remove.
423        * Makefile.am: Reflect change above.
424
4252002-06-28      Joel Sherrill <joel@OARcorp.com>
426
427        * aclocal/version.m4: Updated to rtems-ss-20020628.
428
4292002-06-27      Joel Sherrill <joel@OARcorp.com>
430
431        * tools/Makefile.am: Build the cpu dependent tools as well.
432
4332002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/env-rtemscpu.m4: Remove.
436        * aclocal/multi.m4: Remove.
437        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
438
4392002-05-28      Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/version.m4: Updated to rtems-ss-20020528.
442
4432002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * aclocal/prog-cc.m4: Remove GCC272 support.
446        Remove ENABLE_LIBCDIR.
447        * aclocal/prog-cxx.m4: Ditto.
448        * aclocal/enable-gcc28.m4: Remove.
449        * aclocal/enable-libcdir.m4: Ditto.
450
4512002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
454        ENABLE_GCC28.
455
4562002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * automake/compile.am: Remove GCC272 support.
459        Remove *.sh rule (unused).
460        * configure.ac: Remove ENABLE_GCC28.
461        Remove ENABLE_LIBCDIR.
462
4632002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Added mdate-sh and texinfo.tex.
466
4672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * aclocal/version.m4: New file.
470        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
471        aclocal/version.m4.
472        * bootstrap: Use aclocal/version.m4 instead of VERSION.
473        * configure.ac: Use aclocal/version.m4 instead of VERSION.
474
4752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac:
478        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
479        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
480        * Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
482
4832002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
486        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
487
4882002-03-08      Joel Sherrill <joel@OARcorp.com>
489
490        * VERSION: Updated to rtems-mg5-20020808.
491
4922002-03-01      Joel Sherrill <joel@OARcorp.com>
493
494        * VERSION: Updated to rtems-ss-20020301.
495
4962002-02-15      Joel Sherrill <joel@OARcorp.com>
497
498        * VERSION: Updated to rtems-ss-20020215.
499
5002002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * aclocal/subdirs.m4: Propagate the current $prefix to the
503        sub-configures.
504
5052002-02-05      Joel Sherrill <joel@OARcorp.com>
506
507        * VERSION: Updated to rtems-ss-20020205.
508
5092002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
512        compatibility.
513        * bootstrap: Let --clean remove texinfo.tex.
514
5152002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
518
5192002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Add --enable-docs support. Add
522        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
523        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
524        hard-coded SUBDIRS.
525        * README.configure: Added a bit of information on this new option.
526
5272002-01-18      Joel Sherrill <joel@OARcorp.com>
528
529        * VERSION: Updated to rtems-ss-20020118.
530
5312002-01-18      Joel Sherrill <joel@OARcorp.com>
532
533        * VERSION: Updated to rtems-20020118.
534
5352002-01-17      Joel Sherrill <joel@OARcorp.com>
536
537        * VERSION: Updated to rtems-ss-20020717.
538
5392002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
542        check upon host_alias != build_alias.
543
5442002-01-07      Joel Sherrill <joel@OARcorp.com>
545
546        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
547        last line to eliminate 100's of warnings.
548
5492002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/check-newlib.m4: Apply AS_IF.
552        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
553        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
554        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
555        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
556        changes.
557        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
558        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
559        * automake/compile.am: Remove librtemsall from LINK_FILES.
560
5612001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
564        * aclocal/subdirs.m4: New file.
565        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
566        modifications.
567        * aclocal/check-posix.m4: Apply AS_IF.
568        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
569        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
570        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
571        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
572        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
573        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
574        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
575        OUTPUT_COMMANDS.
576        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
577        * aclocal/rtems-debug.m4: Minor cleanups.
578        * aclocal/rtems-top.m4: Minor cleanups.
579        * automake/compile.am: Further steps towards automake's rules.
580
5812001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
584        * automake/lib.am: Add MULTISUBDIR.
585
5862001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * bootstrap: Run autoheader when configure.ac contains
589        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
590
5912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * aclocal/bsp-configure.m4: New file.
594        * Makefile.am: Add aclocal/bsp-configure.m4.
595
5962001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Makefile.am: Add automake/force-preinstall.am,
599        aclocal/ppc.am, remove ACLOCAL_M4.
600
6012001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * aclocal/bsp-alias.m4: Remove score603e_g1.
604        * aclocal/check-bsps.m4: Remove score603e_g1.
605        * aclocal/prog-cc.m4: Apply m4_if.
606
607
6082001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * automake/force-preinstall.am: New file.
611        * aclocal/ppc.m4: New file.
612
6132001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * aclocal/check-bsps.m4: Reworked.
616        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
617
6182001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/bspopts.m4: New file.
621
6222001-11-13      Joel Sherrill <joel@OARcorp.com>
623
624        * COPYING: Test of $Id$ -> $RTEMS$.
625
6262001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
627
628        This modification is part of the submitted modifications necessary to
629        support the IBM PPC405 family.  This submission was reviewed by
630        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
631        not negatively impact the ppc403 BSPs.  The submission and tracking
632        process was captured as PR50.
633        * README.configure: Added gen405 BSP.
634
6352001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * Adopt more automake rules:
638        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
639        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
640        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
641        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
642        CXXLINK_APP in make-cxx-exe.
643        * automake/lib.am: Add ARFLAGS.
644
6452001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
648        config.cache's which prevented powerpc targets librdbg from building.
649
6502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
653        add 2nd arg to _RTEMS_CPU_SUBDIR.
654        * aclocal/target.m4: Replace ac_configure_args with
655        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
656        * Makefile.am: Require automake-1.5.
657
6582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
661        * configure.in: Remove.
662        * configure.ac: New file, generated from configure.in by autoupdate.
663
6642001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * aclocal/rtems-cpu-subdirs.m4: New file.
667
6682001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * automake/compile.am: Fundamentally reworked compilation rules for
671        closer adaptation to automake's behavior.
672
6732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * automake/lib.am: Comment out LD.
676        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
677        automake/leaf.am to AUTOMAKE_FILES.
678
6792001-09-27      Joel Sherrill <joel@OARcorp.com>
680
681        * config.guess: No longer in CVS since installed by bootstrap.
682
6832001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * bootstrap: remove/add automake added files.
686        * .cvsignore: reflect changes to bootstrap.
687
6882001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * automake/leaf.am: New file.
691
6922001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
695        of AC_CANONICAL_SYSTEM.
696        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
697        mkinstalldirs and mkdir.
698        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
699        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
700        _RTEMS_OUTPUT_BUILD_SUBDIRS.
701       
7022001-09-13      Joel Sherrill <joel@OARcorp.com>
703
704        * missing: Updated to latest version.
705
7062001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.in: autoupdate to autoconf-2.52.
709        * bootstrap: Add handling for configure.ac, make autoheader verbose,
710        fix auto*tool invocation order.
711        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
712        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
713        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
714        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
715        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
716        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
717        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
718        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
719        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
720        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
721        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
722        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
723        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
724        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
725        RTEMS_CONFIG_PER_BSP conditional.
726        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
727        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
728        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
729
7302001-05-25      Joel Sherrill <joel@OARcorp.com>
731
732        * README.configure: Corrected the name of the MRM332 BSP.
733        Strengthened the distinction between what the target
734        and the BSP each select.  Added more targets to list.
735
7362001-05-25      Joel Sherrill <joel@OARcorp.com>
737
738        * README.configure: Updated the list of BSPs.
739
7402001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
743        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
744        Add support for DOS-drive-letters.
745
7462001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
749        RTEMS_PROG_CC_FOR_TARGET.
750
7512001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * README.cdn-X: Update.
754        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
755        @CPPFLAGS@ to CPPFLAGS.
756
7572001-04-20      Eric Valette <valette@crf.canon.fr>
758
759        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
760        BSPs support the new exception processing model and
761        consequently, librdbg.
762
7632001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * configure.in: Reworked for Canadian Cross support.
766        * Makefile.am: Reflect changes to configure.in.
767        * config.guess, config.sub: Update from subversions.gnu.org.
768        * README.cdn-X: New file.
769        * tools/Makefile.am: Remove build, tools from SUBDIRS.
770
7712001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
774        TARGET_CONFIG_SUBDIRS.
775        * aclocal/enable-bsp.m4: fix quoting.
776        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
777
7782001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/config-subdirs.m4: New file.
781        * aclocal/target.m4: Use macros from config-subdirs.m4.
782
7832001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
786        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
787
7882001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.in: Fix AM_INIT_AUTOMAKE.
791        * aclocal/bsp-arg-enable.m4: Extend comments.
792        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
793        the default clause.
794
7952001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
798        RTEMS_ENV_RTEMSCPU.
799        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
800        special treatment for GCC_SPECS.
801        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
802        special treatment for GCC_SPECS.
803        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
804        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
805        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
806        instead of $(shell ..) for LIBC_LIB*.
807
8082001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
811        simsh7045.
812
8132001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
814
815        * automake/compile.am: Add LD.
816
8172000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * config.guess, config.sub: Update from CVS-autoconf to pick
820        up new features (e.g. CC_FOR_BUILD in config.guess) but is
821        necessary anyway to use autoconf-versions > 2.13.
822
8232000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
826        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
827        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
828        help string.
829        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
830
8312000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
832
833        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
834        Modified to reflect addition of LEON BSPs as well as the
835        no-FP ERC32 variant.
836
8372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
840        standard).
841        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
842        standard).
843        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
844        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
845        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
846        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
847
8482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
851        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
852        $host instead of $target (BUG-FIX).
853        * configure.in: Use $target and $host instead of $target_alias and
854        $host_alias (autoconf-2.49b).
855        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
856        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
857
858        NOTES:
859        * autoconf-2.49b depredicates using changequotes.
860        * The changes to configure.in are due to cleanups in
861        autoconf-2.49b's implemention of canonicalization. With
862        autoconf-2.1x it wasn't always clear, when to use $xxx or
863        $xxx_alias. Now this is clear.
864
8652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
868
8692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
872        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
873        with an RTEMS specific but more restrictive autoconf macro.
874
8752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * automake/lib.am: Add LD.
878
8792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
882        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
883
8842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885 
886        * aclocal/*: Replace with contents of macros/*.m4
887        * macros/: Remove.
888        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
889        * Makefile.am: Reflect changes to aclocal/ and macros/.
890
8912000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * configure.in: New, Cygnus/GNU style configuration.
894        * Makefile.am: Add macros/, reflect new configure.in,
895        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
896        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
897        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
898        * macros/tool-prefix.m4: Remove.
899        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
900        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
901        RTEMS_ROOT.
902        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
903        * macros/multilib.m4: Various minor fixes.
904        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
905        PROJECT_ROOT, RTEMS_ROOT.
906        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
907        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
908
9092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * automake/multilib.am: New file.
912        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
913        the automake/ directory.
914
9152000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * macros/enable-hwapi.m4: Removed.
918        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
919        A small cleanup step towards gnu-canonicalization.
920
9212000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * macros: New directory.
924        * macros/bsp-alias.m4: new file.
925        * macros/canonical-host.m4: new file.
926        * macros/canonical-target-name.m4: new file.
927        * macros/canonicalize-tools.m4: new file.
928        * macros/check-bsp-cache.m4: new file.
929        * macros/check-bsps.m4: new file.
930        * macros/check-cpu.m4: new file.
931        * macros/rtems-debug.m4: new file.
932        * macros/check-cxx.m4: new file.
933        * macros/check-itron.m4: new file.
934        * macros/check-multiprocessing.m4: new file.
935        * macros/check-networking.m4: new file.
936        * macros/check-newlib.m4: new file.
937        * macros/check-posix.m4: new file.
938        * macros/check-rdbg.m4: new file.
939        * macros/enable-bare.m4: new file.
940        * macros/enable-cxx.m4: new file.
941        * macros/enable-gcc28.m4: new file.
942        * macros/enable-inlines.m4: new file.
943        * macros/enable-itron.m4: new file.
944        * macros/enable-libcdir.m4: new file.
945        * macros/enable-multiprocessing.m4: new file.
946        * macros/enable-networking.m4: new file.
947        * macros/enable-posix.m4: new file.
948        * macros/enable-rdbg.m4: new file.
949        * macros/enable-rtemsbsp.m4: new file.
950        * macros/enable-tests.m4: new file.
951        * macros/gcc-pipe.m4: new file.
952        * macros/gcc-specs.m4: new file.
953        * macros/i386-gas-code16.m4: new file.
954        * macros/path-ksh.m4: new file.
955        * macros/path-perl.m4: new file.
956        * macros/prog-cc.m4: new file.
957        * macros/prog-cxx.m4: new file.
958        * macros/project-root.m4: new file.
959        * macros/rtems-top.m4: new file.
960        * macros/sysv-ipc.m4: new file.
961        * macros/target.m4: new file.
962        * macros/rtems-test-no-pause.m4: new file.
963        * macros/multilib.m4: new file.
964        * macros/tool-paths.m4: new file.
965        * macros/tool-prefix.m4: new file.
966
9672000-09-14      Joel Sherrill <joel@OARcorp.com>
968
969        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
970
9712000-09-14      Joel Sherrill <joel@OARcorp.com>
972
973        * aclocal/enable-hwapi.m4: Now longer used and removed.
974
9752000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * automake/lib.am: Remove leaf.cfg.
978
9792000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * aclocal/rtems-top.m4: Add ENDIF-hack.
982        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
983
9842000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
987        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
988        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
989        * automake/compile.am: Replaced.
990        * automake/local.am: Remove building variant handling.
991
9922000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
995        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
996        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
997        * aclocal/target.m4: Cleanup comments
998        * Automake/compile.am: Add DEFS support to keep building happy.
999
10002000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1003
10042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * automake/compile.am: New file
1007        * ChangeLog: Fix email addresses
1008
10092000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * LICENSE.NET, README, README.configure: Spelling corrections.
1012
10132000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1016
10172000-08-30      Joel Sherrill <joel@OARcorp.com>
1018
1019        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1020
10212000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1022
1023        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1024
10252000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * aclocal/check-bsps.h:
1028          - Add pck6-BSP
1029          - Exclude ChangeLog from being picked up as BSP
1030        * aclocal/bsp-alias.m4: Add pck6-BSP
1031
10322000-08-10      Joel Sherrill <joel@OARcorp.com>
1033
1034        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.