source: rtems/cpukit/ChangeLog @ 4f3e2c28

4.104.114.84.95
Last change on this file since 4f3e2c28 was 4f3e2c28, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/03 at 18:47:37

2003-01-28 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-ss-20030128.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12003-01-28      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-ss-20030128.
4
52003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/local.am: Remove distclean-local.
8        Remove PROJECT_TOOLS.
9
102003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
13        Remove CLOBBER_DEPEND (Unused).
14
152002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
18
192002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
21        from the 2002-12-12 patch).
22
232002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Fix typo in yesterday's patch.
26
272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't create $ARCH.
30        Use install-data-local to install librtemscpu.a
31
322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Add libmisc.
35
362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
39
402002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
43        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
44        * aclocal/check-bsps.m4: Remove.
45
462002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
49        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
50
512002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Reflect changes to score/.
54        * configure.ac: Reflect changes to score/.
55
562002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Reflect changes to sapi/.
59        * configure.ac: Reflect changes to sapi/.
60
612002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Add AC_SUBST(INLINEdir).
64
652002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Reflect changes to rtems/.
68        * configure.ac: Reflect changes to rtems/.
69
702002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect changes to posix/.
73        Reflect changes to itron/.
74
752002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
78
792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
82        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
83        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
84        CFLAGS_PROFILE_V.
85        Hard-code RTEMS_CFLAGS_PROFILE = -pg
86        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
87        Remove GCCSED.
88        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
89        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
90
912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/rtems-flags.m4: New.
94
952002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
98
992002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
102        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
103
1042002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * include/rtems/libio_.h: Remove.
107
1082002-11-18      Joel Sherrill <joel@OARcorp.com>
109
110        * aclocal/version.m4: Updated to rtems-ss-20021118.
111
1122002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/rtems/userenv.h: Rely upon <limits.h> for
115        _POSIX_LOGIN_NAME_MAX.
116
1172002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
120        * automake/compile.am: Acknowledge configuration-time CFLAGS.
121        Remove CFLAGS_DEFAULT.
122
1232002-11-11      Joel Sherrill <joel@OARcorp.com>
124
125        * aclocal/version.m4: Updated to rtems-ss-20021111.
126
1272002-11-11      Joel Sherrill <joel@OARcorp.com>
128
129        * aclocal/version.m4: Updated to rtems-ss-20021111.
130
1312002-11-01      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: Corrected.
134
1352002-10-30      Eric Norum <eric.norum@usask.ca>
136
137        * include/rtems/bspIo.h: Add vprintk function for kernel printing
138        from routines which have already obtained the va_list pointer.
139
1402002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/check-bsp-cache.m4: Remove.
143
1442002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
147
1482002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
151
1522002-10-21      Joel Sherrill <joel@OARcorp.com>
153
154        * aclocal/version.m4: Updated to rtems-20021021-test.
155
1562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Reformat.
159        Add autom4te*cache.
160        Remove autom4te.cache.
161
1622002-10-07      Joel Sherrill <joel@OARcorp.com>
163
164        * aclocal/version.m4: Updated to rtems-ss-20021007.
165
1662002-10-04      Joel Sherrill <joel@OARcorp.com>
167
168        * aclocal/version.m4: Updated to rtems-JUNK.
169
1702002-10-04      Joel Sherrill <joel@OARcorp.com>
171
172        * aclocal/version.m4: Updated to rtems-ss-20021004.
173
1742002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * score/include/Makefile.am: Remove cpuopt.h generation.
177        * configure.ac: Correct package name.
178        Don't build ada if POSIX is disabled.
179        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
180
1812002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/prog-gnat.m4: New.
184        * configure.ac: Add ada subdir handling.
185
1862002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/bsp-alias.m4: Remove.
189
1902002-08-07      Joel Sherrill <joel@OARcorp.com>
191
192        * aclocal/version.m4: Updated to rtems-ss-20020807.
193
1942002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add missing ',' to librpc activation.
197        Add AC_MSG_CHECKING/AC_MSG_RESULT.
198        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
199
2002002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Fix bug in librpc activation, having introduced by
203        yesterday's patch.
204
2052002-08-06      Joel Sherrill <joel@OARcorp.com>
206
207        * configure.ac: or32 does not currently support librpc.
208
2092002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
212
2132002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
216        Use AS_IF instead of if/then/else/fi.
217
2182002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Use librtems.a.
221        * wrapup/Makefile.am: Use libsapi.a.
222
2232002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Use libscore.a.
226
2272002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/canonicalize-tools.m4: Remove LD.
230        * automake/lib.am: Remove LD.
231        * Makefile.am: Put preinstall-stamp into CLEANFILES.
232
2332002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
236        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
237
2382002-07-31      Joel Sherrill <joel@OARcorp.com>
239
240        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
241        was just a stub and only the OR32 port is getting worked on.
242
2432002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
246
2472002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * automake/compile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
254
2552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Use project_libdir instead of
258        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
259        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
260
2612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * automake/lib.am: Use project_libdir instead of
264        $(PROJECT_RELEASE)/lib.
265
2662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
269        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
270        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
271        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
272        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
273        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
274        references to bsp_specs. Use project_libdir instead of
275        $(PROJECT_RELEASE)/lib.
276
2772002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
280        * aclocal/check-cpu.m4: Ditto.
281        * aclocal/check-bsps.m4: Ditto.
282
2832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * automake/multilib.am: Add install-multi.
286        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
287        version.m4.
288        Add --with-project-root.
289        Reflect --with-project-root to setting up PROJECT_ROOT.
290        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
291        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
292        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
293
2942002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: RTEMS_TOP(..).
297
2982002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
301
3022002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
305
3062002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Remove RTEMS_PROJECT_ROOT.
309        * aclocal/project-root.m4: Remove.
310
3112002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/enable-multiprocessing.m4: Fix typo.
314        * aclocal/prog-cc.m4: Remove obsolete comments.
315        Comment out GCCSED.
316
3172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * aclocal/prog-ccas.m4: New.
320        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
321        RTEMS_GCC_PRINT
322        * aclocal/check-multiprocessing.m4: Fix typo.
323        * automake/compile.am: Remove CXX support.
324        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
325
3262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
329
3302002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove references to RTEMS_BSP.
333        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
334        Allow building w/ --enable-multiprocessing --enable-multilib.
335        * aclocal/enable-multiprocessing.m4:
336        Eliminate RTEMS_HAS_MULTIPROCESSING.
337
3382002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Fix stupid typo in previous patch.
341
3422002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Add librpc. AC_PROG_RANLIB.
345        * wrapup/Makefile.am: Add librpc.
346        Use relative path to lib*.a for
347        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
348
3492002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/subdirs.m4: Remove.
352
3532002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Use relative path to lib*.a for
356        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
357
3582002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Include $(top_srcdir)/automake/*.am.
361        Use aclocal.
362        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
363        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
364        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
365        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
366        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
367        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
368        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
369        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
370        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
371        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
372        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
373        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
374        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
375        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
376        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
377        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
378        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
379        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
380
3812002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * aclocal/bsp-alias.m4: Copied over from aclocal/.
384        * aclocal/canonical-host.m4: Ditto.
385        * aclocal/canonical-target-name.m4: Ditto.
386        * aclocal/canonicalize-tools.m4: Ditto.
387        * aclocal/check-bsp-cache.m4: Ditto.
388        * aclocal/check-bsps.m4: Ditto.
389        * aclocal/check-cpu.m4: Ditto.
390        * aclocal/check-itron.m4: Ditto.
391        * aclocal/check-multiprocessing.m4: Ditto.
392        * aclocal/check-networking.m4: Ditto.
393        * aclocal/check-newlib.m4: Ditto.
394        * aclocal/check-posix.m4: Ditto.
395        * aclocal/check-tool.m4: Ditto.
396        * aclocal/enable-bare.m4: Ditto.
397        * aclocal/enable-inlines.m4: Ditto.
398        * aclocal/enable-itron.m4: Ditto.
399        * aclocal/enable-multiprocessing.m4: Ditto.
400        * aclocal/enable-networking.m4: Ditto.
401        * aclocal/enable-posix.m4: Ditto.
402        * aclocal/enable-rtemsbsp.m4: Ditto.
403        * aclocal/env-rtemsbsp.m4: Ditto.
404        * aclocal/env-rtemscpu.m4: Ditto.
405        * aclocal/gcc-pipe.m4: Ditto.
406        * aclocal/gcc-specs.m4: Ditto.
407        * aclocal/multi.m4: Ditto.
408        * aclocal/multilib.m4: Ditto.
409        * aclocal/prog-cc.m4: Ditto.
410        * aclocal/project-root.m4: Ditto.
411        * aclocal/rtems-cpu-subdirs.m4: Ditto.
412        * aclocal/rtems-debug.m4: Ditto.
413        * aclocal/rtems-top.m4: Ditto.
414        * aclocal/subdirs.m4: Ditto.
415        * aclocal/sysv-ipc.m4: Ditto.
416        * aclocal/tool-paths.m4: Ditto.
417        * aclocal/version.m4: Ditto.
418
4192002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * automake/compile.am: Copied over from automake/.
422        * automake/lib.am: Copied over from automake/.
423        * automake/local.am: Copied over from automake/.
424        * automake/multilib.am: Copied over from automake/.
425        * automake/subdirs.am: Copied over from automake/.
426        * Makefile.am: Add automake/*.am.
427
4282002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Add libnetworking.
431        * wrapup/Makefile.am: Ditto.
432
4332002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
436        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
437
4382002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Add libcsupport.
441        * wrapup/Makefile.am: Ditto.
442
4432002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Add preinstall-stamp.
446
4472002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Remove ENABLE_GCC28.
450
4512002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
454
4552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac:
458        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
459        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
460        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
463
4642001-01-17      Joel Sherrill <joel@OARcorp.com>
465
466        * ChangeLog: Deleted duplicate blank line.
467
4682002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
471        ITRON_SUBDIRS.
472        * configure.ac: Rework enable_unixlib handling.
473        Add RTEMS_MULTILIBS to cpuopts.h.
474        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
475        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
476
4772002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Add install-hook.
480        Remove SIZE_RTEMS.
481        * include/rtems/fs.h: New, extracted from libio_.h.
482        * include/rtems/userenv.h: New. extracted from libio_.h.
483
4842002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Readded reference to wrapup.
487
4882002-01-06      Joel Sherrill <joel@OARcorp.com>
489
490        * wrapup/.cvsignore: Readded.
491        * include/.cvsignore: New file.
492
4932002-01-04      Joel Sherrill <joel@OARcorp.com>
494
495        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
496
4972001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: Use AS_IF instead of if/then/else.
500        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
501        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
502        Add include/Makefile to CONFIG_FILES.
503        Add AC_ENABLE_MULITLIB.
504        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
505        Remove */optman/Makefile from CONFIG_FILES.
506        * Makefile.am: Add include to SUBDIRS.
507        * rtems/Makefile.am: Remove optman from SUBDIRS.
508        * sapi/Makefile.am: Remove optman from SUBDIRS.
509        * include/Makefile.am: New file.
510        * include/rtems/bspIo.h: Relocated from lib/include.
511        * include/rtems/libio_.h: Relocated from lib/include.
512
5132001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * wrapup/posix/Makefile.am: Add multilib support.
516        * wrapup/itron/Makefile.am: Add multilib support.
517        * wrapup/rtems/Makefile.am: Add multilib support.
518        * Makefile.am: Add multilib support.
519
5202001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
523
5242001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
527        Reflect changes to configuration of rtems, score and sapi subdirs.
528        * Makefile.am: require automake-1.5.
529
5302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
533        * configure.in: Remove.
534        * configure.ac: New file, generated from configure.in by autoupdate.
535
5362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
539
5402001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
543
5442001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
547
5482000-12-01      Joel Sherrill <joel@OARcorp.com>
549
550        * configure.in: Removed error check for enabling macros with
551        either POSIX or ITRON API.
552
5532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
556
5572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
560
5612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
564        Switch to GNU canonicalization.
565
5662000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
569
5702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
573        wrapup/rtems/Makefile.am: Include compile.am
574
5752000-08-10      Joel Sherrill <joel@OARcorp.com>
576
577        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.