source: rtems/cpukit/ChangeLog @ 746219a

4.104.114.84.95
Last change on this file since 746219a was 6b2b4a36, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/03 at 05:15:15

Merger from rtems-4-6-branch.

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