source: rtems/cpukit/ChangeLog @ 83333e9

4.104.114.84.95
Last change on this file since 83333e9 was baa8dd7c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 13:07:15

2002-12-06 Ralf Corsepius <corsepiu@…>

  • automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
4
52002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
8        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
9        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
10        CFLAGS_PROFILE_V.
11        Hard-code RTEMS_CFLAGS_PROFILE = -pg
12        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
13        Remove GCCSED.
14        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
15        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
16
172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/rtems-flags.m4: New.
20
212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
24
252002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
28        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
29
302002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/rtems/libio_.h: Remove.
33
342002-11-18      Joel Sherrill <joel@OARcorp.com>
35
36        * aclocal/version.m4: Updated to rtems-ss-20021118.
37
382002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/rtems/userenv.h: Rely upon <limits.h> for
41        _POSIX_LOGIN_NAME_MAX.
42
432002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
46        * automake/compile.am: Acknowledge configuration-time CFLAGS.
47        Remove CFLAGS_DEFAULT.
48
492002-11-11      Joel Sherrill <joel@OARcorp.com>
50
51        * aclocal/version.m4: Updated to rtems-ss-20021111.
52
532002-11-11      Joel Sherrill <joel@OARcorp.com>
54
55        * aclocal/version.m4: Updated to rtems-ss-20021111.
56
572002-11-01      Joel Sherrill <joel@OARcorp.com>
58
59        * ChangeLog: Corrected.
60
612002-10-30      Eric Norum <eric.norum@usask.ca>
62
63        * include/rtems/bspIo.h: Add vprintk function for kernel printing
64        from routines which have already obtained the va_list pointer.
65
662002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/check-bsp-cache.m4: Remove.
69
702002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
73
742002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
77
782002-10-21      Joel Sherrill <joel@OARcorp.com>
79
80        * aclocal/version.m4: Updated to rtems-20021021-test.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-10-07      Joel Sherrill <joel@OARcorp.com>
89
90        * aclocal/version.m4: Updated to rtems-ss-20021007.
91
922002-10-04      Joel Sherrill <joel@OARcorp.com>
93
94        * aclocal/version.m4: Updated to rtems-JUNK.
95
962002-10-04      Joel Sherrill <joel@OARcorp.com>
97
98        * aclocal/version.m4: Updated to rtems-ss-20021004.
99
1002002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * score/include/Makefile.am: Remove cpuopt.h generation.
103        * configure.ac: Correct package name.
104        Don't build ada if POSIX is disabled.
105        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
106
1072002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/prog-gnat.m4: New.
110        * configure.ac: Add ada subdir handling.
111
1122002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * aclocal/bsp-alias.m4: Remove.
115
1162002-08-07      Joel Sherrill <joel@OARcorp.com>
117
118        * aclocal/version.m4: Updated to rtems-ss-20020807.
119
1202002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add missing ',' to librpc activation.
123        Add AC_MSG_CHECKING/AC_MSG_RESULT.
124        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
125
1262002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Fix bug in librpc activation, having introduced by
129        yesterday's patch.
130
1312002-08-06      Joel Sherrill <joel@OARcorp.com>
132
133        * configure.ac: or32 does not currently support librpc.
134
1352002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
138
1392002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
142        Use AS_IF instead of if/then/else/fi.
143
1442002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Use librtems.a.
147        * wrapup/Makefile.am: Use libsapi.a.
148
1492002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Use libscore.a.
152
1532002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * aclocal/canonicalize-tools.m4: Remove LD.
156        * automake/lib.am: Remove LD.
157        * Makefile.am: Put preinstall-stamp into CLEANFILES.
158
1592002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
162        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
163
1642002-07-31      Joel Sherrill <joel@OARcorp.com>
165
166        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
167        was just a stub and only the OR32 port is getting worked on.
168
1692002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
172
1732002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * automake/compile.am: Use .$(OBJEXT) instead of .o.
176
1772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
180
1812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Use project_libdir instead of
184        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
185        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
186
1872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * automake/lib.am: Use project_libdir instead of
190        $(PROJECT_RELEASE)/lib.
191
1922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
195        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
196        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
197        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
198        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
199        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
200        references to bsp_specs. Use project_libdir instead of
201        $(PROJECT_RELEASE)/lib.
202
2032002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
206        * aclocal/check-cpu.m4: Ditto.
207        * aclocal/check-bsps.m4: Ditto.
208
2092002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * automake/multilib.am: Add install-multi.
212        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
213        version.m4.
214        Add --with-project-root.
215        Reflect --with-project-root to setting up PROJECT_ROOT.
216        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
217        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
218        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
219
2202002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: RTEMS_TOP(..).
223
2242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
227
2282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
231
2322002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove RTEMS_PROJECT_ROOT.
235        * aclocal/project-root.m4: Remove.
236
2372002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/enable-multiprocessing.m4: Fix typo.
240        * aclocal/prog-cc.m4: Remove obsolete comments.
241        Comment out GCCSED.
242
2432002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * aclocal/prog-ccas.m4: New.
246        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
247        RTEMS_GCC_PRINT
248        * aclocal/check-multiprocessing.m4: Fix typo.
249        * automake/compile.am: Remove CXX support.
250        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
251
2522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
255
2562002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove references to RTEMS_BSP.
259        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
260        Allow building w/ --enable-multiprocessing --enable-multilib.
261        * aclocal/enable-multiprocessing.m4:
262        Eliminate RTEMS_HAS_MULTIPROCESSING.
263
2642002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Fix stupid typo in previous patch.
267
2682002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add librpc. AC_PROG_RANLIB.
271        * wrapup/Makefile.am: Add librpc.
272        Use relative path to lib*.a for
273        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
274
2752002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/subdirs.m4: Remove.
278
2792002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Use relative path to lib*.a for
282        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
283
2842002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Include $(top_srcdir)/automake/*.am.
287        Use aclocal.
288        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
289        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
290        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
291        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
292        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
293        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
294        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
295        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
296        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
297        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
298        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
299        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
300        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
301        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
302        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
303        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
304        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
305        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
306
3072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/bsp-alias.m4: Copied over from aclocal/.
310        * aclocal/canonical-host.m4: Ditto.
311        * aclocal/canonical-target-name.m4: Ditto.
312        * aclocal/canonicalize-tools.m4: Ditto.
313        * aclocal/check-bsp-cache.m4: Ditto.
314        * aclocal/check-bsps.m4: Ditto.
315        * aclocal/check-cpu.m4: Ditto.
316        * aclocal/check-itron.m4: Ditto.
317        * aclocal/check-multiprocessing.m4: Ditto.
318        * aclocal/check-networking.m4: Ditto.
319        * aclocal/check-newlib.m4: Ditto.
320        * aclocal/check-posix.m4: Ditto.
321        * aclocal/check-tool.m4: Ditto.
322        * aclocal/enable-bare.m4: Ditto.
323        * aclocal/enable-inlines.m4: Ditto.
324        * aclocal/enable-itron.m4: Ditto.
325        * aclocal/enable-multiprocessing.m4: Ditto.
326        * aclocal/enable-networking.m4: Ditto.
327        * aclocal/enable-posix.m4: Ditto.
328        * aclocal/enable-rtemsbsp.m4: Ditto.
329        * aclocal/env-rtemsbsp.m4: Ditto.
330        * aclocal/env-rtemscpu.m4: Ditto.
331        * aclocal/gcc-pipe.m4: Ditto.
332        * aclocal/gcc-specs.m4: Ditto.
333        * aclocal/multi.m4: Ditto.
334        * aclocal/multilib.m4: Ditto.
335        * aclocal/prog-cc.m4: Ditto.
336        * aclocal/project-root.m4: Ditto.
337        * aclocal/rtems-cpu-subdirs.m4: Ditto.
338        * aclocal/rtems-debug.m4: Ditto.
339        * aclocal/rtems-top.m4: Ditto.
340        * aclocal/subdirs.m4: Ditto.
341        * aclocal/sysv-ipc.m4: Ditto.
342        * aclocal/tool-paths.m4: Ditto.
343        * aclocal/version.m4: Ditto.
344
3452002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * automake/compile.am: Copied over from automake/.
348        * automake/lib.am: Copied over from automake/.
349        * automake/local.am: Copied over from automake/.
350        * automake/multilib.am: Copied over from automake/.
351        * automake/subdirs.am: Copied over from automake/.
352        * Makefile.am: Add automake/*.am.
353
3542002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Add libnetworking.
357        * wrapup/Makefile.am: Ditto.
358
3592002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
362        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
363
3642002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add libcsupport.
367        * wrapup/Makefile.am: Ditto.
368
3692002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add preinstall-stamp.
372
3732002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Remove ENABLE_GCC28.
376
3772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
380
3812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac:
384        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
389
3902001-01-17      Joel Sherrill <joel@OARcorp.com>
391
392        * ChangeLog: Deleted duplicate blank line.
393
3942002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
397        ITRON_SUBDIRS.
398        * configure.ac: Rework enable_unixlib handling.
399        Add RTEMS_MULTILIBS to cpuopts.h.
400        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
401        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
402
4032002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * wrapup/Makefile.am: Add install-hook.
406        Remove SIZE_RTEMS.
407        * include/rtems/fs.h: New, extracted from libio_.h.
408        * include/rtems/userenv.h: New. extracted from libio_.h.
409
4102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Readded reference to wrapup.
413
4142002-01-06      Joel Sherrill <joel@OARcorp.com>
415
416        * wrapup/.cvsignore: Readded.
417        * include/.cvsignore: New file.
418
4192002-01-04      Joel Sherrill <joel@OARcorp.com>
420
421        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
422
4232001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Use AS_IF instead of if/then/else.
426        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
427        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
428        Add include/Makefile to CONFIG_FILES.
429        Add AC_ENABLE_MULITLIB.
430        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
431        Remove */optman/Makefile from CONFIG_FILES.
432        * Makefile.am: Add include to SUBDIRS.
433        * rtems/Makefile.am: Remove optman from SUBDIRS.
434        * sapi/Makefile.am: Remove optman from SUBDIRS.
435        * include/Makefile.am: New file.
436        * include/rtems/bspIo.h: Relocated from lib/include.
437        * include/rtems/libio_.h: Relocated from lib/include.
438
4392001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * wrapup/posix/Makefile.am: Add multilib support.
442        * wrapup/itron/Makefile.am: Add multilib support.
443        * wrapup/rtems/Makefile.am: Add multilib support.
444        * Makefile.am: Add multilib support.
445
4462001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
449
4502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
453        Reflect changes to configuration of rtems, score and sapi subdirs.
454        * Makefile.am: require automake-1.5.
455
4562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
459        * configure.in: Remove.
460        * configure.ac: New file, generated from configure.in by autoupdate.
461
4622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
465
4662001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
469
4702001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
473
4742000-12-01      Joel Sherrill <joel@OARcorp.com>
475
476        * configure.in: Removed error check for enabling macros with
477        either POSIX or ITRON API.
478
4792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
482
4832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
486
4872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
490        Switch to GNU canonicalization.
491
4922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
495
4962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
499        wrapup/rtems/Makefile.am: Include compile.am
500
5012000-08-10      Joel Sherrill <joel@OARcorp.com>
502
503        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.