source: rtems/ChangeLog @ 4deeca3

4.104.114.84.95
Last change on this file since 4deeca3 was 79b15c1d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/02 at 13:32:27

2002-07-31 Joel Sherrill <joel@…>

  • aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
  • Property mode set to 100644
File size: 21.7 KB
Line 
12002-07-31      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
4        was just a stub and only the OR32 port is getting worked on.
5
62002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/subdirs.m4: Remove.
9        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
14        exec/score/cpu.
15
162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
19        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
20        compilation rules (Work-around to an automake bug).
21        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
22        make-library.
23
242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Activate cpukit. Remove references to c/src/exec.
27
282002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
31
322002-07-17      Joel Sherrill <joel@OARcorp.com>
33
34        * aclocal/version.m4: Updated to rtems-ss-20020717.
35
362002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * config-ml.in: Imported from gcc-3.1.
39        Change to match c/src/config-ml.in.
40
412002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * aclocal/check-multiprocessing.m4: Reworked.
44        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
45
462002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * automake/multilib.am: Remove.
49        * Makefile.am: Reflect change above.
50
512002-06-28      Joel Sherrill <joel@OARcorp.com>
52
53        * aclocal/version.m4: Updated to rtems-ss-20020628.
54
552002-06-27      Joel Sherrill <joel@OARcorp.com>
56
57        * tools/Makefile.am: Build the cpu dependent tools as well.
58
592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/env-rtemscpu.m4: Remove.
62        * aclocal/multi.m4: Remove.
63        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
64
652002-05-28      Joel Sherrill <joel@OARcorp.com>
66
67        * aclocal/version.m4: Updated to rtems-ss-20020528.
68
692002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/prog-cc.m4: Remove GCC272 support.
72        Remove ENABLE_LIBCDIR.
73        * aclocal/prog-cxx.m4: Ditto.
74        * aclocal/enable-gcc28.m4: Remove.
75        * aclocal/enable-libcdir.m4: Ditto.
76
772002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
80        ENABLE_GCC28.
81
822002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * automake/compile.am: Remove GCC272 support.
85        Remove *.sh rule (unused).
86        * configure.ac: Remove ENABLE_GCC28.
87        Remove ENABLE_LIBCDIR.
88
892002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Added mdate-sh and texinfo.tex.
92
932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * aclocal/version.m4: New file.
96        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
97        aclocal/version.m4.
98        * bootstrap: Use aclocal/version.m4 instead of VERSION.
99        * configure.ac: Use aclocal/version.m4 instead of VERSION.
100
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac:
104        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
105        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
108
1092002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
112        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
113
1142002-03-08      Joel Sherrill <joel@OARcorp.com>
115
116        * VERSION: Updated to rtems-mg5-20020808.
117
1182002-03-01      Joel Sherrill <joel@OARcorp.com>
119
120        * VERSION: Updated to rtems-ss-20020301.
121
1222002-02-15      Joel Sherrill <joel@OARcorp.com>
123
124        * VERSION: Updated to rtems-ss-20020215.
125
1262002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/subdirs.m4: Propagate the current $prefix to the
129        sub-configures.
130
1312002-02-05      Joel Sherrill <joel@OARcorp.com>
132
133        * VERSION: Updated to rtems-ss-20020205.
134
1352002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
138        compatibility.
139        * bootstrap: Let --clean remove texinfo.tex.
140
1412002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
144
1452002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add --enable-docs support. Add
148        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
149        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
150        hard-coded SUBDIRS.
151        * README.configure: Added a bit of information on this new option.
152
1532002-01-18      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to rtems-ss-20020118.
156
1572002-01-18      Joel Sherrill <joel@OARcorp.com>
158
159        * VERSION: Updated to rtems-20020118.
160
1612002-01-17      Joel Sherrill <joel@OARcorp.com>
162
163        * VERSION: Updated to rtems-ss-20020717.
164
1652002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
168        check upon host_alias != build_alias.
169
1702002-01-07      Joel Sherrill <joel@OARcorp.com>
171
172        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
173        last line to eliminate 100's of warnings.
174
1752002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * aclocal/check-newlib.m4: Apply AS_IF.
178        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
179        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
180        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
181        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
182        changes.
183        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
184        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
185        * automake/compile.am: Remove librtemsall from LINK_FILES.
186
1872001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
190        * aclocal/subdirs.m4: New file.
191        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
192        modifications.
193        * aclocal/check-posix.m4: Apply AS_IF.
194        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
195        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
196        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
197        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
198        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
199        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
200        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
201        OUTPUT_COMMANDS.
202        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
203        * aclocal/rtems-debug.m4: Minor cleanups.
204        * aclocal/rtems-top.m4: Minor cleanups.
205        * automake/compile.am: Further steps towards automake's rules.
206
2072001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
210        * automake/lib.am: Add MULTISUBDIR.
211
2122001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bootstrap: Run autoheader when configure.ac contains
215        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
216
2172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/bsp-configure.m4: New file.
220        * Makefile.am: Add aclocal/bsp-configure.m4.
221
2222001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Add automake/force-preinstall.am,
225        aclocal/ppc.am, remove ACLOCAL_M4.
226
2272001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/bsp-alias.m4: Remove score603e_g1.
230        * aclocal/check-bsps.m4: Remove score603e_g1.
231        * aclocal/prog-cc.m4: Apply m4_if.
232
233
2342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * automake/force-preinstall.am: New file.
237        * aclocal/ppc.m4: New file.
238
2392001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * aclocal/check-bsps.m4: Reworked.
242        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
243
2442001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/bspopts.m4: New file.
247
2482001-11-13      Joel Sherrill <joel@OARcorp.com>
249
250        * COPYING: Test of $Id$ -> $RTEMS$.
251
2522001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
253
254        This modification is part of the submitted modifications necessary to
255        support the IBM PPC405 family.  This submission was reviewed by
256        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
257        not negatively impact the ppc403 BSPs.  The submission and tracking
258        process was captured as PR50.
259        * README.configure: Added gen405 BSP.
260
2612001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Adopt more automake rules:
264        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
265        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
266        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
267        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
268        CXXLINK_APP in make-cxx-exe.
269        * automake/lib.am: Add ARFLAGS.
270
2712001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
274        config.cache's which prevented powerpc targets librdbg from building.
275
2762001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
279        add 2nd arg to _RTEMS_CPU_SUBDIR.
280        * aclocal/target.m4: Replace ac_configure_args with
281        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
282        * Makefile.am: Require automake-1.5.
283
2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
2902001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * aclocal/rtems-cpu-subdirs.m4: New file.
293
2942001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * automake/compile.am: Fundamentally reworked compilation rules for
297        closer adaptation to automake's behavior.
298
2992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * automake/lib.am: Comment out LD.
302        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
303        automake/leaf.am to AUTOMAKE_FILES.
304
3052001-09-27      Joel Sherrill <joel@OARcorp.com>
306
307        * config.guess: No longer in CVS since installed by bootstrap.
308
3092001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * bootstrap: remove/add automake added files.
312        * .cvsignore: reflect changes to bootstrap.
313
3142001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * automake/leaf.am: New file.
317
3182001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
321        of AC_CANONICAL_SYSTEM.
322        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
323        mkinstalldirs and mkdir.
324        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
325        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
326        _RTEMS_OUTPUT_BUILD_SUBDIRS.
327       
3282001-09-13      Joel Sherrill <joel@OARcorp.com>
329
330        * missing: Updated to latest version.
331
3322001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.in: autoupdate to autoconf-2.52.
335        * bootstrap: Add handling for configure.ac, make autoheader verbose,
336        fix auto*tool invocation order.
337        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
338        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
339        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
340        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
341        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
342        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
343        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
344        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
345        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
346        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
347        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
348        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
349        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
350        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
351        RTEMS_CONFIG_PER_BSP conditional.
352        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
353        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
354        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
355
3562001-05-25      Joel Sherrill <joel@OARcorp.com>
357
358        * README.configure: Corrected the name of the MRM332 BSP.
359        Strengthened the distinction between what the target
360        and the BSP each select.  Added more targets to list.
361
3622001-05-25      Joel Sherrill <joel@OARcorp.com>
363
364        * README.configure: Updated the list of BSPs.
365
3662001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
369        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
370        Add support for DOS-drive-letters.
371
3722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
375        RTEMS_PROG_CC_FOR_TARGET.
376
3772001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * README.cdn-X: Update.
380        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
381        @CPPFLAGS@ to CPPFLAGS.
382
3832001-04-20      Eric Valette <valette@crf.canon.fr>
384
385        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
386        BSPs support the new exception processing model and
387        consequently, librdbg.
388
3892001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.in: Reworked for Canadian Cross support.
392        * Makefile.am: Reflect changes to configure.in.
393        * config.guess, config.sub: Update from subversions.gnu.org.
394        * README.cdn-X: New file.
395        * tools/Makefile.am: Remove build, tools from SUBDIRS.
396
3972001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
400        TARGET_CONFIG_SUBDIRS.
401        * aclocal/enable-bsp.m4: fix quoting.
402        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
403
4042001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/config-subdirs.m4: New file.
407        * aclocal/target.m4: Use macros from config-subdirs.m4.
408
4092001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
412        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
413
4142001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.in: Fix AM_INIT_AUTOMAKE.
417        * aclocal/bsp-arg-enable.m4: Extend comments.
418        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
419        the default clause.
420
4212001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
424        RTEMS_ENV_RTEMSCPU.
425        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
426        special treatment for GCC_SPECS.
427        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
428        special treatment for GCC_SPECS.
429        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
430        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
431        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
432        instead of $(shell ..) for LIBC_LIB*.
433
4342001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
437        simsh7045.
438
4392001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
440
441        * automake/compile.am: Add LD.
442
4432000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * config.guess, config.sub: Update from CVS-autoconf to pick
446        up new features (e.g. CC_FOR_BUILD in config.guess) but is
447        necessary anyway to use autoconf-versions > 2.13.
448
4492000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
452        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
453        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
454        help string.
455        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
456
4572000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
458
459        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
460        Modified to reflect addition of LEON BSPs as well as the
461        no-FP ERC32 variant.
462
4632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
466        standard).
467        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
468        standard).
469        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
470        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
471        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
472        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
473
4742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
477        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
478        $host instead of $target (BUG-FIX).
479        * configure.in: Use $target and $host instead of $target_alias and
480        $host_alias (autoconf-2.49b).
481        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
482        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
483
484        NOTES:
485        * autoconf-2.49b depredicates using changequotes.
486        * The changes to configure.in are due to cleanups in
487        autoconf-2.49b's implemention of canonicalization. With
488        autoconf-2.1x it wasn't always clear, when to use $xxx or
489        $xxx_alias. Now this is clear.
490
4912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
494
4952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
498        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
499        with an RTEMS specific but more restrictive autoconf macro.
500
5012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * automake/lib.am: Add LD.
504
5052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
508        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
509
5102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511 
512        * aclocal/*: Replace with contents of macros/*.m4
513        * macros/: Remove.
514        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
515        * Makefile.am: Reflect changes to aclocal/ and macros/.
516
5172000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.in: New, Cygnus/GNU style configuration.
520        * Makefile.am: Add macros/, reflect new configure.in,
521        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
522        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
523        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
524        * macros/tool-prefix.m4: Remove.
525        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
526        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
527        RTEMS_ROOT.
528        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
529        * macros/multilib.m4: Various minor fixes.
530        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
531        PROJECT_ROOT, RTEMS_ROOT.
532        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
533        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
534
5352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * automake/multilib.am: New file.
538        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
539        the automake/ directory.
540
5412000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * macros/enable-hwapi.m4: Removed.
544        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
545        A small cleanup step towards gnu-canonicalization.
546
5472000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * macros: New directory.
550        * macros/bsp-alias.m4: new file.
551        * macros/canonical-host.m4: new file.
552        * macros/canonical-target-name.m4: new file.
553        * macros/canonicalize-tools.m4: new file.
554        * macros/check-bsp-cache.m4: new file.
555        * macros/check-bsps.m4: new file.
556        * macros/check-cpu.m4: new file.
557        * macros/rtems-debug.m4: new file.
558        * macros/check-cxx.m4: new file.
559        * macros/check-itron.m4: new file.
560        * macros/check-multiprocessing.m4: new file.
561        * macros/check-networking.m4: new file.
562        * macros/check-newlib.m4: new file.
563        * macros/check-posix.m4: new file.
564        * macros/check-rdbg.m4: new file.
565        * macros/enable-bare.m4: new file.
566        * macros/enable-cxx.m4: new file.
567        * macros/enable-gcc28.m4: new file.
568        * macros/enable-inlines.m4: new file.
569        * macros/enable-itron.m4: new file.
570        * macros/enable-libcdir.m4: new file.
571        * macros/enable-multiprocessing.m4: new file.
572        * macros/enable-networking.m4: new file.
573        * macros/enable-posix.m4: new file.
574        * macros/enable-rdbg.m4: new file.
575        * macros/enable-rtemsbsp.m4: new file.
576        * macros/enable-tests.m4: new file.
577        * macros/gcc-pipe.m4: new file.
578        * macros/gcc-specs.m4: new file.
579        * macros/i386-gas-code16.m4: new file.
580        * macros/path-ksh.m4: new file.
581        * macros/path-perl.m4: new file.
582        * macros/prog-cc.m4: new file.
583        * macros/prog-cxx.m4: new file.
584        * macros/project-root.m4: new file.
585        * macros/rtems-top.m4: new file.
586        * macros/sysv-ipc.m4: new file.
587        * macros/target.m4: new file.
588        * macros/rtems-test-no-pause.m4: new file.
589        * macros/multilib.m4: new file.
590        * macros/tool-paths.m4: new file.
591        * macros/tool-prefix.m4: new file.
592
5932000-09-14      Joel Sherrill <joel@OARcorp.com>
594
595        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
596
5972000-09-14      Joel Sherrill <joel@OARcorp.com>
598
599        * aclocal/enable-hwapi.m4: Now longer used and removed.
600
6012000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * automake/lib.am: Remove leaf.cfg.
604
6052000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/rtems-top.m4: Add ENDIF-hack.
608        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
609
6102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
613        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
614        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
615        * automake/compile.am: Replaced.
616        * automake/local.am: Remove building variant handling.
617
6182000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
621        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
622        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
623        * aclocal/target.m4: Cleanup comments
624        * Automake/compile.am: Add DEFS support to keep building happy.
625
6262000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * automake/compile.am: New file
633        * ChangeLog: Fix email addresses
634
6352000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * LICENSE.NET, README, README.configure: Spelling corrections.
638
6392000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
642
6432000-08-30      Joel Sherrill <joel@OARcorp.com>
644
645        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
646
6472000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
648
649        * ChangeLog: Moved incorrect entries to make/ChangeLog.
650
6512000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/check-bsps.h:
654          - Add pck6-BSP
655          - Exclude ChangeLog from being picked up as BSP
656        * aclocal/bsp-alias.m4: Add pck6-BSP
657
6582000-08-10      Joel Sherrill <joel@OARcorp.com>
659
660        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.