source: rtems/ChangeLog @ c125425

4.104.114.84.95
Last change on this file since c125425 was cf0ed46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/03 at 15:15:48

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

  • bootstrap: Reflect having added config.sub.
  • Property mode set to 100644
File size: 35.2 KB
Line 
12003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bootstrap: Reflect having added config.sub.
4        * config.sub: New from subversions to accomodate c4x/tic4x.
5
62003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 412/make_build
9        * configure.ac: Remove "BLEEDING EDGE" warning.
10        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
11        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
12        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
13        * aclocal/gcc-isystem.m4: New.
14        * Makefile.am: Add aclocal/gcc-isystem.m4.
15
162003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * automake/local.am: Remove $(ARCH), clean-local.
19
202003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        PR 321:
23        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
24        * aclocal/env-rtemsbsp.m4
25        * automake/compile.am
26        * automake/host.am
27        * automake/local.am
28
292003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
32        * automake/compile.am: Remove LIBSUFFIX_VA.
33        Merger from rtems-4-6-branch.
34
352003-04-17      Joel Sherrill <joel@OARcorp.com>
36
37        * VERSION: Updated to rtems-ss-20030417.
38
392003-04-17      Joel Sherrill <joel@OARcorp.com>
40
41        * aclocal/version.m4: Updated to rtems-ss-20030417.
42
432003-04-11      Joel Sherrill <joel@OARcorp.com>
44
45        * VERSION: Updated to rtems-ss-20030411.
46
472003-04-11      Joel Sherrill <joel@OARcorp.com>
48
49        * aclocal/version.m4: Updated to rtems-ss-20030411.
50
512003-04-11      Joel Sherrill <joel@OARcorp.com>
52
53        * VERSION: Updated to rtems-ss-20020411.
54
552003-04-11      Joel Sherrill <joel@OARcorp.com>
56
57        * aclocal/version.m4: Updated to rtems-ss-20020411.
58
592003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * acinclude.m4: Reformat build_* handling.
62        Preset *_alias if empty.
63        * configure.ac: Change tools/build to build-config dirs.
64        Conditionally build tools/build as host-config dirs.
65
662003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * acinclude.m4: Fix broken comments.
69        Add hidden option --enable-experimental.
70        * README.cdn-X: Update.
71        * configure.ac: Build tools/build as host and build-host tools to
72        accomodate those BSPs applying packhex in <BSP>.cfg.
73        Build tools/cpu as build-host tools.
74
752003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * tools/Makefile.am: Remove.
78        * configure.ac: Remove tools.
79        * acinclude.m4: Fix build_subdir handling.
80        * Makefile.am: Remove tools from SUBDIRS.
81        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
82
832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_CONFIG_AUX_DIR.
86        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
87
882003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * bootstrap: Add ACLOCAL, AUTOHEADER.
91        Don't check for auto*tool-versions.
92
932003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
96
972003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * automake/compile.am: Introduce depend-gcc.
100        * automake/lib.am: Remove stray comment.
101        * automake/local.am: Introduce depend-gcc.
102
1032003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
106
1072003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
110        * automake/local.am: Remove $(ARCH), clean-local.
111        * automake/compile.am: Add $(ARCH), clean-local.
112        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
113
1142003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Remove references to obsoleted files
117        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
118
1192003-02-14      Joel Sherrill <joel@OARcorp.com>
120
121        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
122        references.
123
1242003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
127
1282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * bootstrap: Remove attempts to detect autoconf and automake using
131        "which" (PR 325).
132
1332003-02-06      Joel Sherrill <joel@OARcorp.com>
134
135        * README.configure: Updated to reflect new BSPs and deprecated
136        targets.
137
1382003-01-28      Joel Sherrill <joel@OARcorp.com>
139
140        * VERSION: Updated to rtems-ss-20030128.
141
1422003-01-28      Joel Sherrill <joel@OARcorp.com>
143
144        * aclocal/version.m4: Updated to rtems-ss-20030128.
145
1462003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
149        Remove CLOBBER_DEPEND (Unused).
150
1512003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * automake/local.am: Remove distclean-local.
154
1552001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
158        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
159
1602002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
163        Rework RTEMS_PROG_CXX_FOR_TARGET.
164
1652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
168
1692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
172
1732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
176
1772002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bootstrap: Require autoconf 2.54 or 2.57.
180        Require automake-1.7.2.
181
1822002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
185        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
186        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
187
1882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
191
1922002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * automake/compile.am: Remove hard-coded *_PROFILE_V.
195        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
196        CFLAGS_PROFILE_V.
197        Remove CPPFLAGS_GCC.
198
1992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
202        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
203        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
204        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
205
2062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * aclocal/rtems-flags.m4: New.
209
2102002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * bootstrap: Allow autoconf-2.57.
213
2142002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * aclocal/prog-cc.m4: Remove GCCSED.
217
2182002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
221        Remove LDFLAGS.
222        Add CCAS, CCASCOMPILE.
223        Remove compilation rules for *.cpp, *.cxx, *.C.
224        Use CCASCOMPILE to compile *.S.
225        Add -pg to RTEMS_CFLAGS_PROFILE_V.
226
2272002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove c/make.
230
2312002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/prog-ccas.m4: New.
234        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
235        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
236        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
237
2382002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * acinclude.m4: Conditionally append --target=.
241
2422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
245
2462002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * automake/compile.am: Remove LD_PATHS (Unused).
249        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
250        is announced obsolete).
251
2522002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
255
2562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/sysv-ipc.m4: Remove (Unused).
259        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
260
2612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * acinclude.m4: Lots of changes addressing PR 312.
264
2652002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
268        to PR 312).
269
2702002-11-18      Joel Sherrill <joel@OARcorp.com>
271
272        * VERSION: Updated to rtems-ss-20021118.
273
2742002-11-18      Joel Sherrill <joel@OARcorp.com>
275
276        * aclocal/version.m4: Updated to rtems-ss-20021118.
277
2782002-11-17      Joel Sherrill <joel@OARcorp.com>
279
280        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
281        Motorola MTX603e.
282
2832002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
286
2872002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
290        * configure.ac: Ditto.
291
2922002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
295        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
296        Support @CFLAGS@, @CXXFLAGS@.
297
2982002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * bootstrap: Allow autoconf-2.56.
301
3022002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
305        Fix stupid typo (continue/configure).
306        * aclocal/prog-cc.m4: Remove obsolete comments.
307        Acknowledge CFLAGS.
308
3092002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
312        end of the args passed to sub-configure-scripts. (Reported by
313        Wulf Hofbauer <wh73@cornell.edu>)
314
3152002-11-12      Joel Sherrill <joel@OARcorp.com>
316
317        * configure.ac: Remove make/compilers/Makefile.
318
3192002-11-11      Joel Sherrill <joel@OARcorp.com>
320
321        * VERSION: Updated to rtems-ss-20021111.
322
3232002-11-11      Joel Sherrill <joel@OARcorp.com>
324
325        * aclocal/version.m4: Updated to rtems-ss-20021111.
326
3272002-11-11      Joel Sherrill <joel@OARcorp.com>
328
329        * VERSION: Updated to rtems-ss-20021111.
330
3312002-11-11      Joel Sherrill <joel@OARcorp.com>
332
333        * aclocal/version.m4: Updated to rtems-ss-20021111.
334
3352002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * automake/compile.am: Remove rel rule.
338
3392002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
342
3432002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Remove make/Templates/Makefile.
346        * README.configure: Minor massaging.
347
3482002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        Further preparations for autoconf > 2.52:
351        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
352        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
353        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
354
3552002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * acinclude.m4: Adapations to autoconf > 2.52.
358
3592002-11-01      Joel Sherrill <joel@OARcorp.com>
360
361        * ChangeLog: Corrected.
362
3632002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * bootstrap: Add generate_bspdir_acinclude to automatically update
366        c/src/lib/libbsp/<cpu>/acinclude.m4.
367        Use #! /bin/sh instead of #!/bin/sh.
368        Remove autom4te*.cache during ./bootstrap --clean.
369
3702002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
373        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
374        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
375        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
376        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
377        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
378        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
379        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
380        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
381        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
382        (autoconf > 2.54 seems to have problems with the old form of
383        quoting).
384
3852002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
388        (autoconf > 2.54 complains about).
389
3902002-10-21      Joel Sherrill <joel@OARcorp.com>
391
392        * VERSION: Updated to rtems-20021021-test.
393
3942002-10-21      Joel Sherrill <joel@OARcorp.com>
395
396        * aclocal/version.m4: Updated to rtems-20021021-test.
397
3982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Reformat.
401        Add autom4te*cache.
402        Remove autom4te.cache.
403
4042002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
407
4082002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
411        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
412
4132002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * bootstrap: Add autoconf/automake version checks by popular demand.
416        [FWIW: I dislike this.]
417
4182002-10-07      Joel Sherrill <joel@OARcorp.com>
419
420        * VERSION: Updated to rtems-ss-20021007.
421
4222002-10-07      Joel Sherrill <joel@OARcorp.com>
423
424        * aclocal/version.m4: Updated to rtems-ss-20021007.
425
4262002-10-04      Joel Sherrill <joel@OARcorp.com>
427
428        * VERSION: Updated to rtems-JUNK.
429
4302002-10-04      Joel Sherrill <joel@OARcorp.com>
431
432        * aclocal/version.m4: Updated to rtems-JUNK.
433
4342002-10-04      Joel Sherrill <joel@OARcorp.com>
435
436        * VERSION: Updated to rtems-ss-20021004.
437
4382002-10-04      Joel Sherrill <joel@OARcorp.com>
439
440        * aclocal/version.m4: Updated to rtems-ss-20021004.
441
4422002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
445        autoconf-2.53 PACKAGE crap.
446
4472002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/prog-gnat.m4: New.
450
4512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * aclocal/bsp-configure.m4: Fix small typo in comment.
454
4552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
458
4592002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
462        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
463        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
464
4652002-08-07      Joel Sherrill <joel@OARcorp.com>
466
467        * aclocal/version.m4: Updated to rtems-ss-20020807.
468
4692002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
472
4732002-07-31      Joel Sherrill <joel@OARcorp.com>
474
475        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
476        was just a stub and only the OR32 port is getting worked on.
477
4782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * aclocal/subdirs.m4: Remove.
481        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
482
4832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
486        exec/score/cpu.
487
4882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
491        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
492        compilation rules (Work-around to an automake bug).
493        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
494        make-library.
495
4962002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Activate cpukit. Remove references to c/src/exec.
499
5002002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
503
5042002-07-17      Joel Sherrill <joel@OARcorp.com>
505
506        * aclocal/version.m4: Updated to rtems-ss-20020717.
507
5082002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * config-ml.in: Imported from gcc-3.1.
511        Change to match c/src/config-ml.in.
512
5132002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/check-multiprocessing.m4: Reworked.
516        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
517
5182002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * automake/multilib.am: Remove.
521        * Makefile.am: Reflect change above.
522
5232002-06-28      Joel Sherrill <joel@OARcorp.com>
524
525        * aclocal/version.m4: Updated to rtems-ss-20020628.
526
5272002-06-27      Joel Sherrill <joel@OARcorp.com>
528
529        * tools/Makefile.am: Build the cpu dependent tools as well.
530
5312002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/env-rtemscpu.m4: Remove.
534        * aclocal/multi.m4: Remove.
535        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
536
5372002-05-28      Joel Sherrill <joel@OARcorp.com>
538
539        * aclocal/version.m4: Updated to rtems-ss-20020528.
540
5412002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/prog-cc.m4: Remove GCC272 support.
544        Remove ENABLE_LIBCDIR.
545        * aclocal/prog-cxx.m4: Ditto.
546        * aclocal/enable-gcc28.m4: Remove.
547        * aclocal/enable-libcdir.m4: Ditto.
548
5492002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
552        ENABLE_GCC28.
553
5542002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * automake/compile.am: Remove GCC272 support.
557        Remove *.sh rule (unused).
558        * configure.ac: Remove ENABLE_GCC28.
559        Remove ENABLE_LIBCDIR.
560
5612002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * .cvsignore: Added mdate-sh and texinfo.tex.
564
5652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * aclocal/version.m4: New file.
568        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
569        aclocal/version.m4.
570        * bootstrap: Use aclocal/version.m4 instead of VERSION.
571        * configure.ac: Use aclocal/version.m4 instead of VERSION.
572
5732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac:
576        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
577        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
578        * Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
580
5812002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
584        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
585
5862002-03-08      Joel Sherrill <joel@OARcorp.com>
587
588        * VERSION: Updated to rtems-mg5-20020808.
589
5902002-03-01      Joel Sherrill <joel@OARcorp.com>
591
592        * VERSION: Updated to rtems-ss-20020301.
593
5942002-02-15      Joel Sherrill <joel@OARcorp.com>
595
596        * VERSION: Updated to rtems-ss-20020215.
597
5982002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * aclocal/subdirs.m4: Propagate the current $prefix to the
601        sub-configures.
602
6032002-02-05      Joel Sherrill <joel@OARcorp.com>
604
605        * VERSION: Updated to rtems-ss-20020205.
606
6072002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
610        compatibility.
611        * bootstrap: Let --clean remove texinfo.tex.
612
6132002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
616
6172002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Add --enable-docs support. Add
620        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
621        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
622        hard-coded SUBDIRS.
623        * README.configure: Added a bit of information on this new option.
624
6252002-01-18      Joel Sherrill <joel@OARcorp.com>
626
627        * VERSION: Updated to rtems-ss-20020118.
628
6292002-01-18      Joel Sherrill <joel@OARcorp.com>
630
631        * VERSION: Updated to rtems-20020118.
632
6332002-01-17      Joel Sherrill <joel@OARcorp.com>
634
635        * VERSION: Updated to rtems-ss-20020717.
636
6372002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
640        check upon host_alias != build_alias.
641
6422002-01-07      Joel Sherrill <joel@OARcorp.com>
643
644        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
645        last line to eliminate 100's of warnings.
646
6472002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * aclocal/check-newlib.m4: Apply AS_IF.
650        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
651        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
652        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
653        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
654        changes.
655        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
656        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
657        * automake/compile.am: Remove librtemsall from LINK_FILES.
658
6592001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
662        * aclocal/subdirs.m4: New file.
663        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
664        modifications.
665        * aclocal/check-posix.m4: Apply AS_IF.
666        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
667        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
668        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
669        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
670        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
671        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
672        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
673        OUTPUT_COMMANDS.
674        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
675        * aclocal/rtems-debug.m4: Minor cleanups.
676        * aclocal/rtems-top.m4: Minor cleanups.
677        * automake/compile.am: Further steps towards automake's rules.
678
6792001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
682        * automake/lib.am: Add MULTISUBDIR.
683
6842001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * bootstrap: Run autoheader when configure.ac contains
687        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
688
6892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * aclocal/bsp-configure.m4: New file.
692        * Makefile.am: Add aclocal/bsp-configure.m4.
693
6942001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * Makefile.am: Add automake/force-preinstall.am,
697        aclocal/ppc.am, remove ACLOCAL_M4.
698
6992001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * aclocal/bsp-alias.m4: Remove score603e_g1.
702        * aclocal/check-bsps.m4: Remove score603e_g1.
703        * aclocal/prog-cc.m4: Apply m4_if.
704
705
7062001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * automake/force-preinstall.am: New file.
709        * aclocal/ppc.m4: New file.
710
7112001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * aclocal/check-bsps.m4: Reworked.
714        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
715
7162001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * aclocal/bspopts.m4: New file.
719
7202001-11-13      Joel Sherrill <joel@OARcorp.com>
721
722        * COPYING: Test of $Id$ -> $RTEMS$.
723
7242001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
725
726        This modification is part of the submitted modifications necessary to
727        support the IBM PPC405 family.  This submission was reviewed by
728        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
729        not negatively impact the ppc403 BSPs.  The submission and tracking
730        process was captured as PR50.
731        * README.configure: Added gen405 BSP.
732
7332001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * Adopt more automake rules:
736        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
737        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
738        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
739        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
740        CXXLINK_APP in make-cxx-exe.
741        * automake/lib.am: Add ARFLAGS.
742
7432001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
746        config.cache's which prevented powerpc targets librdbg from building.
747
7482001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
751        add 2nd arg to _RTEMS_CPU_SUBDIR.
752        * aclocal/target.m4: Replace ac_configure_args with
753        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
754        * Makefile.am: Require automake-1.5.
755
7562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
759        * configure.in: Remove.
760        * configure.ac: New file, generated from configure.in by autoupdate.
761
7622001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/rtems-cpu-subdirs.m4: New file.
765
7662001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * automake/compile.am: Fundamentally reworked compilation rules for
769        closer adaptation to automake's behavior.
770
7712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * automake/lib.am: Comment out LD.
774        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
775        automake/leaf.am to AUTOMAKE_FILES.
776
7772001-09-27      Joel Sherrill <joel@OARcorp.com>
778
779        * config.guess: No longer in CVS since installed by bootstrap.
780
7812001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * bootstrap: remove/add automake added files.
784        * .cvsignore: reflect changes to bootstrap.
785
7862001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * automake/leaf.am: New file.
789
7902001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
793        of AC_CANONICAL_SYSTEM.
794        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
795        mkinstalldirs and mkdir.
796        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
797        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
798        _RTEMS_OUTPUT_BUILD_SUBDIRS.
799       
8002001-09-13      Joel Sherrill <joel@OARcorp.com>
801
802        * missing: Updated to latest version.
803
8042001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * configure.in: autoupdate to autoconf-2.52.
807        * bootstrap: Add handling for configure.ac, make autoheader verbose,
808        fix auto*tool invocation order.
809        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
810        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
811        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
812        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
813        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
814        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
815        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
816        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
817        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
818        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
819        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
820        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
821        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
822        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
823        RTEMS_CONFIG_PER_BSP conditional.
824        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
825        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
826        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
827
8282001-05-25      Joel Sherrill <joel@OARcorp.com>
829
830        * README.configure: Corrected the name of the MRM332 BSP.
831        Strengthened the distinction between what the target
832        and the BSP each select.  Added more targets to list.
833
8342001-05-25      Joel Sherrill <joel@OARcorp.com>
835
836        * README.configure: Updated the list of BSPs.
837
8382001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
841        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
842        Add support for DOS-drive-letters.
843
8442001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
847        RTEMS_PROG_CC_FOR_TARGET.
848
8492001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * README.cdn-X: Update.
852        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
853        @CPPFLAGS@ to CPPFLAGS.
854
8552001-04-20      Eric Valette <valette@crf.canon.fr>
856
857        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
858        BSPs support the new exception processing model and
859        consequently, librdbg.
860
8612001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.in: Reworked for Canadian Cross support.
864        * Makefile.am: Reflect changes to configure.in.
865        * config.guess, config.sub: Update from subversions.gnu.org.
866        * README.cdn-X: New file.
867        * tools/Makefile.am: Remove build, tools from SUBDIRS.
868
8692001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
872        TARGET_CONFIG_SUBDIRS.
873        * aclocal/enable-bsp.m4: fix quoting.
874        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
875
8762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * aclocal/config-subdirs.m4: New file.
879        * aclocal/target.m4: Use macros from config-subdirs.m4.
880
8812001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
884        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
885
8862001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.in: Fix AM_INIT_AUTOMAKE.
889        * aclocal/bsp-arg-enable.m4: Extend comments.
890        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
891        the default clause.
892
8932001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
896        RTEMS_ENV_RTEMSCPU.
897        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
898        special treatment for GCC_SPECS.
899        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
900        special treatment for GCC_SPECS.
901        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
902        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
903        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
904        instead of $(shell ..) for LIBC_LIB*.
905
9062001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
909        simsh7045.
910
9112001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
912
913        * automake/compile.am: Add LD.
914
9152000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * config.guess, config.sub: Update from CVS-autoconf to pick
918        up new features (e.g. CC_FOR_BUILD in config.guess) but is
919        necessary anyway to use autoconf-versions > 2.13.
920
9212000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
924        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
925        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
926        help string.
927        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
928
9292000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
930
931        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
932        Modified to reflect addition of LEON BSPs as well as the
933        no-FP ERC32 variant.
934
9352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
938        standard).
939        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
940        standard).
941        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
942        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
943        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
944        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
945
9462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
949        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
950        $host instead of $target (BUG-FIX).
951        * configure.in: Use $target and $host instead of $target_alias and
952        $host_alias (autoconf-2.49b).
953        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
954        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
955
956        NOTES:
957        * autoconf-2.49b depredicates using changequotes.
958        * The changes to configure.in are due to cleanups in
959        autoconf-2.49b's implemention of canonicalization. With
960        autoconf-2.1x it wasn't always clear, when to use $xxx or
961        $xxx_alias. Now this is clear.
962
9632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
966
9672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
970        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
971        with an RTEMS specific but more restrictive autoconf macro.
972
9732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * automake/lib.am: Add LD.
976
9772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
980        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
981
9822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983 
984        * aclocal/*: Replace with contents of macros/*.m4
985        * macros/: Remove.
986        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
987        * Makefile.am: Reflect changes to aclocal/ and macros/.
988
9892000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * configure.in: New, Cygnus/GNU style configuration.
992        * Makefile.am: Add macros/, reflect new configure.in,
993        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
994        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
995        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
996        * macros/tool-prefix.m4: Remove.
997        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
998        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
999        RTEMS_ROOT.
1000        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1001        * macros/multilib.m4: Various minor fixes.
1002        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1003        PROJECT_ROOT, RTEMS_ROOT.
1004        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1005        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1006
10072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * automake/multilib.am: New file.
1010        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1011        the automake/ directory.
1012
10132000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * macros/enable-hwapi.m4: Removed.
1016        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1017        A small cleanup step towards gnu-canonicalization.
1018
10192000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * macros: New directory.
1022        * macros/bsp-alias.m4: new file.
1023        * macros/canonical-host.m4: new file.
1024        * macros/canonical-target-name.m4: new file.
1025        * macros/canonicalize-tools.m4: new file.
1026        * macros/check-bsp-cache.m4: new file.
1027        * macros/check-bsps.m4: new file.
1028        * macros/check-cpu.m4: new file.
1029        * macros/rtems-debug.m4: new file.
1030        * macros/check-cxx.m4: new file.
1031        * macros/check-itron.m4: new file.
1032        * macros/check-multiprocessing.m4: new file.
1033        * macros/check-networking.m4: new file.
1034        * macros/check-newlib.m4: new file.
1035        * macros/check-posix.m4: new file.
1036        * macros/check-rdbg.m4: new file.
1037        * macros/enable-bare.m4: new file.
1038        * macros/enable-cxx.m4: new file.
1039        * macros/enable-gcc28.m4: new file.
1040        * macros/enable-inlines.m4: new file.
1041        * macros/enable-itron.m4: new file.
1042        * macros/enable-libcdir.m4: new file.
1043        * macros/enable-multiprocessing.m4: new file.
1044        * macros/enable-networking.m4: new file.
1045        * macros/enable-posix.m4: new file.
1046        * macros/enable-rdbg.m4: new file.
1047        * macros/enable-rtemsbsp.m4: new file.
1048        * macros/enable-tests.m4: new file.
1049        * macros/gcc-pipe.m4: new file.
1050        * macros/gcc-specs.m4: new file.
1051        * macros/i386-gas-code16.m4: new file.
1052        * macros/path-ksh.m4: new file.
1053        * macros/path-perl.m4: new file.
1054        * macros/prog-cc.m4: new file.
1055        * macros/prog-cxx.m4: new file.
1056        * macros/project-root.m4: new file.
1057        * macros/rtems-top.m4: new file.
1058        * macros/sysv-ipc.m4: new file.
1059        * macros/target.m4: new file.
1060        * macros/rtems-test-no-pause.m4: new file.
1061        * macros/multilib.m4: new file.
1062        * macros/tool-paths.m4: new file.
1063        * macros/tool-prefix.m4: new file.
1064
10652000-09-14      Joel Sherrill <joel@OARcorp.com>
1066
1067        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1068
10692000-09-14      Joel Sherrill <joel@OARcorp.com>
1070
1071        * aclocal/enable-hwapi.m4: Now longer used and removed.
1072
10732000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * automake/lib.am: Remove leaf.cfg.
1076
10772000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * aclocal/rtems-top.m4: Add ENDIF-hack.
1080        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1081
10822000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1085        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1086        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1087        * automake/compile.am: Replaced.
1088        * automake/local.am: Remove building variant handling.
1089
10902000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1093        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1094        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1095        * aclocal/target.m4: Cleanup comments
1096        * Automake/compile.am: Add DEFS support to keep building happy.
1097
10982000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1101
11022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * automake/compile.am: New file
1105        * ChangeLog: Fix email addresses
1106
11072000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * LICENSE.NET, README, README.configure: Spelling corrections.
1110
11112000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1112
1113        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1114
11152000-08-30      Joel Sherrill <joel@OARcorp.com>
1116
1117        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1118
11192000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1120
1121        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1122
11232000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * aclocal/check-bsps.h:
1126          - Add pck6-BSP
1127          - Exclude ChangeLog from being picked up as BSP
1128        * aclocal/bsp-alias.m4: Add pck6-BSP
1129
11302000-08-10      Joel Sherrill <joel@OARcorp.com>
1131
1132        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.