source: rtems/ChangeLog @ 1da0c52

4.104.114.84.95
Last change on this file since 1da0c52 was 1da0c52, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/28/02 at 17:56:41

2002-10-28 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
  • Property mode set to 100644
File size: 24.0 KB
Line 
12002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
4        (autoconf > 2.54 complains about).
5
62002-10-21      Joel Sherrill <joel@OARcorp.com>
7
8        * VERSION: Updated to rtems-20021021-test.
9
102002-10-21      Joel Sherrill <joel@OARcorp.com>
11
12        * aclocal/version.m4: Updated to rtems-20021021-test.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
23
242002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
27        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
28
292002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * bootstrap: Add autoconf/automake version checks by popular demand.
32        [FWIW: I dislike this.]
33
342002-10-07      Joel Sherrill <joel@OARcorp.com>
35
36        * VERSION: Updated to rtems-ss-20021007.
37
382002-10-07      Joel Sherrill <joel@OARcorp.com>
39
40        * aclocal/version.m4: Updated to rtems-ss-20021007.
41
422002-10-04      Joel Sherrill <joel@OARcorp.com>
43
44        * VERSION: Updated to rtems-JUNK.
45
462002-10-04      Joel Sherrill <joel@OARcorp.com>
47
48        * aclocal/version.m4: Updated to rtems-JUNK.
49
502002-10-04      Joel Sherrill <joel@OARcorp.com>
51
52        * VERSION: Updated to rtems-ss-20021004.
53
542002-10-04      Joel Sherrill <joel@OARcorp.com>
55
56        * aclocal/version.m4: Updated to rtems-ss-20021004.
57
582002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
61        autoconf-2.53 PACKAGE crap.
62
632002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/prog-gnat.m4: New.
66
672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/bsp-configure.m4: Fix small typo in comment.
70
712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
74
752002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
78        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
79        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
80
812002-08-07      Joel Sherrill <joel@OARcorp.com>
82
83        * aclocal/version.m4: Updated to rtems-ss-20020807.
84
852002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
88
892002-07-31      Joel Sherrill <joel@OARcorp.com>
90
91        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
92        was just a stub and only the OR32 port is getting worked on.
93
942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/subdirs.m4: Remove.
97        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
98
992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
102        exec/score/cpu.
103
1042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
107        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
108        compilation rules (Work-around to an automake bug).
109        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
110        make-library.
111
1122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Activate cpukit. Remove references to c/src/exec.
115
1162002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
119
1202002-07-17      Joel Sherrill <joel@OARcorp.com>
121
122        * aclocal/version.m4: Updated to rtems-ss-20020717.
123
1242002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * config-ml.in: Imported from gcc-3.1.
127        Change to match c/src/config-ml.in.
128
1292002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * aclocal/check-multiprocessing.m4: Reworked.
132        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
133
1342002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * automake/multilib.am: Remove.
137        * Makefile.am: Reflect change above.
138
1392002-06-28      Joel Sherrill <joel@OARcorp.com>
140
141        * aclocal/version.m4: Updated to rtems-ss-20020628.
142
1432002-06-27      Joel Sherrill <joel@OARcorp.com>
144
145        * tools/Makefile.am: Build the cpu dependent tools as well.
146
1472002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * aclocal/env-rtemscpu.m4: Remove.
150        * aclocal/multi.m4: Remove.
151        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
152
1532002-05-28      Joel Sherrill <joel@OARcorp.com>
154
155        * aclocal/version.m4: Updated to rtems-ss-20020528.
156
1572002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/prog-cc.m4: Remove GCC272 support.
160        Remove ENABLE_LIBCDIR.
161        * aclocal/prog-cxx.m4: Ditto.
162        * aclocal/enable-gcc28.m4: Remove.
163        * aclocal/enable-libcdir.m4: Ditto.
164
1652002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
168        ENABLE_GCC28.
169
1702002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * automake/compile.am: Remove GCC272 support.
173        Remove *.sh rule (unused).
174        * configure.ac: Remove ENABLE_GCC28.
175        Remove ENABLE_LIBCDIR.
176
1772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Added mdate-sh and texinfo.tex.
180
1812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/version.m4: New file.
184        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
185        aclocal/version.m4.
186        * bootstrap: Use aclocal/version.m4 instead of VERSION.
187        * configure.ac: Use aclocal/version.m4 instead of VERSION.
188
1892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac:
192        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
193        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
196
1972002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
200        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
201
2022002-03-08      Joel Sherrill <joel@OARcorp.com>
203
204        * VERSION: Updated to rtems-mg5-20020808.
205
2062002-03-01      Joel Sherrill <joel@OARcorp.com>
207
208        * VERSION: Updated to rtems-ss-20020301.
209
2102002-02-15      Joel Sherrill <joel@OARcorp.com>
211
212        * VERSION: Updated to rtems-ss-20020215.
213
2142002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * aclocal/subdirs.m4: Propagate the current $prefix to the
217        sub-configures.
218
2192002-02-05      Joel Sherrill <joel@OARcorp.com>
220
221        * VERSION: Updated to rtems-ss-20020205.
222
2232002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
226        compatibility.
227        * bootstrap: Let --clean remove texinfo.tex.
228
2292002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
232
2332002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add --enable-docs support. Add
236        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
237        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
238        hard-coded SUBDIRS.
239        * README.configure: Added a bit of information on this new option.
240
2412002-01-18      Joel Sherrill <joel@OARcorp.com>
242
243        * VERSION: Updated to rtems-ss-20020118.
244
2452002-01-18      Joel Sherrill <joel@OARcorp.com>
246
247        * VERSION: Updated to rtems-20020118.
248
2492002-01-17      Joel Sherrill <joel@OARcorp.com>
250
251        * VERSION: Updated to rtems-ss-20020717.
252
2532002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
256        check upon host_alias != build_alias.
257
2582002-01-07      Joel Sherrill <joel@OARcorp.com>
259
260        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
261        last line to eliminate 100's of warnings.
262
2632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/check-newlib.m4: Apply AS_IF.
266        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
267        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
268        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
269        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
270        changes.
271        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
272        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
273        * automake/compile.am: Remove librtemsall from LINK_FILES.
274
2752001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
278        * aclocal/subdirs.m4: New file.
279        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
280        modifications.
281        * aclocal/check-posix.m4: Apply AS_IF.
282        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
283        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
284        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
285        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
286        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
287        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
288        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
289        OUTPUT_COMMANDS.
290        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
291        * aclocal/rtems-debug.m4: Minor cleanups.
292        * aclocal/rtems-top.m4: Minor cleanups.
293        * automake/compile.am: Further steps towards automake's rules.
294
2952001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
298        * automake/lib.am: Add MULTISUBDIR.
299
3002001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * bootstrap: Run autoheader when configure.ac contains
303        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
304
3052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/bsp-configure.m4: New file.
308        * Makefile.am: Add aclocal/bsp-configure.m4.
309
3102001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Add automake/force-preinstall.am,
313        aclocal/ppc.am, remove ACLOCAL_M4.
314
3152001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/bsp-alias.m4: Remove score603e_g1.
318        * aclocal/check-bsps.m4: Remove score603e_g1.
319        * aclocal/prog-cc.m4: Apply m4_if.
320
321
3222001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * automake/force-preinstall.am: New file.
325        * aclocal/ppc.m4: New file.
326
3272001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * aclocal/check-bsps.m4: Reworked.
330        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
331
3322001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/bspopts.m4: New file.
335
3362001-11-13      Joel Sherrill <joel@OARcorp.com>
337
338        * COPYING: Test of $Id$ -> $RTEMS$.
339
3402001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
341
342        This modification is part of the submitted modifications necessary to
343        support the IBM PPC405 family.  This submission was reviewed by
344        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
345        not negatively impact the ppc403 BSPs.  The submission and tracking
346        process was captured as PR50.
347        * README.configure: Added gen405 BSP.
348
3492001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Adopt more automake rules:
352        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
353        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
354        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
355        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
356        CXXLINK_APP in make-cxx-exe.
357        * automake/lib.am: Add ARFLAGS.
358
3592001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
362        config.cache's which prevented powerpc targets librdbg from building.
363
3642001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
367        add 2nd arg to _RTEMS_CPU_SUBDIR.
368        * aclocal/target.m4: Replace ac_configure_args with
369        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
370        * Makefile.am: Require automake-1.5.
371
3722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
375        * configure.in: Remove.
376        * configure.ac: New file, generated from configure.in by autoupdate.
377
3782001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * aclocal/rtems-cpu-subdirs.m4: New file.
381
3822001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * automake/compile.am: Fundamentally reworked compilation rules for
385        closer adaptation to automake's behavior.
386
3872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * automake/lib.am: Comment out LD.
390        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
391        automake/leaf.am to AUTOMAKE_FILES.
392
3932001-09-27      Joel Sherrill <joel@OARcorp.com>
394
395        * config.guess: No longer in CVS since installed by bootstrap.
396
3972001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * bootstrap: remove/add automake added files.
400        * .cvsignore: reflect changes to bootstrap.
401
4022001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * automake/leaf.am: New file.
405
4062001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
409        of AC_CANONICAL_SYSTEM.
410        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
411        mkinstalldirs and mkdir.
412        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
413        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
414        _RTEMS_OUTPUT_BUILD_SUBDIRS.
415       
4162001-09-13      Joel Sherrill <joel@OARcorp.com>
417
418        * missing: Updated to latest version.
419
4202001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.in: autoupdate to autoconf-2.52.
423        * bootstrap: Add handling for configure.ac, make autoheader verbose,
424        fix auto*tool invocation order.
425        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
426        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
427        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
428        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
429        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
430        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
431        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
432        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
433        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
434        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
435        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
436        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
437        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
438        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
439        RTEMS_CONFIG_PER_BSP conditional.
440        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
441        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
442        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
443
4442001-05-25      Joel Sherrill <joel@OARcorp.com>
445
446        * README.configure: Corrected the name of the MRM332 BSP.
447        Strengthened the distinction between what the target
448        and the BSP each select.  Added more targets to list.
449
4502001-05-25      Joel Sherrill <joel@OARcorp.com>
451
452        * README.configure: Updated the list of BSPs.
453
4542001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
457        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
458        Add support for DOS-drive-letters.
459
4602001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
463        RTEMS_PROG_CC_FOR_TARGET.
464
4652001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * README.cdn-X: Update.
468        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
469        @CPPFLAGS@ to CPPFLAGS.
470
4712001-04-20      Eric Valette <valette@crf.canon.fr>
472
473        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
474        BSPs support the new exception processing model and
475        consequently, librdbg.
476
4772001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.in: Reworked for Canadian Cross support.
480        * Makefile.am: Reflect changes to configure.in.
481        * config.guess, config.sub: Update from subversions.gnu.org.
482        * README.cdn-X: New file.
483        * tools/Makefile.am: Remove build, tools from SUBDIRS.
484
4852001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
488        TARGET_CONFIG_SUBDIRS.
489        * aclocal/enable-bsp.m4: fix quoting.
490        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
491
4922001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/config-subdirs.m4: New file.
495        * aclocal/target.m4: Use macros from config-subdirs.m4.
496
4972001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
500        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
501
5022001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: Fix AM_INIT_AUTOMAKE.
505        * aclocal/bsp-arg-enable.m4: Extend comments.
506        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
507        the default clause.
508
5092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
512        RTEMS_ENV_RTEMSCPU.
513        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
514        special treatment for GCC_SPECS.
515        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
516        special treatment for GCC_SPECS.
517        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
518        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
519        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
520        instead of $(shell ..) for LIBC_LIB*.
521
5222001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
525        simsh7045.
526
5272001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
528
529        * automake/compile.am: Add LD.
530
5312000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * config.guess, config.sub: Update from CVS-autoconf to pick
534        up new features (e.g. CC_FOR_BUILD in config.guess) but is
535        necessary anyway to use autoconf-versions > 2.13.
536
5372000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
540        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
541        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
542        help string.
543        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
544
5452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
546
547        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
548        Modified to reflect addition of LEON BSPs as well as the
549        no-FP ERC32 variant.
550
5512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
554        standard).
555        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
556        standard).
557        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
558        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
559        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
560        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
561
5622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
565        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
566        $host instead of $target (BUG-FIX).
567        * configure.in: Use $target and $host instead of $target_alias and
568        $host_alias (autoconf-2.49b).
569        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
570        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
571
572        NOTES:
573        * autoconf-2.49b depredicates using changequotes.
574        * The changes to configure.in are due to cleanups in
575        autoconf-2.49b's implemention of canonicalization. With
576        autoconf-2.1x it wasn't always clear, when to use $xxx or
577        $xxx_alias. Now this is clear.
578
5792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
582
5832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
586        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
587        with an RTEMS specific but more restrictive autoconf macro.
588
5892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * automake/lib.am: Add LD.
592
5932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
596        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
597
5982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599 
600        * aclocal/*: Replace with contents of macros/*.m4
601        * macros/: Remove.
602        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
603        * Makefile.am: Reflect changes to aclocal/ and macros/.
604
6052000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.in: New, Cygnus/GNU style configuration.
608        * Makefile.am: Add macros/, reflect new configure.in,
609        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
610        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
611        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
612        * macros/tool-prefix.m4: Remove.
613        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
614        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
615        RTEMS_ROOT.
616        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
617        * macros/multilib.m4: Various minor fixes.
618        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
619        PROJECT_ROOT, RTEMS_ROOT.
620        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
621        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
622
6232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * automake/multilib.am: New file.
626        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
627        the automake/ directory.
628
6292000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * macros/enable-hwapi.m4: Removed.
632        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
633        A small cleanup step towards gnu-canonicalization.
634
6352000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * macros: New directory.
638        * macros/bsp-alias.m4: new file.
639        * macros/canonical-host.m4: new file.
640        * macros/canonical-target-name.m4: new file.
641        * macros/canonicalize-tools.m4: new file.
642        * macros/check-bsp-cache.m4: new file.
643        * macros/check-bsps.m4: new file.
644        * macros/check-cpu.m4: new file.
645        * macros/rtems-debug.m4: new file.
646        * macros/check-cxx.m4: new file.
647        * macros/check-itron.m4: new file.
648        * macros/check-multiprocessing.m4: new file.
649        * macros/check-networking.m4: new file.
650        * macros/check-newlib.m4: new file.
651        * macros/check-posix.m4: new file.
652        * macros/check-rdbg.m4: new file.
653        * macros/enable-bare.m4: new file.
654        * macros/enable-cxx.m4: new file.
655        * macros/enable-gcc28.m4: new file.
656        * macros/enable-inlines.m4: new file.
657        * macros/enable-itron.m4: new file.
658        * macros/enable-libcdir.m4: new file.
659        * macros/enable-multiprocessing.m4: new file.
660        * macros/enable-networking.m4: new file.
661        * macros/enable-posix.m4: new file.
662        * macros/enable-rdbg.m4: new file.
663        * macros/enable-rtemsbsp.m4: new file.
664        * macros/enable-tests.m4: new file.
665        * macros/gcc-pipe.m4: new file.
666        * macros/gcc-specs.m4: new file.
667        * macros/i386-gas-code16.m4: new file.
668        * macros/path-ksh.m4: new file.
669        * macros/path-perl.m4: new file.
670        * macros/prog-cc.m4: new file.
671        * macros/prog-cxx.m4: new file.
672        * macros/project-root.m4: new file.
673        * macros/rtems-top.m4: new file.
674        * macros/sysv-ipc.m4: new file.
675        * macros/target.m4: new file.
676        * macros/rtems-test-no-pause.m4: new file.
677        * macros/multilib.m4: new file.
678        * macros/tool-paths.m4: new file.
679        * macros/tool-prefix.m4: new file.
680
6812000-09-14      Joel Sherrill <joel@OARcorp.com>
682
683        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
684
6852000-09-14      Joel Sherrill <joel@OARcorp.com>
686
687        * aclocal/enable-hwapi.m4: Now longer used and removed.
688
6892000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * automake/lib.am: Remove leaf.cfg.
692
6932000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/rtems-top.m4: Add ENDIF-hack.
696        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
697
6982000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
701        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
702        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
703        * automake/compile.am: Replaced.
704        * automake/local.am: Remove building variant handling.
705
7062000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
709        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
710        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
711        * aclocal/target.m4: Cleanup comments
712        * Automake/compile.am: Add DEFS support to keep building happy.
713
7142000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
717
7182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * automake/compile.am: New file
721        * ChangeLog: Fix email addresses
722
7232000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * LICENSE.NET, README, README.configure: Spelling corrections.
726
7272000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
730
7312000-08-30      Joel Sherrill <joel@OARcorp.com>
732
733        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
734
7352000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
736
737        * ChangeLog: Moved incorrect entries to make/ChangeLog.
738
7392000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * aclocal/check-bsps.h:
742          - Add pck6-BSP
743          - Exclude ChangeLog from being picked up as BSP
744        * aclocal/bsp-alias.m4: Add pck6-BSP
745
7462000-08-10      Joel Sherrill <joel@OARcorp.com>
747
748        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.