source: rtems/cpukit/ChangeLog @ e4bfc976

Last change on this file since e4bfc976 was fefbe61, checked in by Joel Sherrill <joel.sherrill@…>, on 07/03/03 at 15:38:09

2003-07-03 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-4.6.0pre4.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12003-07-03      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-4.6.0pre4.
4
52003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 409:
8        * include/Makefile.am: Add rtems/stdint.h
9        * include/rtems/stdint.h: New.
10
112003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
14
152003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
18        * aclocal/env-rtemsbsp.m4: Remove.
19        * aclocal/enable-rtemsbsp.m4: Remove.
20
212003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
24        project_libdir.
25
262003-04-23      Joel Sherrill <joel@OARcorp.com>
27
28        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
29
302003-04-18      Joel Sherrill <joel@OARcorp.com>
31
32        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
33
342003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
37        Cygwin mistreating paths.
38
392003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Reflect changes to project_libdir.
42
432003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
46        Add MULTISUBDIR to project_libdir.
47
482003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
51        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
52        Remove RTEMS_PROJECT_ROOT (Unused).
53        * aclocal/tool-paths.m4: Delete.
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove sptables.h.in.
67
682003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
71        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
72
732003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
76
772003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/gcc-isystem.m4: New.
80        * aclocal/gcc-specs.m4: Remove.
81        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
82        Add RTEMS_GCC_ISYSTEM.
83        Reformat setting up RTEMS_CPPFLAGS.
84
852003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * automake/local.am: Introduce depend-gcc.
88        Remove ${ARCH}.
89        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
90        CPP. Add ${ARCH}. depend-gcc.
91        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
92        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
93        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
94
952003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
98
992003-02-11      Joel Sherrill <joel@OARcorp.com>
100
101        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
102
1032003-01-28      Joel Sherrill <joel@OARcorp.com>
104
105        * aclocal/version.m4: Updated to rtems-ss-20030128.
106
1072003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * automake/local.am: Remove distclean-local.
110        Remove PROJECT_TOOLS.
111
1122003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
115        Remove CLOBBER_DEPEND (Unused).
116
1172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
120
1212002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
123        from the 2002-12-12 patch).
124
1252002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Fix typo in yesterday's patch.
128
1292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Don't create $ARCH.
132        Use install-data-local to install librtemscpu.a
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Add libmisc.
137
1382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
141
1422002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
145        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
146        * aclocal/check-bsps.m4: Remove.
147
1482002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
151        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
152
1532002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Reflect changes to score/.
156        * configure.ac: Reflect changes to score/.
157
1582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Reflect changes to sapi/.
161        * configure.ac: Reflect changes to sapi/.
162
1632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add AC_SUBST(INLINEdir).
166
1672002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am: Reflect changes to rtems/.
170        * configure.ac: Reflect changes to rtems/.
171
1722002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * wrapup/Makefile.am: Reflect changes to posix/.
175        Reflect changes to itron/.
176
1772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
180
1812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
184        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
185        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
186        CFLAGS_PROFILE_V.
187        Hard-code RTEMS_CFLAGS_PROFILE = -pg
188        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
189        Remove GCCSED.
190        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
191        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
192
1932002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * aclocal/rtems-flags.m4: New.
196
1972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
200
2012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
204        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
205
2062002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * include/rtems/libio_.h: Remove.
209
2102002-11-18      Joel Sherrill <joel@OARcorp.com>
211
212        * aclocal/version.m4: Updated to rtems-ss-20021118.
213
2142002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * include/rtems/userenv.h: Rely upon <limits.h> for
217        _POSIX_LOGIN_NAME_MAX.
218
2192002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
222        * automake/compile.am: Acknowledge configuration-time CFLAGS.
223        Remove CFLAGS_DEFAULT.
224
2252002-11-11      Joel Sherrill <joel@OARcorp.com>
226
227        * aclocal/version.m4: Updated to rtems-ss-20021111.
228
2292002-11-11      Joel Sherrill <joel@OARcorp.com>
230
231        * aclocal/version.m4: Updated to rtems-ss-20021111.
232
2332002-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * ChangeLog: Corrected.
236
2372002-10-30      Eric Norum <eric.norum@usask.ca>
238
239        * include/rtems/bspIo.h: Add vprintk function for kernel printing
240        from routines which have already obtained the va_list pointer.
241
2422002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/check-bsp-cache.m4: Remove.
245
2462002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
249
2502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
253
2542002-10-21      Joel Sherrill <joel@OARcorp.com>
255
256        * aclocal/version.m4: Updated to rtems-20021021-test.
257
2582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Reformat.
261        Add autom4te*cache.
262        Remove autom4te.cache.
263
2642002-10-07      Joel Sherrill <joel@OARcorp.com>
265
266        * aclocal/version.m4: Updated to rtems-ss-20021007.
267
2682002-10-04      Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-JUNK.
271
2722002-10-04      Joel Sherrill <joel@OARcorp.com>
273
274        * aclocal/version.m4: Updated to rtems-ss-20021004.
275
2762002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * score/include/Makefile.am: Remove cpuopt.h generation.
279        * configure.ac: Correct package name.
280        Don't build ada if POSIX is disabled.
281        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
282
2832002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/prog-gnat.m4: New.
286        * configure.ac: Add ada subdir handling.
287
2882002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/bsp-alias.m4: Remove.
291
2922002-08-07      Joel Sherrill <joel@OARcorp.com>
293
294        * aclocal/version.m4: Updated to rtems-ss-20020807.
295
2962002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Add missing ',' to librpc activation.
299        Add AC_MSG_CHECKING/AC_MSG_RESULT.
300        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
301
3022002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Fix bug in librpc activation, having introduced by
305        yesterday's patch.
306
3072002-08-06      Joel Sherrill <joel@OARcorp.com>
308
309        * configure.ac: or32 does not currently support librpc.
310
3112002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
314
3152002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
318        Use AS_IF instead of if/then/else/fi.
319
3202002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Use librtems.a.
323        * wrapup/Makefile.am: Use libsapi.a.
324
3252002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Use libscore.a.
328
3292002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/canonicalize-tools.m4: Remove LD.
332        * automake/lib.am: Remove LD.
333        * Makefile.am: Put preinstall-stamp into CLEANFILES.
334
3352002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
338        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
339
3402002-07-31      Joel Sherrill <joel@OARcorp.com>
341
342        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
343        was just a stub and only the OR32 port is getting worked on.
344
3452002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
348
3492002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * automake/compile.am: Use .$(OBJEXT) instead of .o.
352
3532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
356
3572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Use project_libdir instead of
360        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
361        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
362
3632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * automake/lib.am: Use project_libdir instead of
366        $(PROJECT_RELEASE)/lib.
367
3682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
371        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
372        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
373        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
374        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
375        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
376        references to bsp_specs. Use project_libdir instead of
377        $(PROJECT_RELEASE)/lib.
378
3792002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
382        * aclocal/check-cpu.m4: Ditto.
383        * aclocal/check-bsps.m4: Ditto.
384
3852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * automake/multilib.am: Add install-multi.
388        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
389        version.m4.
390        Add --with-project-root.
391        Reflect --with-project-root to setting up PROJECT_ROOT.
392        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
393        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
394        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
395
3962002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: RTEMS_TOP(..).
399
4002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
403
4042002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
407
4082002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove RTEMS_PROJECT_ROOT.
411        * aclocal/project-root.m4: Remove.
412
4132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal/enable-multiprocessing.m4: Fix typo.
416        * aclocal/prog-cc.m4: Remove obsolete comments.
417        Comment out GCCSED.
418
4192002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * aclocal/prog-ccas.m4: New.
422        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
423        RTEMS_GCC_PRINT
424        * aclocal/check-multiprocessing.m4: Fix typo.
425        * automake/compile.am: Remove CXX support.
426        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
427
4282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
431
4322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove references to RTEMS_BSP.
435        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
436        Allow building w/ --enable-multiprocessing --enable-multilib.
437        * aclocal/enable-multiprocessing.m4:
438        Eliminate RTEMS_HAS_MULTIPROCESSING.
439
4402002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Fix stupid typo in previous patch.
443
4442002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Add librpc. AC_PROG_RANLIB.
447        * wrapup/Makefile.am: Add librpc.
448        Use relative path to lib*.a for
449        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
450
4512002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * aclocal/subdirs.m4: Remove.
454
4552002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Use relative path to lib*.a for
458        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
459
4602002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Include $(top_srcdir)/automake/*.am.
463        Use aclocal.
464        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
465        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
466        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
467        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
468        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
469        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
470        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
471        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
472        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
473        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
474        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
475        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
476        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
477        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
478        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
479        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
480        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
481        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
482
4832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/bsp-alias.m4: Copied over from aclocal/.
486        * aclocal/canonical-host.m4: Ditto.
487        * aclocal/canonical-target-name.m4: Ditto.
488        * aclocal/canonicalize-tools.m4: Ditto.
489        * aclocal/check-bsp-cache.m4: Ditto.
490        * aclocal/check-bsps.m4: Ditto.
491        * aclocal/check-cpu.m4: Ditto.
492        * aclocal/check-itron.m4: Ditto.
493        * aclocal/check-multiprocessing.m4: Ditto.
494        * aclocal/check-networking.m4: Ditto.
495        * aclocal/check-newlib.m4: Ditto.
496        * aclocal/check-posix.m4: Ditto.
497        * aclocal/check-tool.m4: Ditto.
498        * aclocal/enable-bare.m4: Ditto.
499        * aclocal/enable-inlines.m4: Ditto.
500        * aclocal/enable-itron.m4: Ditto.
501        * aclocal/enable-multiprocessing.m4: Ditto.
502        * aclocal/enable-networking.m4: Ditto.
503        * aclocal/enable-posix.m4: Ditto.
504        * aclocal/enable-rtemsbsp.m4: Ditto.
505        * aclocal/env-rtemsbsp.m4: Ditto.
506        * aclocal/env-rtemscpu.m4: Ditto.
507        * aclocal/gcc-pipe.m4: Ditto.
508        * aclocal/gcc-specs.m4: Ditto.
509        * aclocal/multi.m4: Ditto.
510        * aclocal/multilib.m4: Ditto.
511        * aclocal/prog-cc.m4: Ditto.
512        * aclocal/project-root.m4: Ditto.
513        * aclocal/rtems-cpu-subdirs.m4: Ditto.
514        * aclocal/rtems-debug.m4: Ditto.
515        * aclocal/rtems-top.m4: Ditto.
516        * aclocal/subdirs.m4: Ditto.
517        * aclocal/sysv-ipc.m4: Ditto.
518        * aclocal/tool-paths.m4: Ditto.
519        * aclocal/version.m4: Ditto.
520
5212002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * automake/compile.am: Copied over from automake/.
524        * automake/lib.am: Copied over from automake/.
525        * automake/local.am: Copied over from automake/.
526        * automake/multilib.am: Copied over from automake/.
527        * automake/subdirs.am: Copied over from automake/.
528        * Makefile.am: Add automake/*.am.
529
5302002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Add libnetworking.
533        * wrapup/Makefile.am: Ditto.
534
5352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
538        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
539
5402002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: Add libcsupport.
543        * wrapup/Makefile.am: Ditto.
544
5452002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Add preinstall-stamp.
548
5492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Remove ENABLE_GCC28.
552
5532002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
556
5572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac:
560        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
561        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
562        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
565
5662001-01-17      Joel Sherrill <joel@OARcorp.com>
567
568        * ChangeLog: Deleted duplicate blank line.
569
5702002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
573        ITRON_SUBDIRS.
574        * configure.ac: Rework enable_unixlib handling.
575        Add RTEMS_MULTILIBS to cpuopts.h.
576        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
577        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
578
5792002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * wrapup/Makefile.am: Add install-hook.
582        Remove SIZE_RTEMS.
583        * include/rtems/fs.h: New, extracted from libio_.h.
584        * include/rtems/userenv.h: New. extracted from libio_.h.
585
5862002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am: Readded reference to wrapup.
589
5902002-01-06      Joel Sherrill <joel@OARcorp.com>
591
592        * wrapup/.cvsignore: Readded.
593        * include/.cvsignore: New file.
594
5952002-01-04      Joel Sherrill <joel@OARcorp.com>
596
597        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
598
5992001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Use AS_IF instead of if/then/else.
602        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
603        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
604        Add include/Makefile to CONFIG_FILES.
605        Add AC_ENABLE_MULITLIB.
606        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
607        Remove */optman/Makefile from CONFIG_FILES.
608        * Makefile.am: Add include to SUBDIRS.
609        * rtems/Makefile.am: Remove optman from SUBDIRS.
610        * sapi/Makefile.am: Remove optman from SUBDIRS.
611        * include/Makefile.am: New file.
612        * include/rtems/bspIo.h: Relocated from lib/include.
613        * include/rtems/libio_.h: Relocated from lib/include.
614
6152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/posix/Makefile.am: Add multilib support.
618        * wrapup/itron/Makefile.am: Add multilib support.
619        * wrapup/rtems/Makefile.am: Add multilib support.
620        * Makefile.am: Add multilib support.
621
6222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
625
6262001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
629        Reflect changes to configuration of rtems, score and sapi subdirs.
630        * Makefile.am: require automake-1.5.
631
6322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
635        * configure.in: Remove.
636        * configure.ac: New file, generated from configure.in by autoupdate.
637
6382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
641
6422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
645
6462001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
649
6502000-12-01      Joel Sherrill <joel@OARcorp.com>
651
652        * configure.in: Removed error check for enabling macros with
653        either POSIX or ITRON API.
654
6552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
658
6592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
662
6632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
666        Switch to GNU canonicalization.
667
6682000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
671
6722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
675        wrapup/rtems/Makefile.am: Include compile.am
676
6772000-08-10      Joel Sherrill <joel@OARcorp.com>
678
679        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.