source: rtems/cpukit/ChangeLog @ 1a7784f

Last change on this file since 1a7784f was 1a7784f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 23:12:12

2003-03-11 Ralf Corsepius <corsepiu@…>

  • aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to probject_libdir.
  • Property mode set to 100644
File size: 19.6 KB
Line 
12003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
4        Add MULTISUBDIR to probject_libdir.
5
62003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
9        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
10        Remove RTEMS_PROJECT_ROOT (Unused).
11        * aclocal/tool-paths.m4: Delete.
12
132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove AC_CONFIG_AUX_DIR.
16        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove sptables.h.in.
25
262003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
29        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
30
312003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
34
352003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/gcc-isystem.m4: New.
38        * aclocal/gcc-specs.m4: Remove.
39        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
40        Add RTEMS_GCC_ISYSTEM.
41        Reformat setting up RTEMS_CPPFLAGS.
42
432003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * automake/local.am: Introduce depend-gcc.
46        Remove ${ARCH}.
47        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
48        CPP. Add ${ARCH}. depend-gcc.
49        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
50        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
51        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
52
532003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
56
572003-02-11      Joel Sherrill <joel@OARcorp.com>
58
59        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
60
612003-01-28      Joel Sherrill <joel@OARcorp.com>
62
63        * aclocal/version.m4: Updated to rtems-ss-20030128.
64
652003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * automake/local.am: Remove distclean-local.
68        Remove PROJECT_TOOLS.
69
702003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
73        Remove CLOBBER_DEPEND (Unused).
74
752002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
78
792002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
81        from the 2002-12-12 patch).
82
832002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Fix typo in yesterday's patch.
86
872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Don't create $ARCH.
90        Use install-data-local to install librtemscpu.a
91
922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Add libmisc.
95
962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
99
1002002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
103        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
104        * aclocal/check-bsps.m4: Remove.
105
1062002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
109        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
110
1112002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Reflect changes to score/.
114        * configure.ac: Reflect changes to score/.
115
1162002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Reflect changes to sapi/.
119        * configure.ac: Reflect changes to sapi/.
120
1212002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add AC_SUBST(INLINEdir).
124
1252002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Reflect changes to rtems/.
128        * configure.ac: Reflect changes to rtems/.
129
1302002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Reflect changes to posix/.
133        Reflect changes to itron/.
134
1352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
138
1392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
142        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
143        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
144        CFLAGS_PROFILE_V.
145        Hard-code RTEMS_CFLAGS_PROFILE = -pg
146        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
147        Remove GCCSED.
148        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
149        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
150
1512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/rtems-flags.m4: New.
154
1552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
158
1592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
162        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
163
1642002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * include/rtems/libio_.h: Remove.
167
1682002-11-18      Joel Sherrill <joel@OARcorp.com>
169
170        * aclocal/version.m4: Updated to rtems-ss-20021118.
171
1722002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/rtems/userenv.h: Rely upon <limits.h> for
175        _POSIX_LOGIN_NAME_MAX.
176
1772002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
180        * automake/compile.am: Acknowledge configuration-time CFLAGS.
181        Remove CFLAGS_DEFAULT.
182
1832002-11-11      Joel Sherrill <joel@OARcorp.com>
184
185        * aclocal/version.m4: Updated to rtems-ss-20021111.
186
1872002-11-11      Joel Sherrill <joel@OARcorp.com>
188
189        * aclocal/version.m4: Updated to rtems-ss-20021111.
190
1912002-11-01      Joel Sherrill <joel@OARcorp.com>
192
193        * ChangeLog: Corrected.
194
1952002-10-30      Eric Norum <eric.norum@usask.ca>
196
197        * include/rtems/bspIo.h: Add vprintk function for kernel printing
198        from routines which have already obtained the va_list pointer.
199
2002002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/check-bsp-cache.m4: Remove.
203
2042002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
207
2082002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
211
2122002-10-21      Joel Sherrill <joel@OARcorp.com>
213
214        * aclocal/version.m4: Updated to rtems-20021021-test.
215
2162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * .cvsignore: Reformat.
219        Add autom4te*cache.
220        Remove autom4te.cache.
221
2222002-10-07      Joel Sherrill <joel@OARcorp.com>
223
224        * aclocal/version.m4: Updated to rtems-ss-20021007.
225
2262002-10-04      Joel Sherrill <joel@OARcorp.com>
227
228        * aclocal/version.m4: Updated to rtems-JUNK.
229
2302002-10-04      Joel Sherrill <joel@OARcorp.com>
231
232        * aclocal/version.m4: Updated to rtems-ss-20021004.
233
2342002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * score/include/Makefile.am: Remove cpuopt.h generation.
237        * configure.ac: Correct package name.
238        Don't build ada if POSIX is disabled.
239        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
240
2412002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * aclocal/prog-gnat.m4: New.
244        * configure.ac: Add ada subdir handling.
245
2462002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/bsp-alias.m4: Remove.
249
2502002-08-07      Joel Sherrill <joel@OARcorp.com>
251
252        * aclocal/version.m4: Updated to rtems-ss-20020807.
253
2542002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Add missing ',' to librpc activation.
257        Add AC_MSG_CHECKING/AC_MSG_RESULT.
258        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
259
2602002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Fix bug in librpc activation, having introduced by
263        yesterday's patch.
264
2652002-08-06      Joel Sherrill <joel@OARcorp.com>
266
267        * configure.ac: or32 does not currently support librpc.
268
2692002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
272
2732002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
276        Use AS_IF instead of if/then/else/fi.
277
2782002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Use librtems.a.
281        * wrapup/Makefile.am: Use libsapi.a.
282
2832002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Use libscore.a.
286
2872002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/canonicalize-tools.m4: Remove LD.
290        * automake/lib.am: Remove LD.
291        * Makefile.am: Put preinstall-stamp into CLEANFILES.
292
2932002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
296        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
297
2982002-07-31      Joel Sherrill <joel@OARcorp.com>
299
300        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
301        was just a stub and only the OR32 port is getting worked on.
302
3032002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
306
3072002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * automake/compile.am: Use .$(OBJEXT) instead of .o.
310
3112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
314
3152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Use project_libdir instead of
318        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
319        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
320
3212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * automake/lib.am: Use project_libdir instead of
324        $(PROJECT_RELEASE)/lib.
325
3262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
329        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
330        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
331        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
332        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
333        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
334        references to bsp_specs. Use project_libdir instead of
335        $(PROJECT_RELEASE)/lib.
336
3372002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
340        * aclocal/check-cpu.m4: Ditto.
341        * aclocal/check-bsps.m4: Ditto.
342
3432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * automake/multilib.am: Add install-multi.
346        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
347        version.m4.
348        Add --with-project-root.
349        Reflect --with-project-root to setting up PROJECT_ROOT.
350        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
351        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
352        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
353
3542002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: RTEMS_TOP(..).
357
3582002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
361
3622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
365
3662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_PROJECT_ROOT.
369        * aclocal/project-root.m4: Remove.
370
3712002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/enable-multiprocessing.m4: Fix typo.
374        * aclocal/prog-cc.m4: Remove obsolete comments.
375        Comment out GCCSED.
376
3772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/prog-ccas.m4: New.
380        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
381        RTEMS_GCC_PRINT
382        * aclocal/check-multiprocessing.m4: Fix typo.
383        * automake/compile.am: Remove CXX support.
384        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
385
3862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
389
3902002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove references to RTEMS_BSP.
393        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
394        Allow building w/ --enable-multiprocessing --enable-multilib.
395        * aclocal/enable-multiprocessing.m4:
396        Eliminate RTEMS_HAS_MULTIPROCESSING.
397
3982002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Fix stupid typo in previous patch.
401
4022002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Add librpc. AC_PROG_RANLIB.
405        * wrapup/Makefile.am: Add librpc.
406        Use relative path to lib*.a for
407        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
408
4092002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/subdirs.m4: Remove.
412
4132002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Use relative path to lib*.a for
416        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
417
4182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Include $(top_srcdir)/automake/*.am.
421        Use aclocal.
422        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
423        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
424        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
425        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
426        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
427        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
428        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
429        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
430        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
431        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
432        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
433        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
434        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
435        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
436        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
437        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
438        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
439        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
440
4412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal/bsp-alias.m4: Copied over from aclocal/.
444        * aclocal/canonical-host.m4: Ditto.
445        * aclocal/canonical-target-name.m4: Ditto.
446        * aclocal/canonicalize-tools.m4: Ditto.
447        * aclocal/check-bsp-cache.m4: Ditto.
448        * aclocal/check-bsps.m4: Ditto.
449        * aclocal/check-cpu.m4: Ditto.
450        * aclocal/check-itron.m4: Ditto.
451        * aclocal/check-multiprocessing.m4: Ditto.
452        * aclocal/check-networking.m4: Ditto.
453        * aclocal/check-newlib.m4: Ditto.
454        * aclocal/check-posix.m4: Ditto.
455        * aclocal/check-tool.m4: Ditto.
456        * aclocal/enable-bare.m4: Ditto.
457        * aclocal/enable-inlines.m4: Ditto.
458        * aclocal/enable-itron.m4: Ditto.
459        * aclocal/enable-multiprocessing.m4: Ditto.
460        * aclocal/enable-networking.m4: Ditto.
461        * aclocal/enable-posix.m4: Ditto.
462        * aclocal/enable-rtemsbsp.m4: Ditto.
463        * aclocal/env-rtemsbsp.m4: Ditto.
464        * aclocal/env-rtemscpu.m4: Ditto.
465        * aclocal/gcc-pipe.m4: Ditto.
466        * aclocal/gcc-specs.m4: Ditto.
467        * aclocal/multi.m4: Ditto.
468        * aclocal/multilib.m4: Ditto.
469        * aclocal/prog-cc.m4: Ditto.
470        * aclocal/project-root.m4: Ditto.
471        * aclocal/rtems-cpu-subdirs.m4: Ditto.
472        * aclocal/rtems-debug.m4: Ditto.
473        * aclocal/rtems-top.m4: Ditto.
474        * aclocal/subdirs.m4: Ditto.
475        * aclocal/sysv-ipc.m4: Ditto.
476        * aclocal/tool-paths.m4: Ditto.
477        * aclocal/version.m4: Ditto.
478
4792002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * automake/compile.am: Copied over from automake/.
482        * automake/lib.am: Copied over from automake/.
483        * automake/local.am: Copied over from automake/.
484        * automake/multilib.am: Copied over from automake/.
485        * automake/subdirs.am: Copied over from automake/.
486        * Makefile.am: Add automake/*.am.
487
4882002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Add libnetworking.
491        * wrapup/Makefile.am: Ditto.
492
4932002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
496        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
497
4982002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: Add libcsupport.
501        * wrapup/Makefile.am: Ditto.
502
5032002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am: Add preinstall-stamp.
506
5072002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Remove ENABLE_GCC28.
510
5112002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac:
518        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
519        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
520        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523
5242001-01-17      Joel Sherrill <joel@OARcorp.com>
525
526        * ChangeLog: Deleted duplicate blank line.
527
5282002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
531        ITRON_SUBDIRS.
532        * configure.ac: Rework enable_unixlib handling.
533        Add RTEMS_MULTILIBS to cpuopts.h.
534        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
535        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
536
5372002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Add install-hook.
540        Remove SIZE_RTEMS.
541        * include/rtems/fs.h: New, extracted from libio_.h.
542        * include/rtems/userenv.h: New. extracted from libio_.h.
543
5442002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: Readded reference to wrapup.
547
5482002-01-06      Joel Sherrill <joel@OARcorp.com>
549
550        * wrapup/.cvsignore: Readded.
551        * include/.cvsignore: New file.
552
5532002-01-04      Joel Sherrill <joel@OARcorp.com>
554
555        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
556
5572001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Use AS_IF instead of if/then/else.
560        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
561        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
562        Add include/Makefile to CONFIG_FILES.
563        Add AC_ENABLE_MULITLIB.
564        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
565        Remove */optman/Makefile from CONFIG_FILES.
566        * Makefile.am: Add include to SUBDIRS.
567        * rtems/Makefile.am: Remove optman from SUBDIRS.
568        * sapi/Makefile.am: Remove optman from SUBDIRS.
569        * include/Makefile.am: New file.
570        * include/rtems/bspIo.h: Relocated from lib/include.
571        * include/rtems/libio_.h: Relocated from lib/include.
572
5732001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * wrapup/posix/Makefile.am: Add multilib support.
576        * wrapup/itron/Makefile.am: Add multilib support.
577        * wrapup/rtems/Makefile.am: Add multilib support.
578        * Makefile.am: Add multilib support.
579
5802001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
583
5842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
587        Reflect changes to configuration of rtems, score and sapi subdirs.
588        * Makefile.am: require automake-1.5.
589
5902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
593        * configure.in: Remove.
594        * configure.ac: New file, generated from configure.in by autoupdate.
595
5962001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
599
6002001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
603
6042001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
607
6082000-12-01      Joel Sherrill <joel@OARcorp.com>
609
610        * configure.in: Removed error check for enabling macros with
611        either POSIX or ITRON API.
612
6132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
616
6172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
620
6212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
624        Switch to GNU canonicalization.
625
6262000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
633        wrapup/rtems/Makefile.am: Include compile.am
634
6352000-08-10      Joel Sherrill <joel@OARcorp.com>
636
637        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.