source: rtems/cpukit/ChangeLog @ 16735ca

4.104.114.84.95
Last change on this file since 16735ca was 16735ca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/03 at 13:40:05

2003-01-21 Ralf Corsepius <corsepiu@…>

  • automake/compile.am: Remove CLEAN_DEPEND (Unused). Remove CLOBBER_DEPEND (Unused).
  • Property mode set to 100644
File size: 17.7 KB
Line 
12003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
4        Remove CLOBBER_DEPEND (Unused).
5
62002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
9
102002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
12        from the 2002-12-12 patch).
13
142002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Fix typo in yesterday's patch.
17
182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't create $ARCH.
21        Use install-data-local to install librtemscpu.a
22
232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Add libmisc.
26
272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
30
312002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
34        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
35        * aclocal/check-bsps.m4: Remove.
36
372002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
40        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
41
422002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Reflect changes to score/.
45        * configure.ac: Reflect changes to score/.
46
472002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Reflect changes to sapi/.
50        * configure.ac: Reflect changes to sapi/.
51
522002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add AC_SUBST(INLINEdir).
55
562002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Reflect changes to rtems/.
59        * configure.ac: Reflect changes to rtems/.
60
612002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Reflect changes to posix/.
64        Reflect changes to itron/.
65
662002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
69
702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
73        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
74        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
75        CFLAGS_PROFILE_V.
76        Hard-code RTEMS_CFLAGS_PROFILE = -pg
77        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
78        Remove GCCSED.
79        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
80        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
81
822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/rtems-flags.m4: New.
85
862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
89
902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
93        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
94
952002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * include/rtems/libio_.h: Remove.
98
992002-11-18      Joel Sherrill <joel@OARcorp.com>
100
101        * aclocal/version.m4: Updated to rtems-ss-20021118.
102
1032002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/rtems/userenv.h: Rely upon <limits.h> for
106        _POSIX_LOGIN_NAME_MAX.
107
1082002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
111        * automake/compile.am: Acknowledge configuration-time CFLAGS.
112        Remove CFLAGS_DEFAULT.
113
1142002-11-11      Joel Sherrill <joel@OARcorp.com>
115
116        * aclocal/version.m4: Updated to rtems-ss-20021111.
117
1182002-11-11      Joel Sherrill <joel@OARcorp.com>
119
120        * aclocal/version.m4: Updated to rtems-ss-20021111.
121
1222002-11-01      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: Corrected.
125
1262002-10-30      Eric Norum <eric.norum@usask.ca>
127
128        * include/rtems/bspIo.h: Add vprintk function for kernel printing
129        from routines which have already obtained the va_list pointer.
130
1312002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/check-bsp-cache.m4: Remove.
134
1352002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
138
1392002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
142
1432002-10-21      Joel Sherrill <joel@OARcorp.com>
144
145        * aclocal/version.m4: Updated to rtems-20021021-test.
146
1472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Reformat.
150        Add autom4te*cache.
151        Remove autom4te.cache.
152
1532002-10-07      Joel Sherrill <joel@OARcorp.com>
154
155        * aclocal/version.m4: Updated to rtems-ss-20021007.
156
1572002-10-04      Joel Sherrill <joel@OARcorp.com>
158
159        * aclocal/version.m4: Updated to rtems-JUNK.
160
1612002-10-04      Joel Sherrill <joel@OARcorp.com>
162
163        * aclocal/version.m4: Updated to rtems-ss-20021004.
164
1652002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * score/include/Makefile.am: Remove cpuopt.h generation.
168        * configure.ac: Correct package name.
169        Don't build ada if POSIX is disabled.
170        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
171
1722002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/prog-gnat.m4: New.
175        * configure.ac: Add ada subdir handling.
176
1772002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * aclocal/bsp-alias.m4: Remove.
180
1812002-08-07      Joel Sherrill <joel@OARcorp.com>
182
183        * aclocal/version.m4: Updated to rtems-ss-20020807.
184
1852002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Add missing ',' to librpc activation.
188        Add AC_MSG_CHECKING/AC_MSG_RESULT.
189        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
190
1912002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Fix bug in librpc activation, having introduced by
194        yesterday's patch.
195
1962002-08-06      Joel Sherrill <joel@OARcorp.com>
197
198        * configure.ac: or32 does not currently support librpc.
199
2002002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
203
2042002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
207        Use AS_IF instead of if/then/else/fi.
208
2092002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Use librtems.a.
212        * wrapup/Makefile.am: Use libsapi.a.
213
2142002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Use libscore.a.
217
2182002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/canonicalize-tools.m4: Remove LD.
221        * automake/lib.am: Remove LD.
222        * Makefile.am: Put preinstall-stamp into CLEANFILES.
223
2242002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
227        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
228
2292002-07-31      Joel Sherrill <joel@OARcorp.com>
230
231        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
232        was just a stub and only the OR32 port is getting worked on.
233
2342002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
237
2382002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * automake/compile.am: Use .$(OBJEXT) instead of .o.
241
2422002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
245
2462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Use project_libdir instead of
249        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
250        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
251
2522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * automake/lib.am: Use project_libdir instead of
255        $(PROJECT_RELEASE)/lib.
256
2572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
260        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
261        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
262        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
263        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
264        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
265        references to bsp_specs. Use project_libdir instead of
266        $(PROJECT_RELEASE)/lib.
267
2682002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
271        * aclocal/check-cpu.m4: Ditto.
272        * aclocal/check-bsps.m4: Ditto.
273
2742002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * automake/multilib.am: Add install-multi.
277        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
278        version.m4.
279        Add --with-project-root.
280        Reflect --with-project-root to setting up PROJECT_ROOT.
281        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
282        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
283        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
284
2852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: RTEMS_TOP(..).
288
2892002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
292
2932002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
296
2972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Remove RTEMS_PROJECT_ROOT.
300        * aclocal/project-root.m4: Remove.
301
3022002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/enable-multiprocessing.m4: Fix typo.
305        * aclocal/prog-cc.m4: Remove obsolete comments.
306        Comment out GCCSED.
307
3082002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/prog-ccas.m4: New.
311        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
312        RTEMS_GCC_PRINT
313        * aclocal/check-multiprocessing.m4: Fix typo.
314        * automake/compile.am: Remove CXX support.
315        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
316
3172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
320
3212002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Remove references to RTEMS_BSP.
324        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
325        Allow building w/ --enable-multiprocessing --enable-multilib.
326        * aclocal/enable-multiprocessing.m4:
327        Eliminate RTEMS_HAS_MULTIPROCESSING.
328
3292002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Fix stupid typo in previous patch.
332
3332002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Add librpc. AC_PROG_RANLIB.
336        * wrapup/Makefile.am: Add librpc.
337        Use relative path to lib*.a for
338        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
339
3402002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/subdirs.m4: Remove.
343
3442002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Use relative path to lib*.a for
347        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
348
3492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Include $(top_srcdir)/automake/*.am.
352        Use aclocal.
353        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
354        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
355        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
356        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
357        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
358        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
359        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
360        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
361        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
362        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
363        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
364        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
365        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
366        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
367        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
368        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
369        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
370        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
371
3722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/bsp-alias.m4: Copied over from aclocal/.
375        * aclocal/canonical-host.m4: Ditto.
376        * aclocal/canonical-target-name.m4: Ditto.
377        * aclocal/canonicalize-tools.m4: Ditto.
378        * aclocal/check-bsp-cache.m4: Ditto.
379        * aclocal/check-bsps.m4: Ditto.
380        * aclocal/check-cpu.m4: Ditto.
381        * aclocal/check-itron.m4: Ditto.
382        * aclocal/check-multiprocessing.m4: Ditto.
383        * aclocal/check-networking.m4: Ditto.
384        * aclocal/check-newlib.m4: Ditto.
385        * aclocal/check-posix.m4: Ditto.
386        * aclocal/check-tool.m4: Ditto.
387        * aclocal/enable-bare.m4: Ditto.
388        * aclocal/enable-inlines.m4: Ditto.
389        * aclocal/enable-itron.m4: Ditto.
390        * aclocal/enable-multiprocessing.m4: Ditto.
391        * aclocal/enable-networking.m4: Ditto.
392        * aclocal/enable-posix.m4: Ditto.
393        * aclocal/enable-rtemsbsp.m4: Ditto.
394        * aclocal/env-rtemsbsp.m4: Ditto.
395        * aclocal/env-rtemscpu.m4: Ditto.
396        * aclocal/gcc-pipe.m4: Ditto.
397        * aclocal/gcc-specs.m4: Ditto.
398        * aclocal/multi.m4: Ditto.
399        * aclocal/multilib.m4: Ditto.
400        * aclocal/prog-cc.m4: Ditto.
401        * aclocal/project-root.m4: Ditto.
402        * aclocal/rtems-cpu-subdirs.m4: Ditto.
403        * aclocal/rtems-debug.m4: Ditto.
404        * aclocal/rtems-top.m4: Ditto.
405        * aclocal/subdirs.m4: Ditto.
406        * aclocal/sysv-ipc.m4: Ditto.
407        * aclocal/tool-paths.m4: Ditto.
408        * aclocal/version.m4: Ditto.
409
4102002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * automake/compile.am: Copied over from automake/.
413        * automake/lib.am: Copied over from automake/.
414        * automake/local.am: Copied over from automake/.
415        * automake/multilib.am: Copied over from automake/.
416        * automake/subdirs.am: Copied over from automake/.
417        * Makefile.am: Add automake/*.am.
418
4192002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Add libnetworking.
422        * wrapup/Makefile.am: Ditto.
423
4242002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
427        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
428
4292002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add libcsupport.
432        * wrapup/Makefile.am: Ditto.
433
4342002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Add preinstall-stamp.
437
4382002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Remove ENABLE_GCC28.
441
4422002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
445
4462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac:
449        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
450        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
451        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
454
4552001-01-17      Joel Sherrill <joel@OARcorp.com>
456
457        * ChangeLog: Deleted duplicate blank line.
458
4592002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
462        ITRON_SUBDIRS.
463        * configure.ac: Rework enable_unixlib handling.
464        Add RTEMS_MULTILIBS to cpuopts.h.
465        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
466        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
467
4682002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Add install-hook.
471        Remove SIZE_RTEMS.
472        * include/rtems/fs.h: New, extracted from libio_.h.
473        * include/rtems/userenv.h: New. extracted from libio_.h.
474
4752002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Readded reference to wrapup.
478
4792002-01-06      Joel Sherrill <joel@OARcorp.com>
480
481        * wrapup/.cvsignore: Readded.
482        * include/.cvsignore: New file.
483
4842002-01-04      Joel Sherrill <joel@OARcorp.com>
485
486        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
487
4882001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Use AS_IF instead of if/then/else.
491        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
492        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
493        Add include/Makefile to CONFIG_FILES.
494        Add AC_ENABLE_MULITLIB.
495        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
496        Remove */optman/Makefile from CONFIG_FILES.
497        * Makefile.am: Add include to SUBDIRS.
498        * rtems/Makefile.am: Remove optman from SUBDIRS.
499        * sapi/Makefile.am: Remove optman from SUBDIRS.
500        * include/Makefile.am: New file.
501        * include/rtems/bspIo.h: Relocated from lib/include.
502        * include/rtems/libio_.h: Relocated from lib/include.
503
5042001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * wrapup/posix/Makefile.am: Add multilib support.
507        * wrapup/itron/Makefile.am: Add multilib support.
508        * wrapup/rtems/Makefile.am: Add multilib support.
509        * Makefile.am: Add multilib support.
510
5112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
514
5152001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
518        Reflect changes to configuration of rtems, score and sapi subdirs.
519        * Makefile.am: require automake-1.5.
520
5212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
524        * configure.in: Remove.
525        * configure.ac: New file, generated from configure.in by autoupdate.
526
5272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
530
5312001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
534
5352001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
538
5392000-12-01      Joel Sherrill <joel@OARcorp.com>
540
541        * configure.in: Removed error check for enabling macros with
542        either POSIX or ITRON API.
543
5442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
547
5482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
551
5522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
555        Switch to GNU canonicalization.
556
5572000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
560
5612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
564        wrapup/rtems/Makefile.am: Include compile.am
565
5662000-08-10      Joel Sherrill <joel@OARcorp.com>
567
568        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.