source: rtems/cpukit/ChangeLog @ d46ec86

4.104.114.84.95
Last change on this file since d46ec86 was d46ec86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 13:03:29

2003-05-27 Ralf Corsepius <corsepiu@…>

PR 321:

  • aclocal/env-rtemscpu.m4: Remove support for profile-variant.
  • automake/compile.am: Ditto.
  • automake/local.am: Ditto.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 321:
4        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
5        * automake/compile.am: Ditto.
6        * automake/local.am: Ditto.
7
82003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
11
122003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
15        * aclocal/env-rtemsbsp.m4: Remove.
16        * aclocal/enable-rtemsbsp.m4: Remove.
17
182003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
21        project_libdir.
22
232003-04-17      Joel Sherrill <joel@OARcorp.com>
24
25        * aclocal/version.m4: Updated to rtems-ss-20030417.
26
272003-04-11      Joel Sherrill <joel@OARcorp.com>
28
29        * aclocal/version.m4: Updated to rtems-ss-20030411.
30
312003-04-11      Joel Sherrill <joel@OARcorp.com>
32
33        * aclocal/version.m4: Updated to rtems-ss-20020411.
34
352003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
38        Cygwin mistreating paths.
39
402003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Reflect changes to project_libdir.
43
442003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
47        Add MULTISUBDIR to project_libdir.
48
492003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
52        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
53        Remove RTEMS_PROJECT_ROOT (Unused).
54        * aclocal/tool-paths.m4: Delete.
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
60
612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AC_PREREQ(2.57).
64
652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove sptables.h.in.
68
692003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
72        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
73
742003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
77
782003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * aclocal/gcc-isystem.m4: New.
81        * aclocal/gcc-specs.m4: Remove.
82        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
83        Add RTEMS_GCC_ISYSTEM.
84        Reformat setting up RTEMS_CPPFLAGS.
85
862003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * automake/local.am: Introduce depend-gcc.
89        Remove ${ARCH}.
90        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
91        CPP. Add ${ARCH}. depend-gcc.
92        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
93        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
94        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
95
962003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
99
1002003-01-28      Joel Sherrill <joel@OARcorp.com>
101
102        * aclocal/version.m4: Updated to rtems-ss-20030128.
103
1042003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * automake/local.am: Remove distclean-local.
107        Remove PROJECT_TOOLS.
108
1092003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
112        Remove CLOBBER_DEPEND (Unused).
113
1142002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
117
1182002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
120        from the 2002-12-12 patch).
121
1222002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Fix typo in yesterday's patch.
125
1262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Don't create $ARCH.
129        Use install-data-local to install librtemscpu.a
130
1312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Add libmisc.
134
1352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
138
1392002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
142        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
143        * aclocal/check-bsps.m4: Remove.
144
1452002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
148        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
149
1502002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Reflect changes to score/.
153        * configure.ac: Reflect changes to score/.
154
1552002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Reflect changes to sapi/.
158        * configure.ac: Reflect changes to sapi/.
159
1602002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add AC_SUBST(INLINEdir).
163
1642002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Reflect changes to rtems/.
167        * configure.ac: Reflect changes to rtems/.
168
1692002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Reflect changes to posix/.
172        Reflect changes to itron/.
173
1742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
177
1782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
181        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
182        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
183        CFLAGS_PROFILE_V.
184        Hard-code RTEMS_CFLAGS_PROFILE = -pg
185        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
186        Remove GCCSED.
187        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
188        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
189
1902002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal/rtems-flags.m4: New.
193
1942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
197
1982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
201        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
202
2032002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * include/rtems/libio_.h: Remove.
206
2072002-11-18      Joel Sherrill <joel@OARcorp.com>
208
209        * aclocal/version.m4: Updated to rtems-ss-20021118.
210
2112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * include/rtems/userenv.h: Rely upon <limits.h> for
214        _POSIX_LOGIN_NAME_MAX.
215
2162002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
219        * automake/compile.am: Acknowledge configuration-time CFLAGS.
220        Remove CFLAGS_DEFAULT.
221
2222002-11-11      Joel Sherrill <joel@OARcorp.com>
223
224        * aclocal/version.m4: Updated to rtems-ss-20021111.
225
2262002-11-11      Joel Sherrill <joel@OARcorp.com>
227
228        * aclocal/version.m4: Updated to rtems-ss-20021111.
229
2302002-11-01      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: Corrected.
233
2342002-10-30      Eric Norum <eric.norum@usask.ca>
235
236        * include/rtems/bspIo.h: Add vprintk function for kernel printing
237        from routines which have already obtained the va_list pointer.
238
2392002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * aclocal/check-bsp-cache.m4: Remove.
242
2432002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
246
2472002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
250
2512002-10-21      Joel Sherrill <joel@OARcorp.com>
252
253        * aclocal/version.m4: Updated to rtems-20021021-test.
254
2552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Reformat.
258        Add autom4te*cache.
259        Remove autom4te.cache.
260
2612002-10-07      Joel Sherrill <joel@OARcorp.com>
262
263        * aclocal/version.m4: Updated to rtems-ss-20021007.
264
2652002-10-04      Joel Sherrill <joel@OARcorp.com>
266
267        * aclocal/version.m4: Updated to rtems-JUNK.
268
2692002-10-04      Joel Sherrill <joel@OARcorp.com>
270
271        * aclocal/version.m4: Updated to rtems-ss-20021004.
272
2732002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * score/include/Makefile.am: Remove cpuopt.h generation.
276        * configure.ac: Correct package name.
277        Don't build ada if POSIX is disabled.
278        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
279
2802002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/prog-gnat.m4: New.
283        * configure.ac: Add ada subdir handling.
284
2852002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/bsp-alias.m4: Remove.
288
2892002-08-07      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/version.m4: Updated to rtems-ss-20020807.
292
2932002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Add missing ',' to librpc activation.
296        Add AC_MSG_CHECKING/AC_MSG_RESULT.
297        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
298
2992002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Fix bug in librpc activation, having introduced by
302        yesterday's patch.
303
3042002-08-06      Joel Sherrill <joel@OARcorp.com>
305
306        * configure.ac: or32 does not currently support librpc.
307
3082002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
311
3122002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
315        Use AS_IF instead of if/then/else/fi.
316
3172002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Use librtems.a.
320        * wrapup/Makefile.am: Use libsapi.a.
321
3222002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Use libscore.a.
325
3262002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/canonicalize-tools.m4: Remove LD.
329        * automake/lib.am: Remove LD.
330        * Makefile.am: Put preinstall-stamp into CLEANFILES.
331
3322002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
335        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
336
3372002-07-31      Joel Sherrill <joel@OARcorp.com>
338
339        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
340        was just a stub and only the OR32 port is getting worked on.
341
3422002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
345
3462002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * automake/compile.am: Use .$(OBJEXT) instead of .o.
349
3502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
353
3542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Use project_libdir instead of
357        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
358        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
359
3602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * automake/lib.am: Use project_libdir instead of
363        $(PROJECT_RELEASE)/lib.
364
3652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
368        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
369        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
370        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
371        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
372        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
373        references to bsp_specs. Use project_libdir instead of
374        $(PROJECT_RELEASE)/lib.
375
3762002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
379        * aclocal/check-cpu.m4: Ditto.
380        * aclocal/check-bsps.m4: Ditto.
381
3822002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * automake/multilib.am: Add install-multi.
385        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
386        version.m4.
387        Add --with-project-root.
388        Reflect --with-project-root to setting up PROJECT_ROOT.
389        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
390        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
391        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
392
3932002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: RTEMS_TOP(..).
396
3972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
400
4012002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
404
4052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Remove RTEMS_PROJECT_ROOT.
408        * aclocal/project-root.m4: Remove.
409
4102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * aclocal/enable-multiprocessing.m4: Fix typo.
413        * aclocal/prog-cc.m4: Remove obsolete comments.
414        Comment out GCCSED.
415
4162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/prog-ccas.m4: New.
419        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
420        RTEMS_GCC_PRINT
421        * aclocal/check-multiprocessing.m4: Fix typo.
422        * automake/compile.am: Remove CXX support.
423        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
424
4252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
428
4292002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove references to RTEMS_BSP.
432        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
433        Allow building w/ --enable-multiprocessing --enable-multilib.
434        * aclocal/enable-multiprocessing.m4:
435        Eliminate RTEMS_HAS_MULTIPROCESSING.
436
4372002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Fix stupid typo in previous patch.
440
4412002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Add librpc. AC_PROG_RANLIB.
444        * wrapup/Makefile.am: Add librpc.
445        Use relative path to lib*.a for
446        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
447
4482002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/subdirs.m4: Remove.
451
4522002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Use relative path to lib*.a for
455        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
456
4572002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Include $(top_srcdir)/automake/*.am.
460        Use aclocal.
461        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
462        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
463        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
464        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
465        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
466        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
467        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
468        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
469        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
470        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
471        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
472        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
473        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
474        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
475        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
476        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
477        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
478        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
479
4802002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/bsp-alias.m4: Copied over from aclocal/.
483        * aclocal/canonical-host.m4: Ditto.
484        * aclocal/canonical-target-name.m4: Ditto.
485        * aclocal/canonicalize-tools.m4: Ditto.
486        * aclocal/check-bsp-cache.m4: Ditto.
487        * aclocal/check-bsps.m4: Ditto.
488        * aclocal/check-cpu.m4: Ditto.
489        * aclocal/check-itron.m4: Ditto.
490        * aclocal/check-multiprocessing.m4: Ditto.
491        * aclocal/check-networking.m4: Ditto.
492        * aclocal/check-newlib.m4: Ditto.
493        * aclocal/check-posix.m4: Ditto.
494        * aclocal/check-tool.m4: Ditto.
495        * aclocal/enable-bare.m4: Ditto.
496        * aclocal/enable-inlines.m4: Ditto.
497        * aclocal/enable-itron.m4: Ditto.
498        * aclocal/enable-multiprocessing.m4: Ditto.
499        * aclocal/enable-networking.m4: Ditto.
500        * aclocal/enable-posix.m4: Ditto.
501        * aclocal/enable-rtemsbsp.m4: Ditto.
502        * aclocal/env-rtemsbsp.m4: Ditto.
503        * aclocal/env-rtemscpu.m4: Ditto.
504        * aclocal/gcc-pipe.m4: Ditto.
505        * aclocal/gcc-specs.m4: Ditto.
506        * aclocal/multi.m4: Ditto.
507        * aclocal/multilib.m4: Ditto.
508        * aclocal/prog-cc.m4: Ditto.
509        * aclocal/project-root.m4: Ditto.
510        * aclocal/rtems-cpu-subdirs.m4: Ditto.
511        * aclocal/rtems-debug.m4: Ditto.
512        * aclocal/rtems-top.m4: Ditto.
513        * aclocal/subdirs.m4: Ditto.
514        * aclocal/sysv-ipc.m4: Ditto.
515        * aclocal/tool-paths.m4: Ditto.
516        * aclocal/version.m4: Ditto.
517
5182002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * automake/compile.am: Copied over from automake/.
521        * automake/lib.am: Copied over from automake/.
522        * automake/local.am: Copied over from automake/.
523        * automake/multilib.am: Copied over from automake/.
524        * automake/subdirs.am: Copied over from automake/.
525        * Makefile.am: Add automake/*.am.
526
5272002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Add libnetworking.
530        * wrapup/Makefile.am: Ditto.
531
5322002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
535        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
536
5372002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac: Add libcsupport.
540        * wrapup/Makefile.am: Ditto.
541
5422002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Add preinstall-stamp.
545
5462002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Remove ENABLE_GCC28.
549
5502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
553
5542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac:
557        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
558        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
559        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
562
5632001-01-17      Joel Sherrill <joel@OARcorp.com>
564
565        * ChangeLog: Deleted duplicate blank line.
566
5672002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
570        ITRON_SUBDIRS.
571        * configure.ac: Rework enable_unixlib handling.
572        Add RTEMS_MULTILIBS to cpuopts.h.
573        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
574        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
575
5762002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * wrapup/Makefile.am: Add install-hook.
579        Remove SIZE_RTEMS.
580        * include/rtems/fs.h: New, extracted from libio_.h.
581        * include/rtems/userenv.h: New. extracted from libio_.h.
582
5832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: Readded reference to wrapup.
586
5872002-01-06      Joel Sherrill <joel@OARcorp.com>
588
589        * wrapup/.cvsignore: Readded.
590        * include/.cvsignore: New file.
591
5922002-01-04      Joel Sherrill <joel@OARcorp.com>
593
594        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
595
5962001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Use AS_IF instead of if/then/else.
599        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
600        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
601        Add include/Makefile to CONFIG_FILES.
602        Add AC_ENABLE_MULITLIB.
603        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
604        Remove */optman/Makefile from CONFIG_FILES.
605        * Makefile.am: Add include to SUBDIRS.
606        * rtems/Makefile.am: Remove optman from SUBDIRS.
607        * sapi/Makefile.am: Remove optman from SUBDIRS.
608        * include/Makefile.am: New file.
609        * include/rtems/bspIo.h: Relocated from lib/include.
610        * include/rtems/libio_.h: Relocated from lib/include.
611
6122001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * wrapup/posix/Makefile.am: Add multilib support.
615        * wrapup/itron/Makefile.am: Add multilib support.
616        * wrapup/rtems/Makefile.am: Add multilib support.
617        * Makefile.am: Add multilib support.
618
6192001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
622
6232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
626        Reflect changes to configuration of rtems, score and sapi subdirs.
627        * Makefile.am: require automake-1.5.
628
6292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
632        * configure.in: Remove.
633        * configure.ac: New file, generated from configure.in by autoupdate.
634
6352001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
638
6392001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
642
6432001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
646
6472000-12-01      Joel Sherrill <joel@OARcorp.com>
648
649        * configure.in: Removed error check for enabling macros with
650        either POSIX or ITRON API.
651
6522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
655
6562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
659
6602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
663        Switch to GNU canonicalization.
664
6652000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
668
6692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
672        wrapup/rtems/Makefile.am: Include compile.am
673
6742000-08-10      Joel Sherrill <joel@OARcorp.com>
675
676        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.