source: rtems/cpukit/ChangeLog @ 8d46f4f

4.104.114.84.95
Last change on this file since 8d46f4f was 6041409, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 10:37:29

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 27.2 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/lead-dot.m4: New (from automake-1.7f).
8        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
9        Add AC_SUBST(dirstamp).
10
112003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Reflect having removed
14        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
15
162003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Reflect changes to libmisc/*.
19
202003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
23
242003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Reflect changes to libfs Makefile.ams.
27        Remove libmisc/wrapup/Makefile.
28
292003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Use here-documents to generate cpuopts.tmp.
32        Various fixes and changes to argument processing.
33        Reflect changes to librpc Makefile.ams.
34        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
35        * aclocal/check-itron.m4: Remove HAS_IRON_API.
36        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
37        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
38
392003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
42        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
43        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
44        aclocal/check-tool.m4, aclocal/enable-bare.m4,
45        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
46        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
47        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
48        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
49        aclocal/gcc-pipe.m4, aclocal/multi.m4,
50        aclocal/multilib.m4, aclocal/prog-cc.m4,
51        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
52        Fix underquoting to silence automake-1.8.
53
542003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
57        Elimimate INLINESdir.
58        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
59        * .cvsignore: Add config.h.in.
60
612003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
64
652003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
68        * configure.ac: Ditto.
69
702003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * acinclude.m4: New.
73        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
74        Add local autoheader config.h.
75        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
76        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
77
782003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * aclocal/check-posix.m4: Add m4-quotes.
81        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
82        * aclocal/canonical-host.m4: Remove.
83        * configure.ac: Remove RTEMS_CANONICAL_HOST.
84        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
85        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
86        AC_CANONICAL_TARGET. Use $host instead of $target.
87
882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * aclocal/check-multiprocessing.m4: Add m4-quotes.
91        Remove RTEMS_CHECK_CPU.
92        * aclocal/check-itron.m4: Add m4-quotes.
93        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
94        * aclocal/check-networking.m4: Add m4-quotes.
95        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
96        * aclocal/check-cpu.m4: Remove.
97        * aclocal/canonical-target-name.m4: Add m4-quotes.
98        * configure.ac: Merge-in former aclocal/check-cpu.m4.
99
1002003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Check for sys/cdefs.h.
103        * aclocal/env-rtems-cpu.m4: Add project_includedir.
104        Deprecate PROJECT_INCLUDE.  Change project_includedir to
105        $(PROJECT_ROOT)/include for multilibs.
106
1072003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Merge-in include/Makefile.am.
110        * include/Makefile.am: Remove.
111        * configure.ac: Reflect having removed include/Makefile.am and
112        librpc/include/Makefile.am.
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
117        URL for license changed.
118
1192003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/rtems-top.m4: Add RTEMS_API.
122        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
123
1242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/rtems-debug.m4: Remove.
127        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
128        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * automake/local.am: Remove "debug".
133
1342003-08-11      Joel Sherrill <joel@OARcorp.com>
135
136        * configure.ac: Removed duplicate entry.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Add libmisc/fsmount/Makefile.
145
1462003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
149
1502003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
153
1542003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Merge-in librpc/configure.ac.
157        * Makefile.am: Add librpc to SUBDIRS.
158        Remove @subdirs@.
159
1602003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Merge-in libcsupport/configure.ac.
163        * Makefile.am: Add libcsupport to SUBDIRS.
164
1652003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Merge-in posix/configure.ac.
168        Merge-in itron/configure.ac.
169        Misc. cosmetical changes.
170        * Makefile.am: Add posix, itron to SUBDIRS.
171
1722003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Merge-in libnetworking/configure.ac.
175        Remove "rtems-" from RTEMS_VERSION.
176        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
177        * Makefile.am: Add libmisc to SUBDIRS.
178
1792003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Merge-in libmisc/configure.ac.
182        * Makefile.am: Add libmisc to SUBDIRS.
183
1842003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Merge-in libfs/configure.ac.
187        * Makefile.am: Add libfs to SUBDIRS.
188
1892003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Merge-in libblock/configure.ac.
192        * Makefile.am: Add libblock to SUBDIRS.
193
1942003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Merge-in ada/configure.ac.
197        * Makefile.am: Add ada to SUBDIRS.
198
1992003-07-03      Joel Sherrill <joel@OARcorp.com>
200
201        * aclocal/version.m4: Updated to rtems-ss-20030703.
202
2032003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        PR 409:
206        * include/Makefile.am: Add rtems/stdint.h
207        * include/rtems/stdint.h: New.
208
2092003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        PR 321:
212        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
213        * automake/compile.am: Ditto.
214        * automake/local.am: Ditto.
215
2162003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
219
2202003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
223        * aclocal/env-rtemsbsp.m4: Remove.
224        * aclocal/enable-rtemsbsp.m4: Remove.
225
2262003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
229        project_libdir.
230
2312003-04-17      Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-ss-20030417.
234
2352003-04-11      Joel Sherrill <joel@OARcorp.com>
236
237        * aclocal/version.m4: Updated to rtems-ss-20030411.
238
2392003-04-11      Joel Sherrill <joel@OARcorp.com>
240
241        * aclocal/version.m4: Updated to rtems-ss-20020411.
242
2432003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
246        Cygwin mistreating paths.
247
2482003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Reflect changes to project_libdir.
251
2522003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
255        Add MULTISUBDIR to project_libdir.
256
2572003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
260        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
261        Remove RTEMS_PROJECT_ROOT (Unused).
262        * aclocal/tool-paths.m4: Delete.
263
2642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove AC_CONFIG_AUX_DIR.
267        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove sptables.h.in.
276
2772003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
280        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
281
2822003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
285
2862003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * aclocal/gcc-isystem.m4: New.
289        * aclocal/gcc-specs.m4: Remove.
290        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
291        Add RTEMS_GCC_ISYSTEM.
292        Reformat setting up RTEMS_CPPFLAGS.
293
2942003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * automake/local.am: Introduce depend-gcc.
297        Remove ${ARCH}.
298        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
299        CPP. Add ${ARCH}. depend-gcc.
300        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
301        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
302        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
303
3042003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
307
3082003-01-28      Joel Sherrill <joel@OARcorp.com>
309
310        * aclocal/version.m4: Updated to rtems-ss-20030128.
311
3122003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * automake/local.am: Remove distclean-local.
315        Remove PROJECT_TOOLS.
316
3172003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
320        Remove CLOBBER_DEPEND (Unused).
321
3222002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
325
3262002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
328        from the 2002-12-12 patch).
329
3302002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Fix typo in yesterday's patch.
333
3342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Don't create $ARCH.
337        Use install-data-local to install librtemscpu.a
338
3392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Add libmisc.
342
3432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
346
3472002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
350        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
351        * aclocal/check-bsps.m4: Remove.
352
3532002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
356        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
357
3582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Reflect changes to score/.
361        * configure.ac: Reflect changes to score/.
362
3632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Reflect changes to sapi/.
366        * configure.ac: Reflect changes to sapi/.
367
3682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Add AC_SUBST(INLINEdir).
371
3722002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * wrapup/Makefile.am: Reflect changes to rtems/.
375        * configure.ac: Reflect changes to rtems/.
376
3772002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Reflect changes to posix/.
380        Reflect changes to itron/.
381
3822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
385
3862002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
389        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
390        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
391        CFLAGS_PROFILE_V.
392        Hard-code RTEMS_CFLAGS_PROFILE = -pg
393        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
394        Remove GCCSED.
395        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
396        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
397
3982002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/rtems-flags.m4: New.
401
4022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
405
4062002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
409        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
410
4112002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * include/rtems/libio_.h: Remove.
414
4152002-11-18      Joel Sherrill <joel@OARcorp.com>
416
417        * aclocal/version.m4: Updated to rtems-ss-20021118.
418
4192002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * include/rtems/userenv.h: Rely upon <limits.h> for
422        _POSIX_LOGIN_NAME_MAX.
423
4242002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
427        * automake/compile.am: Acknowledge configuration-time CFLAGS.
428        Remove CFLAGS_DEFAULT.
429
4302002-11-11      Joel Sherrill <joel@OARcorp.com>
431
432        * aclocal/version.m4: Updated to rtems-ss-20021111.
433
4342002-11-11      Joel Sherrill <joel@OARcorp.com>
435
436        * aclocal/version.m4: Updated to rtems-ss-20021111.
437
4382002-11-01      Joel Sherrill <joel@OARcorp.com>
439
440        * ChangeLog: Corrected.
441
4422002-10-30      Eric Norum <eric.norum@usask.ca>
443
444        * include/rtems/bspIo.h: Add vprintk function for kernel printing
445        from routines which have already obtained the va_list pointer.
446
4472002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/check-bsp-cache.m4: Remove.
450
4512002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
454
4552002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
458
4592002-10-21      Joel Sherrill <joel@OARcorp.com>
460
461        * aclocal/version.m4: Updated to rtems-20021021-test.
462
4632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Reformat.
466        Add autom4te*cache.
467        Remove autom4te.cache.
468
4692002-10-07      Joel Sherrill <joel@OARcorp.com>
470
471        * aclocal/version.m4: Updated to rtems-ss-20021007.
472
4732002-10-04      Joel Sherrill <joel@OARcorp.com>
474
475        * aclocal/version.m4: Updated to rtems-JUNK.
476
4772002-10-04      Joel Sherrill <joel@OARcorp.com>
478
479        * aclocal/version.m4: Updated to rtems-ss-20021004.
480
4812002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * score/include/Makefile.am: Remove cpuopt.h generation.
484        * configure.ac: Correct package name.
485        Don't build ada if POSIX is disabled.
486        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
487
4882002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/prog-gnat.m4: New.
491        * configure.ac: Add ada subdir handling.
492
4932002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/bsp-alias.m4: Remove.
496
4972002-08-07      Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/version.m4: Updated to rtems-ss-20020807.
500
5012002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Add missing ',' to librpc activation.
504        Add AC_MSG_CHECKING/AC_MSG_RESULT.
505        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
506
5072002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Fix bug in librpc activation, having introduced by
510        yesterday's patch.
511
5122002-08-06      Joel Sherrill <joel@OARcorp.com>
513
514        * configure.ac: or32 does not currently support librpc.
515
5162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
519
5202002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
523        Use AS_IF instead of if/then/else/fi.
524
5252002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * wrapup/Makefile.am: Use librtems.a.
528        * wrapup/Makefile.am: Use libsapi.a.
529
5302002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Use libscore.a.
533
5342002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * aclocal/canonicalize-tools.m4: Remove LD.
537        * automake/lib.am: Remove LD.
538        * Makefile.am: Put preinstall-stamp into CLEANFILES.
539
5402002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
543        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
544
5452002-07-31      Joel Sherrill <joel@OARcorp.com>
546
547        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
548        was just a stub and only the OR32 port is getting worked on.
549
5502002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
553
5542002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * automake/compile.am: Use .$(OBJEXT) instead of .o.
557
5582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
561
5622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * wrapup/Makefile.am: Use project_libdir instead of
565        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
566        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
567
5682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * automake/lib.am: Use project_libdir instead of
571        $(PROJECT_RELEASE)/lib.
572
5732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
576        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
577        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
578        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
579        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
580        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
581        references to bsp_specs. Use project_libdir instead of
582        $(PROJECT_RELEASE)/lib.
583
5842002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
587        * aclocal/check-cpu.m4: Ditto.
588        * aclocal/check-bsps.m4: Ditto.
589
5902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * automake/multilib.am: Add install-multi.
593        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
594        version.m4.
595        Add --with-project-root.
596        Reflect --with-project-root to setting up PROJECT_ROOT.
597        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
598        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
599        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
600
6012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: RTEMS_TOP(..).
604
6052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
608
6092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
612
6132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: Remove RTEMS_PROJECT_ROOT.
616        * aclocal/project-root.m4: Remove.
617
6182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/enable-multiprocessing.m4: Fix typo.
621        * aclocal/prog-cc.m4: Remove obsolete comments.
622        Comment out GCCSED.
623
6242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * aclocal/prog-ccas.m4: New.
627        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
628        RTEMS_GCC_PRINT
629        * aclocal/check-multiprocessing.m4: Fix typo.
630        * automake/compile.am: Remove CXX support.
631        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
632
6332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
636
6372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: Remove references to RTEMS_BSP.
640        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
641        Allow building w/ --enable-multiprocessing --enable-multilib.
642        * aclocal/enable-multiprocessing.m4:
643        Eliminate RTEMS_HAS_MULTIPROCESSING.
644
6452002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * wrapup/Makefile.am: Fix stupid typo in previous patch.
648
6492002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: Add librpc. AC_PROG_RANLIB.
652        * wrapup/Makefile.am: Add librpc.
653        Use relative path to lib*.a for
654        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
655
6562002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * aclocal/subdirs.m4: Remove.
659
6602002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * wrapup/Makefile.am: Use relative path to lib*.a for
663        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
664
6652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: Include $(top_srcdir)/automake/*.am.
668        Use aclocal.
669        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
670        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
671        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
672        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
673        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
674        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
675        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
676        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
677        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
678        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
679        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
680        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
681        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
682        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
683        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
684        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
685        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
686        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
687
6882002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * aclocal/bsp-alias.m4: Copied over from aclocal/.
691        * aclocal/canonical-host.m4: Ditto.
692        * aclocal/canonical-target-name.m4: Ditto.
693        * aclocal/canonicalize-tools.m4: Ditto.
694        * aclocal/check-bsp-cache.m4: Ditto.
695        * aclocal/check-bsps.m4: Ditto.
696        * aclocal/check-cpu.m4: Ditto.
697        * aclocal/check-itron.m4: Ditto.
698        * aclocal/check-multiprocessing.m4: Ditto.
699        * aclocal/check-networking.m4: Ditto.
700        * aclocal/check-newlib.m4: Ditto.
701        * aclocal/check-posix.m4: Ditto.
702        * aclocal/check-tool.m4: Ditto.
703        * aclocal/enable-bare.m4: Ditto.
704        * aclocal/enable-inlines.m4: Ditto.
705        * aclocal/enable-itron.m4: Ditto.
706        * aclocal/enable-multiprocessing.m4: Ditto.
707        * aclocal/enable-networking.m4: Ditto.
708        * aclocal/enable-posix.m4: Ditto.
709        * aclocal/enable-rtemsbsp.m4: Ditto.
710        * aclocal/env-rtemsbsp.m4: Ditto.
711        * aclocal/env-rtemscpu.m4: Ditto.
712        * aclocal/gcc-pipe.m4: Ditto.
713        * aclocal/gcc-specs.m4: Ditto.
714        * aclocal/multi.m4: Ditto.
715        * aclocal/multilib.m4: Ditto.
716        * aclocal/prog-cc.m4: Ditto.
717        * aclocal/project-root.m4: Ditto.
718        * aclocal/rtems-cpu-subdirs.m4: Ditto.
719        * aclocal/rtems-debug.m4: Ditto.
720        * aclocal/rtems-top.m4: Ditto.
721        * aclocal/subdirs.m4: Ditto.
722        * aclocal/sysv-ipc.m4: Ditto.
723        * aclocal/tool-paths.m4: Ditto.
724        * aclocal/version.m4: Ditto.
725
7262002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * automake/compile.am: Copied over from automake/.
729        * automake/lib.am: Copied over from automake/.
730        * automake/local.am: Copied over from automake/.
731        * automake/multilib.am: Copied over from automake/.
732        * automake/subdirs.am: Copied over from automake/.
733        * Makefile.am: Add automake/*.am.
734
7352002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: Add libnetworking.
738        * wrapup/Makefile.am: Ditto.
739
7402002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
743        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
744
7452002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac: Add libcsupport.
748        * wrapup/Makefile.am: Ditto.
749
7502002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * Makefile.am: Add preinstall-stamp.
753
7542002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Remove ENABLE_GCC28.
757
7582002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
761
7622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * configure.ac:
765        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
766        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
767        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
770
7712001-01-17      Joel Sherrill <joel@OARcorp.com>
772
773        * ChangeLog: Deleted duplicate blank line.
774
7752002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
778        ITRON_SUBDIRS.
779        * configure.ac: Rework enable_unixlib handling.
780        Add RTEMS_MULTILIBS to cpuopts.h.
781        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
782        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
783
7842002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * wrapup/Makefile.am: Add install-hook.
787        Remove SIZE_RTEMS.
788        * include/rtems/fs.h: New, extracted from libio_.h.
789        * include/rtems/userenv.h: New. extracted from libio_.h.
790
7912002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * Makefile.am: Readded reference to wrapup.
794
7952002-01-06      Joel Sherrill <joel@OARcorp.com>
796
797        * wrapup/.cvsignore: Readded.
798        * include/.cvsignore: New file.
799
8002002-01-04      Joel Sherrill <joel@OARcorp.com>
801
802        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
803
8042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * configure.ac: Use AS_IF instead of if/then/else.
807        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
808        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
809        Add include/Makefile to CONFIG_FILES.
810        Add AC_ENABLE_MULITLIB.
811        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
812        Remove */optman/Makefile from CONFIG_FILES.
813        * Makefile.am: Add include to SUBDIRS.
814        * rtems/Makefile.am: Remove optman from SUBDIRS.
815        * sapi/Makefile.am: Remove optman from SUBDIRS.
816        * include/Makefile.am: New file.
817        * include/rtems/bspIo.h: Relocated from lib/include.
818        * include/rtems/libio_.h: Relocated from lib/include.
819
8202001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * wrapup/posix/Makefile.am: Add multilib support.
823        * wrapup/itron/Makefile.am: Add multilib support.
824        * wrapup/rtems/Makefile.am: Add multilib support.
825        * Makefile.am: Add multilib support.
826
8272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
830
8312001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
834        Reflect changes to configuration of rtems, score and sapi subdirs.
835        * Makefile.am: require automake-1.5.
836
8372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
840        * configure.in: Remove.
841        * configure.ac: New file, generated from configure.in by autoupdate.
842
8432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
846
8472001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
850
8512001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
854
8552000-12-01      Joel Sherrill <joel@OARcorp.com>
856
857        * configure.in: Removed error check for enabling macros with
858        either POSIX or ITRON API.
859
8602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
863
8642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
867
8682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
871        Switch to GNU canonicalization.
872
8732000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
876
8772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
880        wrapup/rtems/Makefile.am: Include compile.am
881
8822000-08-10      Joel Sherrill <joel@OARcorp.com>
883
884        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.