source: rtems/ChangeLog @ 7a848b40

Last change on this file since 7a848b40 was 7a848b40, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/03 at 16:45:43

Changed format so script will see PR number.

  • Property mode set to 100644
File size: 34.9 KB
Line 
12003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 412/make_build
4        * configure.ac: Remove "BLEEDING EDGE" warning.
5        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
6        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
7        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
8        * aclocal/gcc-isystem.m4: New.
9        * Makefile.am: Add aclocal/gcc-isystem.m4.
10
112003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
14        * automake/compile.am: Remove LIBSUFFIX_VA.
15
162003-04-23      Joel Sherrill <joel@OARcorp.com>
17
18        * VERSION: Updated to rtems-4.6.0pre3.
19
202003-04-23      Joel Sherrill <joel@OARcorp.com>
21
22        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
23
242003-04-23      Joel Sherrill <joel@OARcorp.com>
25
26        * VERSION: Updated to rtems-4.6.0pre3.
27
282003-04-23      Joel Sherrill <joel@OARcorp.com>
29
30        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
31
322003-04-18      Joel Sherrill <joel@OARcorp.com>
33
34        * VERSION: Updated to rtems-4.6.0pre2.
35
362003-04-18      Joel Sherrill <joel@OARcorp.com>
37
38        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
39
402003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * acinclude.m4: Reformat build_* handling.
43        Preset *_alias if empty.
44        * configure.ac: Change tools/build to build-config dirs.
45        Conditionally build tools/build as host-config dirs.
46
472003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * acinclude.m4: Fix broken comments.
50        Add hidden option --enable-experimental.
51        * README.cdn-X: Update.
52        * configure.ac: Build tools/build as host and build-host tools to
53        accomodate those BSPs applying packhex in <BSP>.cfg.
54        Build tools/cpu as build-host tools.
55
562003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * tools/Makefile.am: Remove.
59        * configure.ac: Remove tools.
60        * acinclude.m4: Fix build_subdir handling.
61        * Makefile.am: Remove tools from SUBDIRS.
62        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
63
642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove AC_CONFIG_AUX_DIR.
67        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
68
692003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * bootstrap: Add ACLOCAL, AUTOHEADER.
72        Don't check for auto*tool-versions.
73
742003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
77
782003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * automake/compile.am: Introduce depend-gcc.
81        * automake/lib.am: Remove stray comment.
82        * automake/local.am: Introduce depend-gcc.
83
842003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
87
882003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
91        * automake/local.am: Remove $(ARCH), clean-local.
92        * automake/compile.am: Add $(ARCH), clean-local.
93        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
94
952003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Remove references to obsoleted files
98        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
99
1002003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * config.sub (rtems-4-6-branch only): New from subversion.
103        * bootstrap (rtems-4-6-branch only): Do not delete config.sub.
104
1052003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
108
1092003-02-11      Joel Sherrill <joel@OARcorp.com>
110
111        * VERSION: Updated to rtems-4.6.0pre1.
112
1132003-02-11      Joel Sherrill <joel@OARcorp.com>
114
115        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * bootstrap: Remove attempts to detect autoconf and automake using
120        "which" (PR 325).
121
1222003-02-06      Joel Sherrill <joel@OARcorp.com>
123
124        * README.configure: Updated to reflect new BSPs and deprecated
125        targets.
126
1272003-01-28      Joel Sherrill <joel@OARcorp.com>
128
129        * VERSION: Updated to rtems-ss-20030128.
130
1312003-01-28      Joel Sherrill <joel@OARcorp.com>
132
133        * aclocal/version.m4: Updated to rtems-ss-20030128.
134
1352003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
138        Remove CLOBBER_DEPEND (Unused).
139
1402003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * automake/local.am: Remove distclean-local.
143
1442001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
147        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
148
1492002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
152        Rework RTEMS_PROG_CXX_FOR_TARGET.
153
1542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
157
1582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
161
1622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
165
1662002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * bootstrap: Require autoconf 2.54 or 2.57.
169        Require automake-1.7.2.
170
1712002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
174        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
175        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
176
1772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
180
1812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/compile.am: Remove hard-coded *_PROFILE_V.
184        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
185        CFLAGS_PROFILE_V.
186        Remove CPPFLAGS_GCC.
187
1882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
191        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
192        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
193        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
194
1952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/rtems-flags.m4: New.
198
1992002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bootstrap: Allow autoconf-2.57.
202
2032002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/prog-cc.m4: Remove GCCSED.
206
2072002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
210        Remove LDFLAGS.
211        Add CCAS, CCASCOMPILE.
212        Remove compilation rules for *.cpp, *.cxx, *.C.
213        Use CCASCOMPILE to compile *.S.
214        Add -pg to RTEMS_CFLAGS_PROFILE_V.
215
2162002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove c/make.
219
2202002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal/prog-ccas.m4: New.
223        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
224        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
225        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
226
2272002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * acinclude.m4: Conditionally append --target=.
230
2312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
234
2352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/compile.am: Remove LD_PATHS (Unused).
238        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
239        is announced obsolete).
240
2412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
244
2452002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/sysv-ipc.m4: Remove (Unused).
248        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
249
2502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * acinclude.m4: Lots of changes addressing PR 312.
253
2542002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
257        to PR 312).
258
2592002-11-18      Joel Sherrill <joel@OARcorp.com>
260
261        * VERSION: Updated to rtems-ss-20021118.
262
2632002-11-18      Joel Sherrill <joel@OARcorp.com>
264
265        * aclocal/version.m4: Updated to rtems-ss-20021118.
266
2672002-11-17      Joel Sherrill <joel@OARcorp.com>
268
269        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
270        Motorola MTX603e.
271
2722002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
275
2762002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
279        * configure.ac: Ditto.
280
2812002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
284        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
285        Support @CFLAGS@, @CXXFLAGS@.
286
2872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * bootstrap: Allow autoconf-2.56.
290
2912002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
294        Fix stupid typo (continue/configure).
295        * aclocal/prog-cc.m4: Remove obsolete comments.
296        Acknowledge CFLAGS.
297
2982002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
301        end of the args passed to sub-configure-scripts. (Reported by
302        Wulf Hofbauer <wh73@cornell.edu>)
303
3042002-11-12      Joel Sherrill <joel@OARcorp.com>
305
306        * configure.ac: Remove make/compilers/Makefile.
307
3082002-11-11      Joel Sherrill <joel@OARcorp.com>
309
310        * VERSION: Updated to rtems-ss-20021111.
311
3122002-11-11      Joel Sherrill <joel@OARcorp.com>
313
314        * aclocal/version.m4: Updated to rtems-ss-20021111.
315
3162002-11-11      Joel Sherrill <joel@OARcorp.com>
317
318        * VERSION: Updated to rtems-ss-20021111.
319
3202002-11-11      Joel Sherrill <joel@OARcorp.com>
321
322        * aclocal/version.m4: Updated to rtems-ss-20021111.
323
3242002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * automake/compile.am: Remove rel rule.
327
3282002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
331
3322002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove make/Templates/Makefile.
335        * README.configure: Minor massaging.
336
3372002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        Further preparations for autoconf > 2.52:
340        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
341        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
342        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
343
3442002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * acinclude.m4: Adapations to autoconf > 2.52.
347
3482002-11-01      Joel Sherrill <joel@OARcorp.com>
349
350        * ChangeLog: Corrected.
351
3522002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * bootstrap: Add generate_bspdir_acinclude to automatically update
355        c/src/lib/libbsp/<cpu>/acinclude.m4.
356        Use #! /bin/sh instead of #!/bin/sh.
357        Remove autom4te*.cache during ./bootstrap --clean.
358
3592002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
362        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
363        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
364        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
365        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
366        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
367        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
368        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
369        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
370        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
371        (autoconf > 2.54 seems to have problems with the old form of
372        quoting).
373
3742002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
377        (autoconf > 2.54 complains about).
378
3792002-10-21      Joel Sherrill <joel@OARcorp.com>
380
381        * VERSION: Updated to rtems-20021021-test.
382
3832002-10-21      Joel Sherrill <joel@OARcorp.com>
384
385        * aclocal/version.m4: Updated to rtems-20021021-test.
386
3872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Reformat.
390        Add autom4te*cache.
391        Remove autom4te.cache.
392
3932002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
396
3972002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
400        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
401
4022002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * bootstrap: Add autoconf/automake version checks by popular demand.
405        [FWIW: I dislike this.]
406
4072002-10-07      Joel Sherrill <joel@OARcorp.com>
408
409        * VERSION: Updated to rtems-ss-20021007.
410
4112002-10-07      Joel Sherrill <joel@OARcorp.com>
412
413        * aclocal/version.m4: Updated to rtems-ss-20021007.
414
4152002-10-04      Joel Sherrill <joel@OARcorp.com>
416
417        * VERSION: Updated to rtems-JUNK.
418
4192002-10-04      Joel Sherrill <joel@OARcorp.com>
420
421        * aclocal/version.m4: Updated to rtems-JUNK.
422
4232002-10-04      Joel Sherrill <joel@OARcorp.com>
424
425        * VERSION: Updated to rtems-ss-20021004.
426
4272002-10-04      Joel Sherrill <joel@OARcorp.com>
428
429        * aclocal/version.m4: Updated to rtems-ss-20021004.
430
4312002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
434        autoconf-2.53 PACKAGE crap.
435
4362002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * aclocal/prog-gnat.m4: New.
439
4402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * aclocal/bsp-configure.m4: Fix small typo in comment.
443
4442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
447
4482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
451        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
452        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
453
4542002-08-07      Joel Sherrill <joel@OARcorp.com>
455
456        * aclocal/version.m4: Updated to rtems-ss-20020807.
457
4582002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
461
4622002-07-31      Joel Sherrill <joel@OARcorp.com>
463
464        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
465        was just a stub and only the OR32 port is getting worked on.
466
4672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * aclocal/subdirs.m4: Remove.
470        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
471
4722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
475        exec/score/cpu.
476
4772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
480        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
481        compilation rules (Work-around to an automake bug).
482        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
483        make-library.
484
4852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Activate cpukit. Remove references to c/src/exec.
488
4892002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
492
4932002-07-17      Joel Sherrill <joel@OARcorp.com>
494
495        * aclocal/version.m4: Updated to rtems-ss-20020717.
496
4972002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * config-ml.in: Imported from gcc-3.1.
500        Change to match c/src/config-ml.in.
501
5022002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/check-multiprocessing.m4: Reworked.
505        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
506
5072002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * automake/multilib.am: Remove.
510        * Makefile.am: Reflect change above.
511
5122002-06-28      Joel Sherrill <joel@OARcorp.com>
513
514        * aclocal/version.m4: Updated to rtems-ss-20020628.
515
5162002-06-27      Joel Sherrill <joel@OARcorp.com>
517
518        * tools/Makefile.am: Build the cpu dependent tools as well.
519
5202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/env-rtemscpu.m4: Remove.
523        * aclocal/multi.m4: Remove.
524        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
525
5262002-05-28      Joel Sherrill <joel@OARcorp.com>
527
528        * aclocal/version.m4: Updated to rtems-ss-20020528.
529
5302002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/prog-cc.m4: Remove GCC272 support.
533        Remove ENABLE_LIBCDIR.
534        * aclocal/prog-cxx.m4: Ditto.
535        * aclocal/enable-gcc28.m4: Remove.
536        * aclocal/enable-libcdir.m4: Ditto.
537
5382002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
541        ENABLE_GCC28.
542
5432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * automake/compile.am: Remove GCC272 support.
546        Remove *.sh rule (unused).
547        * configure.ac: Remove ENABLE_GCC28.
548        Remove ENABLE_LIBCDIR.
549
5502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * .cvsignore: Added mdate-sh and texinfo.tex.
553
5542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * aclocal/version.m4: New file.
557        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
558        aclocal/version.m4.
559        * bootstrap: Use aclocal/version.m4 instead of VERSION.
560        * configure.ac: Use aclocal/version.m4 instead of VERSION.
561
5622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac:
565        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
566        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
567        * Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
569
5702002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
573        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
574
5752002-03-08      Joel Sherrill <joel@OARcorp.com>
576
577        * VERSION: Updated to rtems-mg5-20020808.
578
5792002-03-01      Joel Sherrill <joel@OARcorp.com>
580
581        * VERSION: Updated to rtems-ss-20020301.
582
5832002-02-15      Joel Sherrill <joel@OARcorp.com>
584
585        * VERSION: Updated to rtems-ss-20020215.
586
5872002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/subdirs.m4: Propagate the current $prefix to the
590        sub-configures.
591
5922002-02-05      Joel Sherrill <joel@OARcorp.com>
593
594        * VERSION: Updated to rtems-ss-20020205.
595
5962002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
599        compatibility.
600        * bootstrap: Let --clean remove texinfo.tex.
601
6022002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
605
6062002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Add --enable-docs support. Add
609        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
610        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
611        hard-coded SUBDIRS.
612        * README.configure: Added a bit of information on this new option.
613
6142002-01-18      Joel Sherrill <joel@OARcorp.com>
615
616        * VERSION: Updated to rtems-ss-20020118.
617
6182002-01-18      Joel Sherrill <joel@OARcorp.com>
619
620        * VERSION: Updated to rtems-20020118.
621
6222002-01-17      Joel Sherrill <joel@OARcorp.com>
623
624        * VERSION: Updated to rtems-ss-20020717.
625
6262002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
629        check upon host_alias != build_alias.
630
6312002-01-07      Joel Sherrill <joel@OARcorp.com>
632
633        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
634        last line to eliminate 100's of warnings.
635
6362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/check-newlib.m4: Apply AS_IF.
639        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
640        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
641        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
642        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
643        changes.
644        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
645        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
646        * automake/compile.am: Remove librtemsall from LINK_FILES.
647
6482001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
651        * aclocal/subdirs.m4: New file.
652        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
653        modifications.
654        * aclocal/check-posix.m4: Apply AS_IF.
655        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
656        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
657        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
658        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
659        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
660        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
661        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
662        OUTPUT_COMMANDS.
663        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
664        * aclocal/rtems-debug.m4: Minor cleanups.
665        * aclocal/rtems-top.m4: Minor cleanups.
666        * automake/compile.am: Further steps towards automake's rules.
667
6682001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
671        * automake/lib.am: Add MULTISUBDIR.
672
6732001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * bootstrap: Run autoheader when configure.ac contains
676        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
677
6782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/bsp-configure.m4: New file.
681        * Makefile.am: Add aclocal/bsp-configure.m4.
682
6832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * Makefile.am: Add automake/force-preinstall.am,
686        aclocal/ppc.am, remove ACLOCAL_M4.
687
6882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * aclocal/bsp-alias.m4: Remove score603e_g1.
691        * aclocal/check-bsps.m4: Remove score603e_g1.
692        * aclocal/prog-cc.m4: Apply m4_if.
693
694
6952001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * automake/force-preinstall.am: New file.
698        * aclocal/ppc.m4: New file.
699
7002001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * aclocal/check-bsps.m4: Reworked.
703        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
704
7052001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * aclocal/bspopts.m4: New file.
708
7092001-11-13      Joel Sherrill <joel@OARcorp.com>
710
711        * COPYING: Test of $Id$ -> $RTEMS$.
712
7132001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
714
715        This modification is part of the submitted modifications necessary to
716        support the IBM PPC405 family.  This submission was reviewed by
717        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
718        not negatively impact the ppc403 BSPs.  The submission and tracking
719        process was captured as PR50.
720        * README.configure: Added gen405 BSP.
721
7222001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * Adopt more automake rules:
725        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
726        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
727        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
728        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
729        CXXLINK_APP in make-cxx-exe.
730        * automake/lib.am: Add ARFLAGS.
731
7322001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
735        config.cache's which prevented powerpc targets librdbg from building.
736
7372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
740        add 2nd arg to _RTEMS_CPU_SUBDIR.
741        * aclocal/target.m4: Replace ac_configure_args with
742        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
743        * Makefile.am: Require automake-1.5.
744
7452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
748        * configure.in: Remove.
749        * configure.ac: New file, generated from configure.in by autoupdate.
750
7512001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * aclocal/rtems-cpu-subdirs.m4: New file.
754
7552001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * automake/compile.am: Fundamentally reworked compilation rules for
758        closer adaptation to automake's behavior.
759
7602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * automake/lib.am: Comment out LD.
763        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
764        automake/leaf.am to AUTOMAKE_FILES.
765
7662001-09-27      Joel Sherrill <joel@OARcorp.com>
767
768        * config.guess: No longer in CVS since installed by bootstrap.
769
7702001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * bootstrap: remove/add automake added files.
773        * .cvsignore: reflect changes to bootstrap.
774
7752001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * automake/leaf.am: New file.
778
7792001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
782        of AC_CANONICAL_SYSTEM.
783        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
784        mkinstalldirs and mkdir.
785        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
786        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
787        _RTEMS_OUTPUT_BUILD_SUBDIRS.
788       
7892001-09-13      Joel Sherrill <joel@OARcorp.com>
790
791        * missing: Updated to latest version.
792
7932001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.in: autoupdate to autoconf-2.52.
796        * bootstrap: Add handling for configure.ac, make autoheader verbose,
797        fix auto*tool invocation order.
798        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
799        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
800        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
801        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
802        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
803        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
804        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
805        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
806        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
807        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
808        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
809        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
810        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
811        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
812        RTEMS_CONFIG_PER_BSP conditional.
813        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
814        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
815        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
816
8172001-05-25      Joel Sherrill <joel@OARcorp.com>
818
819        * README.configure: Corrected the name of the MRM332 BSP.
820        Strengthened the distinction between what the target
821        and the BSP each select.  Added more targets to list.
822
8232001-05-25      Joel Sherrill <joel@OARcorp.com>
824
825        * README.configure: Updated the list of BSPs.
826
8272001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
830        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
831        Add support for DOS-drive-letters.
832
8332001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
836        RTEMS_PROG_CC_FOR_TARGET.
837
8382001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * README.cdn-X: Update.
841        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
842        @CPPFLAGS@ to CPPFLAGS.
843
8442001-04-20      Eric Valette <valette@crf.canon.fr>
845
846        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
847        BSPs support the new exception processing model and
848        consequently, librdbg.
849
8502001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * configure.in: Reworked for Canadian Cross support.
853        * Makefile.am: Reflect changes to configure.in.
854        * config.guess, config.sub: Update from subversions.gnu.org.
855        * README.cdn-X: New file.
856        * tools/Makefile.am: Remove build, tools from SUBDIRS.
857
8582001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
861        TARGET_CONFIG_SUBDIRS.
862        * aclocal/enable-bsp.m4: fix quoting.
863        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
864
8652001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * aclocal/config-subdirs.m4: New file.
868        * aclocal/target.m4: Use macros from config-subdirs.m4.
869
8702001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
873        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
874
8752001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.in: Fix AM_INIT_AUTOMAKE.
878        * aclocal/bsp-arg-enable.m4: Extend comments.
879        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
880        the default clause.
881
8822001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
885        RTEMS_ENV_RTEMSCPU.
886        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
887        special treatment for GCC_SPECS.
888        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
889        special treatment for GCC_SPECS.
890        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
891        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
892        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
893        instead of $(shell ..) for LIBC_LIB*.
894
8952001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
898        simsh7045.
899
9002001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
901
902        * automake/compile.am: Add LD.
903
9042000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * config.guess, config.sub: Update from CVS-autoconf to pick
907        up new features (e.g. CC_FOR_BUILD in config.guess) but is
908        necessary anyway to use autoconf-versions > 2.13.
909
9102000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
913        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
914        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
915        help string.
916        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
917
9182000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
919
920        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
921        Modified to reflect addition of LEON BSPs as well as the
922        no-FP ERC32 variant.
923
9242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
927        standard).
928        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
929        standard).
930        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
931        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
932        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
933        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
934
9352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
938        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
939        $host instead of $target (BUG-FIX).
940        * configure.in: Use $target and $host instead of $target_alias and
941        $host_alias (autoconf-2.49b).
942        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
943        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
944
945        NOTES:
946        * autoconf-2.49b depredicates using changequotes.
947        * The changes to configure.in are due to cleanups in
948        autoconf-2.49b's implemention of canonicalization. With
949        autoconf-2.1x it wasn't always clear, when to use $xxx or
950        $xxx_alias. Now this is clear.
951
9522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
955
9562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
959        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
960        with an RTEMS specific but more restrictive autoconf macro.
961
9622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * automake/lib.am: Add LD.
965
9662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
969        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
970
9712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972 
973        * aclocal/*: Replace with contents of macros/*.m4
974        * macros/: Remove.
975        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
976        * Makefile.am: Reflect changes to aclocal/ and macros/.
977
9782000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * configure.in: New, Cygnus/GNU style configuration.
981        * Makefile.am: Add macros/, reflect new configure.in,
982        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
983        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
984        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
985        * macros/tool-prefix.m4: Remove.
986        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
987        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
988        RTEMS_ROOT.
989        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
990        * macros/multilib.m4: Various minor fixes.
991        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
992        PROJECT_ROOT, RTEMS_ROOT.
993        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
994        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
995
9962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * automake/multilib.am: New file.
999        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1000        the automake/ directory.
1001
10022000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * macros/enable-hwapi.m4: Removed.
1005        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1006        A small cleanup step towards gnu-canonicalization.
1007
10082000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * macros: New directory.
1011        * macros/bsp-alias.m4: new file.
1012        * macros/canonical-host.m4: new file.
1013        * macros/canonical-target-name.m4: new file.
1014        * macros/canonicalize-tools.m4: new file.
1015        * macros/check-bsp-cache.m4: new file.
1016        * macros/check-bsps.m4: new file.
1017        * macros/check-cpu.m4: new file.
1018        * macros/rtems-debug.m4: new file.
1019        * macros/check-cxx.m4: new file.
1020        * macros/check-itron.m4: new file.
1021        * macros/check-multiprocessing.m4: new file.
1022        * macros/check-networking.m4: new file.
1023        * macros/check-newlib.m4: new file.
1024        * macros/check-posix.m4: new file.
1025        * macros/check-rdbg.m4: new file.
1026        * macros/enable-bare.m4: new file.
1027        * macros/enable-cxx.m4: new file.
1028        * macros/enable-gcc28.m4: new file.
1029        * macros/enable-inlines.m4: new file.
1030        * macros/enable-itron.m4: new file.
1031        * macros/enable-libcdir.m4: new file.
1032        * macros/enable-multiprocessing.m4: new file.
1033        * macros/enable-networking.m4: new file.
1034        * macros/enable-posix.m4: new file.
1035        * macros/enable-rdbg.m4: new file.
1036        * macros/enable-rtemsbsp.m4: new file.
1037        * macros/enable-tests.m4: new file.
1038        * macros/gcc-pipe.m4: new file.
1039        * macros/gcc-specs.m4: new file.
1040        * macros/i386-gas-code16.m4: new file.
1041        * macros/path-ksh.m4: new file.
1042        * macros/path-perl.m4: new file.
1043        * macros/prog-cc.m4: new file.
1044        * macros/prog-cxx.m4: new file.
1045        * macros/project-root.m4: new file.
1046        * macros/rtems-top.m4: new file.
1047        * macros/sysv-ipc.m4: new file.
1048        * macros/target.m4: new file.
1049        * macros/rtems-test-no-pause.m4: new file.
1050        * macros/multilib.m4: new file.
1051        * macros/tool-paths.m4: new file.
1052        * macros/tool-prefix.m4: new file.
1053
10542000-09-14      Joel Sherrill <joel@OARcorp.com>
1055
1056        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1057
10582000-09-14      Joel Sherrill <joel@OARcorp.com>
1059
1060        * aclocal/enable-hwapi.m4: Now longer used and removed.
1061
10622000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * automake/lib.am: Remove leaf.cfg.
1065
10662000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * aclocal/rtems-top.m4: Add ENDIF-hack.
1069        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1070
10712000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1074        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1075        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1076        * automake/compile.am: Replaced.
1077        * automake/local.am: Remove building variant handling.
1078
10792000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1082        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1083        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1084        * aclocal/target.m4: Cleanup comments
1085        * Automake/compile.am: Add DEFS support to keep building happy.
1086
10872000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1090
10912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * automake/compile.am: New file
1094        * ChangeLog: Fix email addresses
1095
10962000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * LICENSE.NET, README, README.configure: Spelling corrections.
1099
11002000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1103
11042000-08-30      Joel Sherrill <joel@OARcorp.com>
1105
1106        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1107
11082000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1109
1110        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1111
11122000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * aclocal/check-bsps.h:
1115          - Add pck6-BSP
1116          - Exclude ChangeLog from being picked up as BSP
1117        * aclocal/bsp-alias.m4: Add pck6-BSP
1118
11192000-08-10      Joel Sherrill <joel@OARcorp.com>
1120
1121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.