source: rtems/ChangeLog @ f196b7a

Last change on this file since f196b7a was f196b7a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/28/03 at 05:53:57

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

  • config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
  • Property mode set to 100644
File size: 32.8 KB
Line 
12003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
4
52003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/compile.am: Introduce depend-gcc.
8        * automake/lib.am: Remove stray comment.
9        * automake/local.am: Introduce depend-gcc.
10
112003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
14
152003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
18        * automake/local.am: Remove $(ARCH), clean-local.
19        * automake/compile.am: Add $(ARCH), clean-local.
20        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
21
222003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Remove references to obsoleted files
25        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
26
272003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * config.sub (rtems-4-6-branch only): New from subversion.
30        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
31
322003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
35
362003-02-11      Joel Sherrill <joel@OARcorp.com>
37
38        * VERSION: Updated to rtems-4.6.0pre1.
39
402003-02-11      Joel Sherrill <joel@OARcorp.com>
41
42        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bootstrap: Remove attempts to detect autoconf and automake using
47        "which" (PR 325).
48
492003-02-06      Joel Sherrill <joel@OARcorp.com>
50
51        * README.configure: Updated to reflect new BSPs and deprecated
52        targets.
53
542003-01-28      Joel Sherrill <joel@OARcorp.com>
55
56        * VERSION: Updated to rtems-ss-20030128.
57
582003-01-28      Joel Sherrill <joel@OARcorp.com>
59
60        * aclocal/version.m4: Updated to rtems-ss-20030128.
61
622003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
65        Remove CLOBBER_DEPEND (Unused).
66
672003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/local.am: Remove distclean-local.
70
712001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
74        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
75
762002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
79        Rework RTEMS_PROG_CXX_FOR_TARGET.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
84
852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
88
892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
92
932002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * bootstrap: Require autoconf 2.54 or 2.57.
96        Require automake-1.7.2.
97
982002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
101        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
102        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
103
1042002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
107
1082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * automake/compile.am: Remove hard-coded *_PROFILE_V.
111        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
112        CFLAGS_PROFILE_V.
113        Remove CPPFLAGS_GCC.
114
1152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
118        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
119        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
120        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
121
1222002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/rtems-flags.m4: New.
125
1262002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * bootstrap: Allow autoconf-2.57.
129
1302002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/prog-cc.m4: Remove GCCSED.
133
1342002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
137        Remove LDFLAGS.
138        Add CCAS, CCASCOMPILE.
139        Remove compilation rules for *.cpp, *.cxx, *.C.
140        Use CCASCOMPILE to compile *.S.
141        Add -pg to RTEMS_CFLAGS_PROFILE_V.
142
1432002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove c/make.
146
1472002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * aclocal/prog-ccas.m4: New.
150        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
151        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
152        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
153
1542002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * acinclude.m4: Conditionally append --target=.
157
1582002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
161
1622002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * automake/compile.am: Remove LD_PATHS (Unused).
165        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
166        is announced obsolete).
167
1682002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
171
1722002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/sysv-ipc.m4: Remove (Unused).
175        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
176
1772002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * acinclude.m4: Lots of changes addressing PR 312.
180
1812002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
184        to PR 312).
185
1862002-11-18      Joel Sherrill <joel@OARcorp.com>
187
188        * VERSION: Updated to rtems-ss-20021118.
189
1902002-11-18      Joel Sherrill <joel@OARcorp.com>
191
192        * aclocal/version.m4: Updated to rtems-ss-20021118.
193
1942002-11-17      Joel Sherrill <joel@OARcorp.com>
195
196        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
197        Motorola MTX603e.
198
1992002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
202
2032002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
206        * configure.ac: Ditto.
207
2082002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
211        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
212        Support @CFLAGS@, @CXXFLAGS@.
213
2142002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * bootstrap: Allow autoconf-2.56.
217
2182002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
221        Fix stupid typo (continue/configure).
222        * aclocal/prog-cc.m4: Remove obsolete comments.
223        Acknowledge CFLAGS.
224
2252002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
228        end of the args passed to sub-configure-scripts. (Reported by
229        Wulf Hofbauer <wh73@cornell.edu>)
230
2312002-11-12      Joel Sherrill <joel@OARcorp.com>
232
233        * configure.ac: Remove make/compilers/Makefile.
234
2352002-11-11      Joel Sherrill <joel@OARcorp.com>
236
237        * VERSION: Updated to rtems-ss-20021111.
238
2392002-11-11      Joel Sherrill <joel@OARcorp.com>
240
241        * aclocal/version.m4: Updated to rtems-ss-20021111.
242
2432002-11-11      Joel Sherrill <joel@OARcorp.com>
244
245        * VERSION: Updated to rtems-ss-20021111.
246
2472002-11-11      Joel Sherrill <joel@OARcorp.com>
248
249        * aclocal/version.m4: Updated to rtems-ss-20021111.
250
2512002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * automake/compile.am: Remove rel rule.
254
2552002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
258
2592002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove make/Templates/Makefile.
262        * README.configure: Minor massaging.
263
2642002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        Further preparations for autoconf > 2.52:
267        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
268        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
269        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
270
2712002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * acinclude.m4: Adapations to autoconf > 2.52.
274
2752002-11-01      Joel Sherrill <joel@OARcorp.com>
276
277        * ChangeLog: Corrected.
278
2792002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * bootstrap: Add generate_bspdir_acinclude to automatically update
282        c/src/lib/libbsp/<cpu>/acinclude.m4.
283        Use #! /bin/sh instead of #!/bin/sh.
284        Remove autom4te*.cache during ./bootstrap --clean.
285
2862002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
289        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
290        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
291        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
292        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
293        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
294        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
295        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
296        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
297        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
298        (autoconf > 2.54 seems to have problems with the old form of
299        quoting).
300
3012002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
304        (autoconf > 2.54 complains about).
305
3062002-10-21      Joel Sherrill <joel@OARcorp.com>
307
308        * VERSION: Updated to rtems-20021021-test.
309
3102002-10-21      Joel Sherrill <joel@OARcorp.com>
311
312        * aclocal/version.m4: Updated to rtems-20021021-test.
313
3142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * .cvsignore: Reformat.
317        Add autom4te*cache.
318        Remove autom4te.cache.
319
3202002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
323
3242002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
327        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
328
3292002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bootstrap: Add autoconf/automake version checks by popular demand.
332        [FWIW: I dislike this.]
333
3342002-10-07      Joel Sherrill <joel@OARcorp.com>
335
336        * VERSION: Updated to rtems-ss-20021007.
337
3382002-10-07      Joel Sherrill <joel@OARcorp.com>
339
340        * aclocal/version.m4: Updated to rtems-ss-20021007.
341
3422002-10-04      Joel Sherrill <joel@OARcorp.com>
343
344        * VERSION: Updated to rtems-JUNK.
345
3462002-10-04      Joel Sherrill <joel@OARcorp.com>
347
348        * aclocal/version.m4: Updated to rtems-JUNK.
349
3502002-10-04      Joel Sherrill <joel@OARcorp.com>
351
352        * VERSION: Updated to rtems-ss-20021004.
353
3542002-10-04      Joel Sherrill <joel@OARcorp.com>
355
356        * aclocal/version.m4: Updated to rtems-ss-20021004.
357
3582002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
361        autoconf-2.53 PACKAGE crap.
362
3632002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/prog-gnat.m4: New.
366
3672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/bsp-configure.m4: Fix small typo in comment.
370
3712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
374
3752002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
378        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
379        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
380
3812002-08-07      Joel Sherrill <joel@OARcorp.com>
382
383        * aclocal/version.m4: Updated to rtems-ss-20020807.
384
3852002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
388
3892002-07-31      Joel Sherrill <joel@OARcorp.com>
390
391        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
392        was just a stub and only the OR32 port is getting worked on.
393
3942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/subdirs.m4: Remove.
397        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
398
3992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
402        exec/score/cpu.
403
4042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
407        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
408        compilation rules (Work-around to an automake bug).
409        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
410        make-library.
411
4122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Activate cpukit. Remove references to c/src/exec.
415
4162002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
419
4202002-07-17      Joel Sherrill <joel@OARcorp.com>
421
422        * aclocal/version.m4: Updated to rtems-ss-20020717.
423
4242002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * config-ml.in: Imported from gcc-3.1.
427        Change to match c/src/config-ml.in.
428
4292002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * aclocal/check-multiprocessing.m4: Reworked.
432        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
433
4342002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * automake/multilib.am: Remove.
437        * Makefile.am: Reflect change above.
438
4392002-06-28      Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/version.m4: Updated to rtems-ss-20020628.
442
4432002-06-27      Joel Sherrill <joel@OARcorp.com>
444
445        * tools/Makefile.am: Build the cpu dependent tools as well.
446
4472002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/env-rtemscpu.m4: Remove.
450        * aclocal/multi.m4: Remove.
451        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
452
4532002-05-28      Joel Sherrill <joel@OARcorp.com>
454
455        * aclocal/version.m4: Updated to rtems-ss-20020528.
456
4572002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * aclocal/prog-cc.m4: Remove GCC272 support.
460        Remove ENABLE_LIBCDIR.
461        * aclocal/prog-cxx.m4: Ditto.
462        * aclocal/enable-gcc28.m4: Remove.
463        * aclocal/enable-libcdir.m4: Ditto.
464
4652002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
468        ENABLE_GCC28.
469
4702002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * automake/compile.am: Remove GCC272 support.
473        Remove *.sh rule (unused).
474        * configure.ac: Remove ENABLE_GCC28.
475        Remove ENABLE_LIBCDIR.
476
4772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Added mdate-sh and texinfo.tex.
480
4812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/version.m4: New file.
484        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
485        aclocal/version.m4.
486        * bootstrap: Use aclocal/version.m4 instead of VERSION.
487        * configure.ac: Use aclocal/version.m4 instead of VERSION.
488
4892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac:
492        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
494        * Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
496
4972002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
500        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
501
5022002-03-08      Joel Sherrill <joel@OARcorp.com>
503
504        * VERSION: Updated to rtems-mg5-20020808.
505
5062002-03-01      Joel Sherrill <joel@OARcorp.com>
507
508        * VERSION: Updated to rtems-ss-20020301.
509
5102002-02-15      Joel Sherrill <joel@OARcorp.com>
511
512        * VERSION: Updated to rtems-ss-20020215.
513
5142002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/subdirs.m4: Propagate the current $prefix to the
517        sub-configures.
518
5192002-02-05      Joel Sherrill <joel@OARcorp.com>
520
521        * VERSION: Updated to rtems-ss-20020205.
522
5232002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
526        compatibility.
527        * bootstrap: Let --clean remove texinfo.tex.
528
5292002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
532
5332002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Add --enable-docs support. Add
536        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
537        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
538        hard-coded SUBDIRS.
539        * README.configure: Added a bit of information on this new option.
540
5412002-01-18      Joel Sherrill <joel@OARcorp.com>
542
543        * VERSION: Updated to rtems-ss-20020118.
544
5452002-01-18      Joel Sherrill <joel@OARcorp.com>
546
547        * VERSION: Updated to rtems-20020118.
548
5492002-01-17      Joel Sherrill <joel@OARcorp.com>
550
551        * VERSION: Updated to rtems-ss-20020717.
552
5532002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
556        check upon host_alias != build_alias.
557
5582002-01-07      Joel Sherrill <joel@OARcorp.com>
559
560        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
561        last line to eliminate 100's of warnings.
562
5632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * aclocal/check-newlib.m4: Apply AS_IF.
566        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
567        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
568        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
569        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
570        changes.
571        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
572        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
573        * automake/compile.am: Remove librtemsall from LINK_FILES.
574
5752001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
578        * aclocal/subdirs.m4: New file.
579        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
580        modifications.
581        * aclocal/check-posix.m4: Apply AS_IF.
582        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
583        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
584        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
585        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
586        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
587        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
588        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
589        OUTPUT_COMMANDS.
590        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
591        * aclocal/rtems-debug.m4: Minor cleanups.
592        * aclocal/rtems-top.m4: Minor cleanups.
593        * automake/compile.am: Further steps towards automake's rules.
594
5952001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
598        * automake/lib.am: Add MULTISUBDIR.
599
6002001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * bootstrap: Run autoheader when configure.ac contains
603        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
604
6052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/bsp-configure.m4: New file.
608        * Makefile.am: Add aclocal/bsp-configure.m4.
609
6102001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * Makefile.am: Add automake/force-preinstall.am,
613        aclocal/ppc.am, remove ACLOCAL_M4.
614
6152001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * aclocal/bsp-alias.m4: Remove score603e_g1.
618        * aclocal/check-bsps.m4: Remove score603e_g1.
619        * aclocal/prog-cc.m4: Apply m4_if.
620
621
6222001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * automake/force-preinstall.am: New file.
625        * aclocal/ppc.m4: New file.
626
6272001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * aclocal/check-bsps.m4: Reworked.
630        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
631
6322001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * aclocal/bspopts.m4: New file.
635
6362001-11-13      Joel Sherrill <joel@OARcorp.com>
637
638        * COPYING: Test of $Id$ -> $RTEMS$.
639
6402001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
641
642        This modification is part of the submitted modifications necessary to
643        support the IBM PPC405 family.  This submission was reviewed by
644        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
645        not negatively impact the ppc403 BSPs.  The submission and tracking
646        process was captured as PR50.
647        * README.configure: Added gen405 BSP.
648
6492001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Adopt more automake rules:
652        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
653        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
654        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
655        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
656        CXXLINK_APP in make-cxx-exe.
657        * automake/lib.am: Add ARFLAGS.
658
6592001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
662        config.cache's which prevented powerpc targets librdbg from building.
663
6642001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
667        add 2nd arg to _RTEMS_CPU_SUBDIR.
668        * aclocal/target.m4: Replace ac_configure_args with
669        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
670        * Makefile.am: Require automake-1.5.
671
6722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
675        * configure.in: Remove.
676        * configure.ac: New file, generated from configure.in by autoupdate.
677
6782001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/rtems-cpu-subdirs.m4: New file.
681
6822001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * automake/compile.am: Fundamentally reworked compilation rules for
685        closer adaptation to automake's behavior.
686
6872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * automake/lib.am: Comment out LD.
690        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
691        automake/leaf.am to AUTOMAKE_FILES.
692
6932001-09-27      Joel Sherrill <joel@OARcorp.com>
694
695        * config.guess: No longer in CVS since installed by bootstrap.
696
6972001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * bootstrap: remove/add automake added files.
700        * .cvsignore: reflect changes to bootstrap.
701
7022001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * automake/leaf.am: New file.
705
7062001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
709        of AC_CANONICAL_SYSTEM.
710        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
711        mkinstalldirs and mkdir.
712        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
713        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
714        _RTEMS_OUTPUT_BUILD_SUBDIRS.
715       
7162001-09-13      Joel Sherrill <joel@OARcorp.com>
717
718        * missing: Updated to latest version.
719
7202001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * configure.in: autoupdate to autoconf-2.52.
723        * bootstrap: Add handling for configure.ac, make autoheader verbose,
724        fix auto*tool invocation order.
725        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
726        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
727        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
728        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
729        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
730        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
731        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
732        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
733        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
734        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
735        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
736        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
737        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
738        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
739        RTEMS_CONFIG_PER_BSP conditional.
740        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
741        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
742        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
743
7442001-05-25      Joel Sherrill <joel@OARcorp.com>
745
746        * README.configure: Corrected the name of the MRM332 BSP.
747        Strengthened the distinction between what the target
748        and the BSP each select.  Added more targets to list.
749
7502001-05-25      Joel Sherrill <joel@OARcorp.com>
751
752        * README.configure: Updated the list of BSPs.
753
7542001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
757        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
758        Add support for DOS-drive-letters.
759
7602001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
763        RTEMS_PROG_CC_FOR_TARGET.
764
7652001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * README.cdn-X: Update.
768        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
769        @CPPFLAGS@ to CPPFLAGS.
770
7712001-04-20      Eric Valette <valette@crf.canon.fr>
772
773        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
774        BSPs support the new exception processing model and
775        consequently, librdbg.
776
7772001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * configure.in: Reworked for Canadian Cross support.
780        * Makefile.am: Reflect changes to configure.in.
781        * config.guess, config.sub: Update from subversions.gnu.org.
782        * README.cdn-X: New file.
783        * tools/Makefile.am: Remove build, tools from SUBDIRS.
784
7852001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
788        TARGET_CONFIG_SUBDIRS.
789        * aclocal/enable-bsp.m4: fix quoting.
790        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
791
7922001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * aclocal/config-subdirs.m4: New file.
795        * aclocal/target.m4: Use macros from config-subdirs.m4.
796
7972001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
800        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
801
8022001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * configure.in: Fix AM_INIT_AUTOMAKE.
805        * aclocal/bsp-arg-enable.m4: Extend comments.
806        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
807        the default clause.
808
8092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
812        RTEMS_ENV_RTEMSCPU.
813        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
814        special treatment for GCC_SPECS.
815        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
816        special treatment for GCC_SPECS.
817        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
818        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
819        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
820        instead of $(shell ..) for LIBC_LIB*.
821
8222001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
825        simsh7045.
826
8272001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
828
829        * automake/compile.am: Add LD.
830
8312000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * config.guess, config.sub: Update from CVS-autoconf to pick
834        up new features (e.g. CC_FOR_BUILD in config.guess) but is
835        necessary anyway to use autoconf-versions > 2.13.
836
8372000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
840        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
841        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
842        help string.
843        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
844
8452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
846
847        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
848        Modified to reflect addition of LEON BSPs as well as the
849        no-FP ERC32 variant.
850
8512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
854        standard).
855        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
856        standard).
857        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
858        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
859        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
860        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
861
8622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
865        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
866        $host instead of $target (BUG-FIX).
867        * configure.in: Use $target and $host instead of $target_alias and
868        $host_alias (autoconf-2.49b).
869        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
870        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
871
872        NOTES:
873        * autoconf-2.49b depredicates using changequotes.
874        * The changes to configure.in are due to cleanups in
875        autoconf-2.49b's implemention of canonicalization. With
876        autoconf-2.1x it wasn't always clear, when to use $xxx or
877        $xxx_alias. Now this is clear.
878
8792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
882
8832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
886        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
887        with an RTEMS specific but more restrictive autoconf macro.
888
8892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * automake/lib.am: Add LD.
892
8932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
896        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
897
8982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899 
900        * aclocal/*: Replace with contents of macros/*.m4
901        * macros/: Remove.
902        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
903        * Makefile.am: Reflect changes to aclocal/ and macros/.
904
9052000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * configure.in: New, Cygnus/GNU style configuration.
908        * Makefile.am: Add macros/, reflect new configure.in,
909        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
910        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
911        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
912        * macros/tool-prefix.m4: Remove.
913        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
914        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
915        RTEMS_ROOT.
916        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
917        * macros/multilib.m4: Various minor fixes.
918        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
919        PROJECT_ROOT, RTEMS_ROOT.
920        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
921        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
922
9232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * automake/multilib.am: New file.
926        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
927        the automake/ directory.
928
9292000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * macros/enable-hwapi.m4: Removed.
932        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
933        A small cleanup step towards gnu-canonicalization.
934
9352000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * macros: New directory.
938        * macros/bsp-alias.m4: new file.
939        * macros/canonical-host.m4: new file.
940        * macros/canonical-target-name.m4: new file.
941        * macros/canonicalize-tools.m4: new file.
942        * macros/check-bsp-cache.m4: new file.
943        * macros/check-bsps.m4: new file.
944        * macros/check-cpu.m4: new file.
945        * macros/rtems-debug.m4: new file.
946        * macros/check-cxx.m4: new file.
947        * macros/check-itron.m4: new file.
948        * macros/check-multiprocessing.m4: new file.
949        * macros/check-networking.m4: new file.
950        * macros/check-newlib.m4: new file.
951        * macros/check-posix.m4: new file.
952        * macros/check-rdbg.m4: new file.
953        * macros/enable-bare.m4: new file.
954        * macros/enable-cxx.m4: new file.
955        * macros/enable-gcc28.m4: new file.
956        * macros/enable-inlines.m4: new file.
957        * macros/enable-itron.m4: new file.
958        * macros/enable-libcdir.m4: new file.
959        * macros/enable-multiprocessing.m4: new file.
960        * macros/enable-networking.m4: new file.
961        * macros/enable-posix.m4: new file.
962        * macros/enable-rdbg.m4: new file.
963        * macros/enable-rtemsbsp.m4: new file.
964        * macros/enable-tests.m4: new file.
965        * macros/gcc-pipe.m4: new file.
966        * macros/gcc-specs.m4: new file.
967        * macros/i386-gas-code16.m4: new file.
968        * macros/path-ksh.m4: new file.
969        * macros/path-perl.m4: new file.
970        * macros/prog-cc.m4: new file.
971        * macros/prog-cxx.m4: new file.
972        * macros/project-root.m4: new file.
973        * macros/rtems-top.m4: new file.
974        * macros/sysv-ipc.m4: new file.
975        * macros/target.m4: new file.
976        * macros/rtems-test-no-pause.m4: new file.
977        * macros/multilib.m4: new file.
978        * macros/tool-paths.m4: new file.
979        * macros/tool-prefix.m4: new file.
980
9812000-09-14      Joel Sherrill <joel@OARcorp.com>
982
983        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
984
9852000-09-14      Joel Sherrill <joel@OARcorp.com>
986
987        * aclocal/enable-hwapi.m4: Now longer used and removed.
988
9892000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * automake/lib.am: Remove leaf.cfg.
992
9932000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * aclocal/rtems-top.m4: Add ENDIF-hack.
996        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
997
9982000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1001        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1002        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1003        * automake/compile.am: Replaced.
1004        * automake/local.am: Remove building variant handling.
1005
10062000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1009        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1010        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1011        * aclocal/target.m4: Cleanup comments
1012        * Automake/compile.am: Add DEFS support to keep building happy.
1013
10142000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1017
10182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * automake/compile.am: New file
1021        * ChangeLog: Fix email addresses
1022
10232000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * LICENSE.NET, README, README.configure: Spelling corrections.
1026
10272000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1030
10312000-08-30      Joel Sherrill <joel@OARcorp.com>
1032
1033        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1034
10352000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1036
1037        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1038
10392000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * aclocal/check-bsps.h:
1042          - Add pck6-BSP
1043          - Exclude ChangeLog from being picked up as BSP
1044        * aclocal/bsp-alias.m4: Add pck6-BSP
1045
10462000-08-10      Joel Sherrill <joel@OARcorp.com>
1047
1048        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.