source: rtems/ChangeLog @ cd9dac0

Last change on this file since cd9dac0 was 9cde23b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/03 at 19:19:19

2003-07-03 Joel Sherrill <joel@…>

  • SUPPORT: Fix Mark Johannes' email address.
  • Property mode set to 100644
File size: 35.3 KB
Line 
12003-07-03      Joel Sherrill <joel@OARcorp.com>
2
3        * SUPPORT: Fix Mark Johannes' email address.
4
52003-07-03      Joel Sherrill <joel@OARcorp.com>
6
7        * VERSION: Updated to rtems-4.6.0pre4.
8
92003-07-03      Joel Sherrill <joel@OARcorp.com>
10
11        * aclocal/version.m4: Updated to rtems-4.6.0pre4.
12
132003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * config.sub: New from subversions to accomodate c4x/tic4x.
16
172003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        PR 412/make_build
20        * configure.ac: Remove "BLEEDING EDGE" warning.
21        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
22        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
23        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
24        * aclocal/gcc-isystem.m4: New.
25        * Makefile.am: Add aclocal/gcc-isystem.m4.
26
272003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
30        * automake/compile.am: Remove LIBSUFFIX_VA.
31
322003-04-23      Joel Sherrill <joel@OARcorp.com>
33
34        * VERSION: Updated to rtems-4.6.0pre3.
35
362003-04-23      Joel Sherrill <joel@OARcorp.com>
37
38        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
39
402003-04-23      Joel Sherrill <joel@OARcorp.com>
41
42        * VERSION: Updated to rtems-4.6.0pre3.
43
442003-04-23      Joel Sherrill <joel@OARcorp.com>
45
46        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
47
482003-04-18      Joel Sherrill <joel@OARcorp.com>
49
50        * VERSION: Updated to rtems-4.6.0pre2.
51
522003-04-18      Joel Sherrill <joel@OARcorp.com>
53
54        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
55
562003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * acinclude.m4: Reformat build_* handling.
59        Preset *_alias if empty.
60        * configure.ac: Change tools/build to build-config dirs.
61        Conditionally build tools/build as host-config dirs.
62
632003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * acinclude.m4: Fix broken comments.
66        Add hidden option --enable-experimental.
67        * README.cdn-X: Update.
68        * configure.ac: Build tools/build as host and build-host tools to
69        accomodate those BSPs applying packhex in <BSP>.cfg.
70        Build tools/cpu as build-host tools.
71
722003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * tools/Makefile.am: Remove.
75        * configure.ac: Remove tools.
76        * acinclude.m4: Fix build_subdir handling.
77        * Makefile.am: Remove tools from SUBDIRS.
78        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
79
802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove AC_CONFIG_AUX_DIR.
83        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
84
852003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * bootstrap: Add ACLOCAL, AUTOHEADER.
88        Don't check for auto*tool-versions.
89
902003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
93
942003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * automake/compile.am: Introduce depend-gcc.
97        * automake/lib.am: Remove stray comment.
98        * automake/local.am: Introduce depend-gcc.
99
1002003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
103
1042003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
107        * automake/local.am: Remove $(ARCH), clean-local.
108        * automake/compile.am: Add $(ARCH), clean-local.
109        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
110
1112003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Remove references to obsoleted files
114        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
115
1162003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * config.sub (rtems-4-6-branch only): New from subversion.
119        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
120
1212003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
124
1252003-02-11      Joel Sherrill <joel@OARcorp.com>
126
127        * VERSION: Updated to rtems-4.6.0pre1.
128
1292003-02-11      Joel Sherrill <joel@OARcorp.com>
130
131        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
132
1332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bootstrap: Remove attempts to detect autoconf and automake using
136        "which" (PR 325).
137
1382003-02-06      Joel Sherrill <joel@OARcorp.com>
139
140        * README.configure: Updated to reflect new BSPs and deprecated
141        targets.
142
1432003-01-28      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to rtems-ss-20030128.
146
1472003-01-28      Joel Sherrill <joel@OARcorp.com>
148
149        * aclocal/version.m4: Updated to rtems-ss-20030128.
150
1512003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
154        Remove CLOBBER_DEPEND (Unused).
155
1562003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * automake/local.am: Remove distclean-local.
159
1602001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
163        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
164
1652002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
168        Rework RTEMS_PROG_CXX_FOR_TARGET.
169
1702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
173
1742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
177
1782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
181
1822002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bootstrap: Require autoconf 2.54 or 2.57.
185        Require automake-1.7.2.
186
1872002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
190        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
191        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
192
1932002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
196
1972002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/compile.am: Remove hard-coded *_PROFILE_V.
200        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
201        CFLAGS_PROFILE_V.
202        Remove CPPFLAGS_GCC.
203
2042002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
207        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
208        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
209        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
210
2112002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * aclocal/rtems-flags.m4: New.
214
2152002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * bootstrap: Allow autoconf-2.57.
218
2192002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/prog-cc.m4: Remove GCCSED.
222
2232002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
226        Remove LDFLAGS.
227        Add CCAS, CCASCOMPILE.
228        Remove compilation rules for *.cpp, *.cxx, *.C.
229        Use CCASCOMPILE to compile *.S.
230        Add -pg to RTEMS_CFLAGS_PROFILE_V.
231
2322002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove c/make.
235
2362002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/prog-ccas.m4: New.
239        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
240        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
241        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
242
2432002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * acinclude.m4: Conditionally append --target=.
246
2472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
250
2512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * automake/compile.am: Remove LD_PATHS (Unused).
254        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
255        is announced obsolete).
256
2572002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
260
2612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/sysv-ipc.m4: Remove (Unused).
264        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
265
2662002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * acinclude.m4: Lots of changes addressing PR 312.
269
2702002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
273        to PR 312).
274
2752002-11-18      Joel Sherrill <joel@OARcorp.com>
276
277        * VERSION: Updated to rtems-ss-20021118.
278
2792002-11-18      Joel Sherrill <joel@OARcorp.com>
280
281        * aclocal/version.m4: Updated to rtems-ss-20021118.
282
2832002-11-17      Joel Sherrill <joel@OARcorp.com>
284
285        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
286        Motorola MTX603e.
287
2882002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
291
2922002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
295        * configure.ac: Ditto.
296
2972002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
300        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
301        Support @CFLAGS@, @CXXFLAGS@.
302
3032002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * bootstrap: Allow autoconf-2.56.
306
3072002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
310        Fix stupid typo (continue/configure).
311        * aclocal/prog-cc.m4: Remove obsolete comments.
312        Acknowledge CFLAGS.
313
3142002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
317        end of the args passed to sub-configure-scripts. (Reported by
318        Wulf Hofbauer <wh73@cornell.edu>)
319
3202002-11-12      Joel Sherrill <joel@OARcorp.com>
321
322        * configure.ac: Remove make/compilers/Makefile.
323
3242002-11-11      Joel Sherrill <joel@OARcorp.com>
325
326        * VERSION: Updated to rtems-ss-20021111.
327
3282002-11-11      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20021111.
331
3322002-11-11      Joel Sherrill <joel@OARcorp.com>
333
334        * VERSION: Updated to rtems-ss-20021111.
335
3362002-11-11      Joel Sherrill <joel@OARcorp.com>
337
338        * aclocal/version.m4: Updated to rtems-ss-20021111.
339
3402002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * automake/compile.am: Remove rel rule.
343
3442002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
347
3482002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Remove make/Templates/Makefile.
351        * README.configure: Minor massaging.
352
3532002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        Further preparations for autoconf > 2.52:
356        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
357        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
358        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
359
3602002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * acinclude.m4: Adapations to autoconf > 2.52.
363
3642002-11-01      Joel Sherrill <joel@OARcorp.com>
365
366        * ChangeLog: Corrected.
367
3682002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * bootstrap: Add generate_bspdir_acinclude to automatically update
371        c/src/lib/libbsp/<cpu>/acinclude.m4.
372        Use #! /bin/sh instead of #!/bin/sh.
373        Remove autom4te*.cache during ./bootstrap --clean.
374
3752002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
378        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
379        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
380        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
381        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
382        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
383        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
384        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
385        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
386        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
387        (autoconf > 2.54 seems to have problems with the old form of
388        quoting).
389
3902002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
393        (autoconf > 2.54 complains about).
394
3952002-10-21      Joel Sherrill <joel@OARcorp.com>
396
397        * VERSION: Updated to rtems-20021021-test.
398
3992002-10-21      Joel Sherrill <joel@OARcorp.com>
400
401        * aclocal/version.m4: Updated to rtems-20021021-test.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
412
4132002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
416        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
417
4182002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * bootstrap: Add autoconf/automake version checks by popular demand.
421        [FWIW: I dislike this.]
422
4232002-10-07      Joel Sherrill <joel@OARcorp.com>
424
425        * VERSION: Updated to rtems-ss-20021007.
426
4272002-10-07      Joel Sherrill <joel@OARcorp.com>
428
429        * aclocal/version.m4: Updated to rtems-ss-20021007.
430
4312002-10-04      Joel Sherrill <joel@OARcorp.com>
432
433        * VERSION: Updated to rtems-JUNK.
434
4352002-10-04      Joel Sherrill <joel@OARcorp.com>
436
437        * aclocal/version.m4: Updated to rtems-JUNK.
438
4392002-10-04      Joel Sherrill <joel@OARcorp.com>
440
441        * VERSION: Updated to rtems-ss-20021004.
442
4432002-10-04      Joel Sherrill <joel@OARcorp.com>
444
445        * aclocal/version.m4: Updated to rtems-ss-20021004.
446
4472002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
450        autoconf-2.53 PACKAGE crap.
451
4522002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/prog-gnat.m4: New.
455
4562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/bsp-configure.m4: Fix small typo in comment.
459
4602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
463
4642002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
467        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
468        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
469
4702002-08-07      Joel Sherrill <joel@OARcorp.com>
471
472        * aclocal/version.m4: Updated to rtems-ss-20020807.
473
4742002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
477
4782002-07-31      Joel Sherrill <joel@OARcorp.com>
479
480        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
481        was just a stub and only the OR32 port is getting worked on.
482
4832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/subdirs.m4: Remove.
486        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
487
4882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
491        exec/score/cpu.
492
4932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
496        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
497        compilation rules (Work-around to an automake bug).
498        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
499        make-library.
500
5012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Activate cpukit. Remove references to c/src/exec.
504
5052002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
508
5092002-07-17      Joel Sherrill <joel@OARcorp.com>
510
511        * aclocal/version.m4: Updated to rtems-ss-20020717.
512
5132002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * config-ml.in: Imported from gcc-3.1.
516        Change to match c/src/config-ml.in.
517
5182002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/check-multiprocessing.m4: Reworked.
521        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
522
5232002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * automake/multilib.am: Remove.
526        * Makefile.am: Reflect change above.
527
5282002-06-28      Joel Sherrill <joel@OARcorp.com>
529
530        * aclocal/version.m4: Updated to rtems-ss-20020628.
531
5322002-06-27      Joel Sherrill <joel@OARcorp.com>
533
534        * tools/Makefile.am: Build the cpu dependent tools as well.
535
5362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/env-rtemscpu.m4: Remove.
539        * aclocal/multi.m4: Remove.
540        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
541
5422002-05-28      Joel Sherrill <joel@OARcorp.com>
543
544        * aclocal/version.m4: Updated to rtems-ss-20020528.
545
5462002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * aclocal/prog-cc.m4: Remove GCC272 support.
549        Remove ENABLE_LIBCDIR.
550        * aclocal/prog-cxx.m4: Ditto.
551        * aclocal/enable-gcc28.m4: Remove.
552        * aclocal/enable-libcdir.m4: Ditto.
553
5542002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
557        ENABLE_GCC28.
558
5592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * automake/compile.am: Remove GCC272 support.
562        Remove *.sh rule (unused).
563        * configure.ac: Remove ENABLE_GCC28.
564        Remove ENABLE_LIBCDIR.
565
5662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * .cvsignore: Added mdate-sh and texinfo.tex.
569
5702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/version.m4: New file.
573        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
574        aclocal/version.m4.
575        * bootstrap: Use aclocal/version.m4 instead of VERSION.
576        * configure.ac: Use aclocal/version.m4 instead of VERSION.
577
5782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac:
581        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
582        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
583        * Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
585
5862002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
589        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
590
5912002-03-08      Joel Sherrill <joel@OARcorp.com>
592
593        * VERSION: Updated to rtems-mg5-20020808.
594
5952002-03-01      Joel Sherrill <joel@OARcorp.com>
596
597        * VERSION: Updated to rtems-ss-20020301.
598
5992002-02-15      Joel Sherrill <joel@OARcorp.com>
600
601        * VERSION: Updated to rtems-ss-20020215.
602
6032002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/subdirs.m4: Propagate the current $prefix to the
606        sub-configures.
607
6082002-02-05      Joel Sherrill <joel@OARcorp.com>
609
610        * VERSION: Updated to rtems-ss-20020205.
611
6122002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
615        compatibility.
616        * bootstrap: Let --clean remove texinfo.tex.
617
6182002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
621
6222002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Add --enable-docs support. Add
625        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
626        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
627        hard-coded SUBDIRS.
628        * README.configure: Added a bit of information on this new option.
629
6302002-01-18      Joel Sherrill <joel@OARcorp.com>
631
632        * VERSION: Updated to rtems-ss-20020118.
633
6342002-01-18      Joel Sherrill <joel@OARcorp.com>
635
636        * VERSION: Updated to rtems-20020118.
637
6382002-01-17      Joel Sherrill <joel@OARcorp.com>
639
640        * VERSION: Updated to rtems-ss-20020717.
641
6422002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
645        check upon host_alias != build_alias.
646
6472002-01-07      Joel Sherrill <joel@OARcorp.com>
648
649        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
650        last line to eliminate 100's of warnings.
651
6522002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * aclocal/check-newlib.m4: Apply AS_IF.
655        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
656        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
657        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
658        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
659        changes.
660        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
661        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
662        * automake/compile.am: Remove librtemsall from LINK_FILES.
663
6642001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
667        * aclocal/subdirs.m4: New file.
668        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
669        modifications.
670        * aclocal/check-posix.m4: Apply AS_IF.
671        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
672        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
673        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
674        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
675        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
676        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
677        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
678        OUTPUT_COMMANDS.
679        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
680        * aclocal/rtems-debug.m4: Minor cleanups.
681        * aclocal/rtems-top.m4: Minor cleanups.
682        * automake/compile.am: Further steps towards automake's rules.
683
6842001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
687        * automake/lib.am: Add MULTISUBDIR.
688
6892001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * bootstrap: Run autoheader when configure.ac contains
692        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
693
6942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * aclocal/bsp-configure.m4: New file.
697        * Makefile.am: Add aclocal/bsp-configure.m4.
698
6992001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * Makefile.am: Add automake/force-preinstall.am,
702        aclocal/ppc.am, remove ACLOCAL_M4.
703
7042001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/bsp-alias.m4: Remove score603e_g1.
707        * aclocal/check-bsps.m4: Remove score603e_g1.
708        * aclocal/prog-cc.m4: Apply m4_if.
709
710
7112001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * automake/force-preinstall.am: New file.
714        * aclocal/ppc.m4: New file.
715
7162001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * aclocal/check-bsps.m4: Reworked.
719        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
720
7212001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * aclocal/bspopts.m4: New file.
724
7252001-11-13      Joel Sherrill <joel@OARcorp.com>
726
727        * COPYING: Test of $Id$ -> $RTEMS$.
728
7292001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
730
731        This modification is part of the submitted modifications necessary to
732        support the IBM PPC405 family.  This submission was reviewed by
733        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
734        not negatively impact the ppc403 BSPs.  The submission and tracking
735        process was captured as PR50.
736        * README.configure: Added gen405 BSP.
737
7382001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * Adopt more automake rules:
741        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
742        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
743        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
744        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
745        CXXLINK_APP in make-cxx-exe.
746        * automake/lib.am: Add ARFLAGS.
747
7482001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
751        config.cache's which prevented powerpc targets librdbg from building.
752
7532001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
756        add 2nd arg to _RTEMS_CPU_SUBDIR.
757        * aclocal/target.m4: Replace ac_configure_args with
758        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
759        * Makefile.am: Require automake-1.5.
760
7612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
764        * configure.in: Remove.
765        * configure.ac: New file, generated from configure.in by autoupdate.
766
7672001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * aclocal/rtems-cpu-subdirs.m4: New file.
770
7712001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * automake/compile.am: Fundamentally reworked compilation rules for
774        closer adaptation to automake's behavior.
775
7762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * automake/lib.am: Comment out LD.
779        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
780        automake/leaf.am to AUTOMAKE_FILES.
781
7822001-09-27      Joel Sherrill <joel@OARcorp.com>
783
784        * config.guess: No longer in CVS since installed by bootstrap.
785
7862001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * bootstrap: remove/add automake added files.
789        * .cvsignore: reflect changes to bootstrap.
790
7912001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * automake/leaf.am: New file.
794
7952001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
798        of AC_CANONICAL_SYSTEM.
799        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
800        mkinstalldirs and mkdir.
801        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
802        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
803        _RTEMS_OUTPUT_BUILD_SUBDIRS.
804       
8052001-09-13      Joel Sherrill <joel@OARcorp.com>
806
807        * missing: Updated to latest version.
808
8092001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * configure.in: autoupdate to autoconf-2.52.
812        * bootstrap: Add handling for configure.ac, make autoheader verbose,
813        fix auto*tool invocation order.
814        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
815        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
816        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
817        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
818        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
819        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
820        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
821        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
822        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
823        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
824        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
825        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
826        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
827        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
828        RTEMS_CONFIG_PER_BSP conditional.
829        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
830        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
831        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
832
8332001-05-25      Joel Sherrill <joel@OARcorp.com>
834
835        * README.configure: Corrected the name of the MRM332 BSP.
836        Strengthened the distinction between what the target
837        and the BSP each select.  Added more targets to list.
838
8392001-05-25      Joel Sherrill <joel@OARcorp.com>
840
841        * README.configure: Updated the list of BSPs.
842
8432001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
846        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
847        Add support for DOS-drive-letters.
848
8492001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
852        RTEMS_PROG_CC_FOR_TARGET.
853
8542001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * README.cdn-X: Update.
857        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
858        @CPPFLAGS@ to CPPFLAGS.
859
8602001-04-20      Eric Valette <valette@crf.canon.fr>
861
862        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
863        BSPs support the new exception processing model and
864        consequently, librdbg.
865
8662001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.in: Reworked for Canadian Cross support.
869        * Makefile.am: Reflect changes to configure.in.
870        * config.guess, config.sub: Update from subversions.gnu.org.
871        * README.cdn-X: New file.
872        * tools/Makefile.am: Remove build, tools from SUBDIRS.
873
8742001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
877        TARGET_CONFIG_SUBDIRS.
878        * aclocal/enable-bsp.m4: fix quoting.
879        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
880
8812001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * aclocal/config-subdirs.m4: New file.
884        * aclocal/target.m4: Use macros from config-subdirs.m4.
885
8862001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
889        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
890
8912001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * configure.in: Fix AM_INIT_AUTOMAKE.
894        * aclocal/bsp-arg-enable.m4: Extend comments.
895        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
896        the default clause.
897
8982001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
901        RTEMS_ENV_RTEMSCPU.
902        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
903        special treatment for GCC_SPECS.
904        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
905        special treatment for GCC_SPECS.
906        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
907        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
908        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
909        instead of $(shell ..) for LIBC_LIB*.
910
9112001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
914        simsh7045.
915
9162001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
917
918        * automake/compile.am: Add LD.
919
9202000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * config.guess, config.sub: Update from CVS-autoconf to pick
923        up new features (e.g. CC_FOR_BUILD in config.guess) but is
924        necessary anyway to use autoconf-versions > 2.13.
925
9262000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
929        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
930        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
931        help string.
932        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
933
9342000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
935
936        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
937        Modified to reflect addition of LEON BSPs as well as the
938        no-FP ERC32 variant.
939
9402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
943        standard).
944        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
945        standard).
946        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
947        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
948        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
949        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
950
9512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
954        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
955        $host instead of $target (BUG-FIX).
956        * configure.in: Use $target and $host instead of $target_alias and
957        $host_alias (autoconf-2.49b).
958        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
959        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
960
961        NOTES:
962        * autoconf-2.49b depredicates using changequotes.
963        * The changes to configure.in are due to cleanups in
964        autoconf-2.49b's implemention of canonicalization. With
965        autoconf-2.1x it wasn't always clear, when to use $xxx or
966        $xxx_alias. Now this is clear.
967
9682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
971
9722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
975        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
976        with an RTEMS specific but more restrictive autoconf macro.
977
9782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * automake/lib.am: Add LD.
981
9822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
985        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
986
9872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988 
989        * aclocal/*: Replace with contents of macros/*.m4
990        * macros/: Remove.
991        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
992        * Makefile.am: Reflect changes to aclocal/ and macros/.
993
9942000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.in: New, Cygnus/GNU style configuration.
997        * Makefile.am: Add macros/, reflect new configure.in,
998        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
999        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1000        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1001        * macros/tool-prefix.m4: Remove.
1002        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1003        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1004        RTEMS_ROOT.
1005        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1006        * macros/multilib.m4: Various minor fixes.
1007        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1008        PROJECT_ROOT, RTEMS_ROOT.
1009        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1010        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1011
10122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * automake/multilib.am: New file.
1015        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1016        the automake/ directory.
1017
10182000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * macros/enable-hwapi.m4: Removed.
1021        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1022        A small cleanup step towards gnu-canonicalization.
1023
10242000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * macros: New directory.
1027        * macros/bsp-alias.m4: new file.
1028        * macros/canonical-host.m4: new file.
1029        * macros/canonical-target-name.m4: new file.
1030        * macros/canonicalize-tools.m4: new file.
1031        * macros/check-bsp-cache.m4: new file.
1032        * macros/check-bsps.m4: new file.
1033        * macros/check-cpu.m4: new file.
1034        * macros/rtems-debug.m4: new file.
1035        * macros/check-cxx.m4: new file.
1036        * macros/check-itron.m4: new file.
1037        * macros/check-multiprocessing.m4: new file.
1038        * macros/check-networking.m4: new file.
1039        * macros/check-newlib.m4: new file.
1040        * macros/check-posix.m4: new file.
1041        * macros/check-rdbg.m4: new file.
1042        * macros/enable-bare.m4: new file.
1043        * macros/enable-cxx.m4: new file.
1044        * macros/enable-gcc28.m4: new file.
1045        * macros/enable-inlines.m4: new file.
1046        * macros/enable-itron.m4: new file.
1047        * macros/enable-libcdir.m4: new file.
1048        * macros/enable-multiprocessing.m4: new file.
1049        * macros/enable-networking.m4: new file.
1050        * macros/enable-posix.m4: new file.
1051        * macros/enable-rdbg.m4: new file.
1052        * macros/enable-rtemsbsp.m4: new file.
1053        * macros/enable-tests.m4: new file.
1054        * macros/gcc-pipe.m4: new file.
1055        * macros/gcc-specs.m4: new file.
1056        * macros/i386-gas-code16.m4: new file.
1057        * macros/path-ksh.m4: new file.
1058        * macros/path-perl.m4: new file.
1059        * macros/prog-cc.m4: new file.
1060        * macros/prog-cxx.m4: new file.
1061        * macros/project-root.m4: new file.
1062        * macros/rtems-top.m4: new file.
1063        * macros/sysv-ipc.m4: new file.
1064        * macros/target.m4: new file.
1065        * macros/rtems-test-no-pause.m4: new file.
1066        * macros/multilib.m4: new file.
1067        * macros/tool-paths.m4: new file.
1068        * macros/tool-prefix.m4: new file.
1069
10702000-09-14      Joel Sherrill <joel@OARcorp.com>
1071
1072        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1073
10742000-09-14      Joel Sherrill <joel@OARcorp.com>
1075
1076        * aclocal/enable-hwapi.m4: Now longer used and removed.
1077
10782000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * automake/lib.am: Remove leaf.cfg.
1081
10822000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * aclocal/rtems-top.m4: Add ENDIF-hack.
1085        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1086
10872000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1090        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1091        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1092        * automake/compile.am: Replaced.
1093        * automake/local.am: Remove building variant handling.
1094
10952000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1098        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1099        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1100        * aclocal/target.m4: Cleanup comments
1101        * Automake/compile.am: Add DEFS support to keep building happy.
1102
11032000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1106
11072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * automake/compile.am: New file
1110        * ChangeLog: Fix email addresses
1111
11122000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * LICENSE.NET, README, README.configure: Spelling corrections.
1115
11162000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1119
11202000-08-30      Joel Sherrill <joel@OARcorp.com>
1121
1122        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1123
11242000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1125
1126        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1127
11282000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * aclocal/check-bsps.h:
1131          - Add pck6-BSP
1132          - Exclude ChangeLog from being picked up as BSP
1133        * aclocal/bsp-alias.m4: Add pck6-BSP
1134
11352000-08-10      Joel Sherrill <joel@OARcorp.com>
1136
1137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.