source: rtems/cpukit/ChangeLog @ 1c1ef4c9

4.104.114.84.95
Last change on this file since 1c1ef4c9 was e3407a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:02:49

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

  • aclocal/lead-dot.m4: New (from automake-1.7f).
  • aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add AC_SUBST(dirstamp).
  • Property mode set to 100644
File size: 27.1 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/lead-dot.m4: New (from automake-1.7f).
4        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
5        Add AC_SUBST(dirstamp).
6
72003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Reflect having removed
10        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
11
122003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Reflect changes to libmisc/*.
15
162003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
19
202003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Reflect changes to libfs Makefile.ams.
23        Remove libmisc/wrapup/Makefile.
24
252003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Use here-documents to generate cpuopts.tmp.
28        Various fixes and changes to argument processing.
29        Reflect changes to librpc Makefile.ams.
30        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
31        * aclocal/check-itron.m4: Remove HAS_IRON_API.
32        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
33        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
34
352003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
38        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
39        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
40        aclocal/check-tool.m4, aclocal/enable-bare.m4,
41        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
42        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
43        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
44        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
45        aclocal/gcc-pipe.m4, aclocal/multi.m4,
46        aclocal/multilib.m4, aclocal/prog-cc.m4,
47        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
48        Fix underquoting to silence automake-1.8.
49
502003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
53        Elimimate INLINESdir.
54        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
55        * .cvsignore: Add config.h.in.
56
572003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
60
612003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
64        * configure.ac: Ditto.
65
662003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * acinclude.m4: New.
69        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
70        Add local autoheader config.h.
71        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
72        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
73
742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/check-posix.m4: Add m4-quotes.
77        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
78        * aclocal/canonical-host.m4: Remove.
79        * configure.ac: Remove RTEMS_CANONICAL_HOST.
80        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
81        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
82        AC_CANONICAL_TARGET. Use $host instead of $target.
83
842003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/check-multiprocessing.m4: Add m4-quotes.
87        Remove RTEMS_CHECK_CPU.
88        * aclocal/check-itron.m4: Add m4-quotes.
89        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
90        * aclocal/check-networking.m4: Add m4-quotes.
91        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
92        * aclocal/check-cpu.m4: Remove.
93        * aclocal/canonical-target-name.m4: Add m4-quotes.
94        * configure.ac: Merge-in former aclocal/check-cpu.m4.
95
962003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Check for sys/cdefs.h.
99        * aclocal/env-rtems-cpu.m4: Add project_includedir.
100        Deprecate PROJECT_INCLUDE.  Change project_includedir to
101        $(PROJECT_ROOT)/include for multilibs.
102
1032003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Merge-in include/Makefile.am.
106        * include/Makefile.am: Remove.
107        * configure.ac: Reflect having removed include/Makefile.am and
108        librpc/include/Makefile.am.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
113        URL for license changed.
114
1152003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/rtems-top.m4: Add RTEMS_API.
118        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
119
1202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * aclocal/rtems-debug.m4: Remove.
123        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
124        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
125
1262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * automake/local.am: Remove "debug".
129
1302003-08-11      Joel Sherrill <joel@OARcorp.com>
131
132        * configure.ac: Removed duplicate entry.
133
1342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
137
1382003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add libmisc/fsmount/Makefile.
141
1422003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
145
1462003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
149
1502003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Merge-in librpc/configure.ac.
153        * Makefile.am: Add librpc to SUBDIRS.
154        Remove @subdirs@.
155
1562003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Merge-in libcsupport/configure.ac.
159        * Makefile.am: Add libcsupport to SUBDIRS.
160
1612003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Merge-in posix/configure.ac.
164        Merge-in itron/configure.ac.
165        Misc. cosmetical changes.
166        * Makefile.am: Add posix, itron to SUBDIRS.
167
1682003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Merge-in libnetworking/configure.ac.
171        Remove "rtems-" from RTEMS_VERSION.
172        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
173        * Makefile.am: Add libmisc to SUBDIRS.
174
1752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Merge-in libmisc/configure.ac.
178        * Makefile.am: Add libmisc to SUBDIRS.
179
1802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Merge-in libfs/configure.ac.
183        * Makefile.am: Add libfs to SUBDIRS.
184
1852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Merge-in libblock/configure.ac.
188        * Makefile.am: Add libblock to SUBDIRS.
189
1902003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Merge-in ada/configure.ac.
193        * Makefile.am: Add ada to SUBDIRS.
194
1952003-07-03      Joel Sherrill <joel@OARcorp.com>
196
197        * aclocal/version.m4: Updated to rtems-ss-20030703.
198
1992003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        PR 409:
202        * include/Makefile.am: Add rtems/stdint.h
203        * include/rtems/stdint.h: New.
204
2052003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 321:
208        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
209        * automake/compile.am: Ditto.
210        * automake/local.am: Ditto.
211
2122003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
215
2162003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
219        * aclocal/env-rtemsbsp.m4: Remove.
220        * aclocal/enable-rtemsbsp.m4: Remove.
221
2222003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
225        project_libdir.
226
2272003-04-17      Joel Sherrill <joel@OARcorp.com>
228
229        * aclocal/version.m4: Updated to rtems-ss-20030417.
230
2312003-04-11      Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-ss-20030411.
234
2352003-04-11      Joel Sherrill <joel@OARcorp.com>
236
237        * aclocal/version.m4: Updated to rtems-ss-20020411.
238
2392003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
242        Cygwin mistreating paths.
243
2442003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Reflect changes to project_libdir.
247
2482003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
251        Add MULTISUBDIR to project_libdir.
252
2532003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
256        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
257        Remove RTEMS_PROJECT_ROOT (Unused).
258        * aclocal/tool-paths.m4: Delete.
259
2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
264
2652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AC_PREREQ(2.57).
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove sptables.h.in.
272
2732003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
276        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
277
2782003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
281
2822003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * aclocal/gcc-isystem.m4: New.
285        * aclocal/gcc-specs.m4: Remove.
286        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
287        Add RTEMS_GCC_ISYSTEM.
288        Reformat setting up RTEMS_CPPFLAGS.
289
2902003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * automake/local.am: Introduce depend-gcc.
293        Remove ${ARCH}.
294        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
295        CPP. Add ${ARCH}. depend-gcc.
296        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
297        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
298        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
299
3002003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
303
3042003-01-28      Joel Sherrill <joel@OARcorp.com>
305
306        * aclocal/version.m4: Updated to rtems-ss-20030128.
307
3082003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * automake/local.am: Remove distclean-local.
311        Remove PROJECT_TOOLS.
312
3132003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
316        Remove CLOBBER_DEPEND (Unused).
317
3182002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
321
3222002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
324        from the 2002-12-12 patch).
325
3262002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Fix typo in yesterday's patch.
329
3302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Don't create $ARCH.
333        Use install-data-local to install librtemscpu.a
334
3352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Add libmisc.
338
3392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
342
3432002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
346        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
347        * aclocal/check-bsps.m4: Remove.
348
3492002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
352        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
353
3542002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Reflect changes to score/.
357        * configure.ac: Reflect changes to score/.
358
3592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Reflect changes to sapi/.
362        * configure.ac: Reflect changes to sapi/.
363
3642002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add AC_SUBST(INLINEdir).
367
3682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Reflect changes to rtems/.
371        * configure.ac: Reflect changes to rtems/.
372
3732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Reflect changes to posix/.
376        Reflect changes to itron/.
377
3782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
381
3822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
385        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
386        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
387        CFLAGS_PROFILE_V.
388        Hard-code RTEMS_CFLAGS_PROFILE = -pg
389        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
390        Remove GCCSED.
391        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
392        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
393
3942002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/rtems-flags.m4: New.
397
3982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
401
4022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
405        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
406
4072002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * include/rtems/libio_.h: Remove.
410
4112002-11-18      Joel Sherrill <joel@OARcorp.com>
412
413        * aclocal/version.m4: Updated to rtems-ss-20021118.
414
4152002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * include/rtems/userenv.h: Rely upon <limits.h> for
418        _POSIX_LOGIN_NAME_MAX.
419
4202002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
423        * automake/compile.am: Acknowledge configuration-time CFLAGS.
424        Remove CFLAGS_DEFAULT.
425
4262002-11-11      Joel Sherrill <joel@OARcorp.com>
427
428        * aclocal/version.m4: Updated to rtems-ss-20021111.
429
4302002-11-11      Joel Sherrill <joel@OARcorp.com>
431
432        * aclocal/version.m4: Updated to rtems-ss-20021111.
433
4342002-11-01      Joel Sherrill <joel@OARcorp.com>
435
436        * ChangeLog: Corrected.
437
4382002-10-30      Eric Norum <eric.norum@usask.ca>
439
440        * include/rtems/bspIo.h: Add vprintk function for kernel printing
441        from routines which have already obtained the va_list pointer.
442
4432002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * aclocal/check-bsp-cache.m4: Remove.
446
4472002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
450
4512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
454
4552002-10-21      Joel Sherrill <joel@OARcorp.com>
456
457        * aclocal/version.m4: Updated to rtems-20021021-test.
458
4592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * .cvsignore: Reformat.
462        Add autom4te*cache.
463        Remove autom4te.cache.
464
4652002-10-07      Joel Sherrill <joel@OARcorp.com>
466
467        * aclocal/version.m4: Updated to rtems-ss-20021007.
468
4692002-10-04      Joel Sherrill <joel@OARcorp.com>
470
471        * aclocal/version.m4: Updated to rtems-JUNK.
472
4732002-10-04      Joel Sherrill <joel@OARcorp.com>
474
475        * aclocal/version.m4: Updated to rtems-ss-20021004.
476
4772002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * score/include/Makefile.am: Remove cpuopt.h generation.
480        * configure.ac: Correct package name.
481        Don't build ada if POSIX is disabled.
482        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
483
4842002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * aclocal/prog-gnat.m4: New.
487        * configure.ac: Add ada subdir handling.
488
4892002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal/bsp-alias.m4: Remove.
492
4932002-08-07      Joel Sherrill <joel@OARcorp.com>
494
495        * aclocal/version.m4: Updated to rtems-ss-20020807.
496
4972002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: Add missing ',' to librpc activation.
500        Add AC_MSG_CHECKING/AC_MSG_RESULT.
501        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
502
5032002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Fix bug in librpc activation, having introduced by
506        yesterday's patch.
507
5082002-08-06      Joel Sherrill <joel@OARcorp.com>
509
510        * configure.ac: or32 does not currently support librpc.
511
5122002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
515
5162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
519        Use AS_IF instead of if/then/else/fi.
520
5212002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Use librtems.a.
524        * wrapup/Makefile.am: Use libsapi.a.
525
5262002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: Use libscore.a.
529
5302002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/canonicalize-tools.m4: Remove LD.
533        * automake/lib.am: Remove LD.
534        * Makefile.am: Put preinstall-stamp into CLEANFILES.
535
5362002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
539        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
540
5412002-07-31      Joel Sherrill <joel@OARcorp.com>
542
543        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
544        was just a stub and only the OR32 port is getting worked on.
545
5462002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
549
5502002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * automake/compile.am: Use .$(OBJEXT) instead of .o.
553
5542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
557
5582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Use project_libdir instead of
561        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
562        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
563
5642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * automake/lib.am: Use project_libdir instead of
567        $(PROJECT_RELEASE)/lib.
568
5692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
572        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
573        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
574        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
575        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
576        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
577        references to bsp_specs. Use project_libdir instead of
578        $(PROJECT_RELEASE)/lib.
579
5802002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
583        * aclocal/check-cpu.m4: Ditto.
584        * aclocal/check-bsps.m4: Ditto.
585
5862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * automake/multilib.am: Add install-multi.
589        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
590        version.m4.
591        Add --with-project-root.
592        Reflect --with-project-root to setting up PROJECT_ROOT.
593        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
594        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
595        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
596
5972002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: RTEMS_TOP(..).
600
6012002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
604
6052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
608
6092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Remove RTEMS_PROJECT_ROOT.
612        * aclocal/project-root.m4: Remove.
613
6142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/enable-multiprocessing.m4: Fix typo.
617        * aclocal/prog-cc.m4: Remove obsolete comments.
618        Comment out GCCSED.
619
6202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * aclocal/prog-ccas.m4: New.
623        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
624        RTEMS_GCC_PRINT
625        * aclocal/check-multiprocessing.m4: Fix typo.
626        * automake/compile.am: Remove CXX support.
627        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
628
6292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
632
6332002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Remove references to RTEMS_BSP.
636        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
637        Allow building w/ --enable-multiprocessing --enable-multilib.
638        * aclocal/enable-multiprocessing.m4:
639        Eliminate RTEMS_HAS_MULTIPROCESSING.
640
6412002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * wrapup/Makefile.am: Fix stupid typo in previous patch.
644
6452002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * configure.ac: Add librpc. AC_PROG_RANLIB.
648        * wrapup/Makefile.am: Add librpc.
649        Use relative path to lib*.a for
650        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
651
6522002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * aclocal/subdirs.m4: Remove.
655
6562002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * wrapup/Makefile.am: Use relative path to lib*.a for
659        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
660
6612002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: Include $(top_srcdir)/automake/*.am.
664        Use aclocal.
665        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
666        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
667        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
668        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
669        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
670        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
671        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
672        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
673        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
674        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
675        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
676        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
677        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
678        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
679        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
680        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
681        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
682        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
683
6842002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * aclocal/bsp-alias.m4: Copied over from aclocal/.
687        * aclocal/canonical-host.m4: Ditto.
688        * aclocal/canonical-target-name.m4: Ditto.
689        * aclocal/canonicalize-tools.m4: Ditto.
690        * aclocal/check-bsp-cache.m4: Ditto.
691        * aclocal/check-bsps.m4: Ditto.
692        * aclocal/check-cpu.m4: Ditto.
693        * aclocal/check-itron.m4: Ditto.
694        * aclocal/check-multiprocessing.m4: Ditto.
695        * aclocal/check-networking.m4: Ditto.
696        * aclocal/check-newlib.m4: Ditto.
697        * aclocal/check-posix.m4: Ditto.
698        * aclocal/check-tool.m4: Ditto.
699        * aclocal/enable-bare.m4: Ditto.
700        * aclocal/enable-inlines.m4: Ditto.
701        * aclocal/enable-itron.m4: Ditto.
702        * aclocal/enable-multiprocessing.m4: Ditto.
703        * aclocal/enable-networking.m4: Ditto.
704        * aclocal/enable-posix.m4: Ditto.
705        * aclocal/enable-rtemsbsp.m4: Ditto.
706        * aclocal/env-rtemsbsp.m4: Ditto.
707        * aclocal/env-rtemscpu.m4: Ditto.
708        * aclocal/gcc-pipe.m4: Ditto.
709        * aclocal/gcc-specs.m4: Ditto.
710        * aclocal/multi.m4: Ditto.
711        * aclocal/multilib.m4: Ditto.
712        * aclocal/prog-cc.m4: Ditto.
713        * aclocal/project-root.m4: Ditto.
714        * aclocal/rtems-cpu-subdirs.m4: Ditto.
715        * aclocal/rtems-debug.m4: Ditto.
716        * aclocal/rtems-top.m4: Ditto.
717        * aclocal/subdirs.m4: Ditto.
718        * aclocal/sysv-ipc.m4: Ditto.
719        * aclocal/tool-paths.m4: Ditto.
720        * aclocal/version.m4: Ditto.
721
7222002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * automake/compile.am: Copied over from automake/.
725        * automake/lib.am: Copied over from automake/.
726        * automake/local.am: Copied over from automake/.
727        * automake/multilib.am: Copied over from automake/.
728        * automake/subdirs.am: Copied over from automake/.
729        * Makefile.am: Add automake/*.am.
730
7312002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: Add libnetworking.
734        * wrapup/Makefile.am: Ditto.
735
7362002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
739        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
740
7412002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac: Add libcsupport.
744        * wrapup/Makefile.am: Ditto.
745
7462002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * Makefile.am: Add preinstall-stamp.
749
7502002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * configure.ac: Remove ENABLE_GCC28.
753
7542002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
757
7582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac:
761        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
762        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
763        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
766
7672001-01-17      Joel Sherrill <joel@OARcorp.com>
768
769        * ChangeLog: Deleted duplicate blank line.
770
7712002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
774        ITRON_SUBDIRS.
775        * configure.ac: Rework enable_unixlib handling.
776        Add RTEMS_MULTILIBS to cpuopts.h.
777        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
778        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
779
7802002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * wrapup/Makefile.am: Add install-hook.
783        Remove SIZE_RTEMS.
784        * include/rtems/fs.h: New, extracted from libio_.h.
785        * include/rtems/userenv.h: New. extracted from libio_.h.
786
7872002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * Makefile.am: Readded reference to wrapup.
790
7912002-01-06      Joel Sherrill <joel@OARcorp.com>
792
793        * wrapup/.cvsignore: Readded.
794        * include/.cvsignore: New file.
795
7962002-01-04      Joel Sherrill <joel@OARcorp.com>
797
798        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
799
8002001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * configure.ac: Use AS_IF instead of if/then/else.
803        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
804        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
805        Add include/Makefile to CONFIG_FILES.
806        Add AC_ENABLE_MULITLIB.
807        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
808        Remove */optman/Makefile from CONFIG_FILES.
809        * Makefile.am: Add include to SUBDIRS.
810        * rtems/Makefile.am: Remove optman from SUBDIRS.
811        * sapi/Makefile.am: Remove optman from SUBDIRS.
812        * include/Makefile.am: New file.
813        * include/rtems/bspIo.h: Relocated from lib/include.
814        * include/rtems/libio_.h: Relocated from lib/include.
815
8162001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * wrapup/posix/Makefile.am: Add multilib support.
819        * wrapup/itron/Makefile.am: Add multilib support.
820        * wrapup/rtems/Makefile.am: Add multilib support.
821        * Makefile.am: Add multilib support.
822
8232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
826
8272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
830        Reflect changes to configuration of rtems, score and sapi subdirs.
831        * Makefile.am: require automake-1.5.
832
8332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
836        * configure.in: Remove.
837        * configure.ac: New file, generated from configure.in by autoupdate.
838
8392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
842
8432001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
846
8472001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
850
8512000-12-01      Joel Sherrill <joel@OARcorp.com>
852
853        * configure.in: Removed error check for enabling macros with
854        either POSIX or ITRON API.
855
8562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
859
8602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
863
8642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
867        Switch to GNU canonicalization.
868
8692000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
872
8732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
876        wrapup/rtems/Makefile.am: Include compile.am
877
8782000-08-10      Joel Sherrill <joel@OARcorp.com>
879
880        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.