source: rtems/cpukit/ChangeLog @ 926e856a

4.104.114.84.95
Last change on this file since 926e856a was 926e856a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/23/03 at 17:07:21

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

  • configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
  • Property mode set to 100644
File size: 25.2 KB
Line 
12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
4
52003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
8        * configure.ac: Ditto.
9
102003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * acinclude.m4: New.
13        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
14        Add local autoheader config.h.
15        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
16        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
17
182003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/check-posix.m4: Add m4-quotes.
21        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
22        * aclocal/canonical-host.m4: Remove.
23        * configure.ac: Remove RTEMS_CANONICAL_HOST.
24        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
25        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
26        AC_CANONICAL_TARGET. Use $host instead of $target.
27
282003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/check-multiprocessing.m4: Add m4-quotes.
31        Remove RTEMS_CHECK_CPU.
32        * aclocal/check-itron.m4: Add m4-quotes.
33        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
34        * aclocal/check-networking.m4: Add m4-quotes.
35        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
36        * aclocal/check-cpu.m4: Remove.
37        * aclocal/canonical-target-name.m4: Add m4-quotes.
38        * configure.ac: Merge-in former aclocal/check-cpu.m4.
39
402003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Check for sys/cdefs.h.
43        * aclocal/env-rtems-cpu.m4: Add project_includedir.
44        Deprecate PROJECT_INCLUDE.  Change project_includedir to
45        $(PROJECT_ROOT)/include for multilibs.
46
472003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in include/Makefile.am.
50        * include/Makefile.am: Remove.
51        * configure.ac: Reflect having removed include/Makefile.am and
52        librpc/include/Makefile.am.
53
542003-09-04      Joel Sherrill <joel@OARcorp.com>
55
56        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
57        URL for license changed.
58
592003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/rtems-top.m4: Add RTEMS_API.
62        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
63
642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/rtems-debug.m4: Remove.
67        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
68        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * automake/local.am: Remove "debug".
73
742003-08-11      Joel Sherrill <joel@OARcorp.com>
75
76        * configure.ac: Removed duplicate entry.
77
782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
81
822003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Add libmisc/fsmount/Makefile.
85
862003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
89
902003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
93
942003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Merge-in librpc/configure.ac.
97        * Makefile.am: Add librpc to SUBDIRS.
98        Remove @subdirs@.
99
1002003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Merge-in libcsupport/configure.ac.
103        * Makefile.am: Add libcsupport to SUBDIRS.
104
1052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Merge-in posix/configure.ac.
108        Merge-in itron/configure.ac.
109        Misc. cosmetical changes.
110        * Makefile.am: Add posix, itron to SUBDIRS.
111
1122003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Merge-in libnetworking/configure.ac.
115        Remove "rtems-" from RTEMS_VERSION.
116        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
117        * Makefile.am: Add libmisc to SUBDIRS.
118
1192003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Merge-in libmisc/configure.ac.
122        * Makefile.am: Add libmisc to SUBDIRS.
123
1242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Merge-in libfs/configure.ac.
127        * Makefile.am: Add libfs to SUBDIRS.
128
1292003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Merge-in libblock/configure.ac.
132        * Makefile.am: Add libblock to SUBDIRS.
133
1342003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Merge-in ada/configure.ac.
137        * Makefile.am: Add ada to SUBDIRS.
138
1392003-07-03      Joel Sherrill <joel@OARcorp.com>
140
141        * aclocal/version.m4: Updated to rtems-ss-20030703.
142
1432003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        PR 409:
146        * include/Makefile.am: Add rtems/stdint.h
147        * include/rtems/stdint.h: New.
148
1492003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        PR 321:
152        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
153        * automake/compile.am: Ditto.
154        * automake/local.am: Ditto.
155
1562003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
159
1602003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
163        * aclocal/env-rtemsbsp.m4: Remove.
164        * aclocal/enable-rtemsbsp.m4: Remove.
165
1662003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
169        project_libdir.
170
1712003-04-17      Joel Sherrill <joel@OARcorp.com>
172
173        * aclocal/version.m4: Updated to rtems-ss-20030417.
174
1752003-04-11      Joel Sherrill <joel@OARcorp.com>
176
177        * aclocal/version.m4: Updated to rtems-ss-20030411.
178
1792003-04-11      Joel Sherrill <joel@OARcorp.com>
180
181        * aclocal/version.m4: Updated to rtems-ss-20020411.
182
1832003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
186        Cygwin mistreating paths.
187
1882003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Reflect changes to project_libdir.
191
1922003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
195        Add MULTISUBDIR to project_libdir.
196
1972003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
200        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
201        Remove RTEMS_PROJECT_ROOT (Unused).
202        * aclocal/tool-paths.m4: Delete.
203
2042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove AC_CONFIG_AUX_DIR.
207        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
208
2092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove sptables.h.in.
216
2172003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
220        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
221
2222003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
225
2262003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/gcc-isystem.m4: New.
229        * aclocal/gcc-specs.m4: Remove.
230        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
231        Add RTEMS_GCC_ISYSTEM.
232        Reformat setting up RTEMS_CPPFLAGS.
233
2342003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * automake/local.am: Introduce depend-gcc.
237        Remove ${ARCH}.
238        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
239        CPP. Add ${ARCH}. depend-gcc.
240        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
241        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
242        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
243
2442003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
247
2482003-01-28      Joel Sherrill <joel@OARcorp.com>
249
250        * aclocal/version.m4: Updated to rtems-ss-20030128.
251
2522003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * automake/local.am: Remove distclean-local.
255        Remove PROJECT_TOOLS.
256
2572003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
260        Remove CLOBBER_DEPEND (Unused).
261
2622002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
265
2662002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
268        from the 2002-12-12 patch).
269
2702002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Fix typo in yesterday's patch.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Don't create $ARCH.
277        Use install-data-local to install librtemscpu.a
278
2792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Add libmisc.
282
2832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
286
2872002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
290        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
291        * aclocal/check-bsps.m4: Remove.
292
2932002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
296        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
297
2982002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Reflect changes to score/.
301        * configure.ac: Reflect changes to score/.
302
3032002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Reflect changes to sapi/.
306        * configure.ac: Reflect changes to sapi/.
307
3082002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Add AC_SUBST(INLINEdir).
311
3122002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Reflect changes to rtems/.
315        * configure.ac: Reflect changes to rtems/.
316
3172002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Reflect changes to posix/.
320        Reflect changes to itron/.
321
3222002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
325
3262002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
329        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
330        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
331        CFLAGS_PROFILE_V.
332        Hard-code RTEMS_CFLAGS_PROFILE = -pg
333        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
334        Remove GCCSED.
335        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
336        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
337
3382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * aclocal/rtems-flags.m4: New.
341
3422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
345
3462002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
349        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
350
3512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * include/rtems/libio_.h: Remove.
354
3552002-11-18      Joel Sherrill <joel@OARcorp.com>
356
357        * aclocal/version.m4: Updated to rtems-ss-20021118.
358
3592002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * include/rtems/userenv.h: Rely upon <limits.h> for
362        _POSIX_LOGIN_NAME_MAX.
363
3642002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
367        * automake/compile.am: Acknowledge configuration-time CFLAGS.
368        Remove CFLAGS_DEFAULT.
369
3702002-11-11      Joel Sherrill <joel@OARcorp.com>
371
372        * aclocal/version.m4: Updated to rtems-ss-20021111.
373
3742002-11-11      Joel Sherrill <joel@OARcorp.com>
375
376        * aclocal/version.m4: Updated to rtems-ss-20021111.
377
3782002-11-01      Joel Sherrill <joel@OARcorp.com>
379
380        * ChangeLog: Corrected.
381
3822002-10-30      Eric Norum <eric.norum@usask.ca>
383
384        * include/rtems/bspIo.h: Add vprintk function for kernel printing
385        from routines which have already obtained the va_list pointer.
386
3872002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * aclocal/check-bsp-cache.m4: Remove.
390
3912002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
394
3952002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
398
3992002-10-21      Joel Sherrill <joel@OARcorp.com>
400
401        * aclocal/version.m4: Updated to rtems-20021021-test.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-10-07      Joel Sherrill <joel@OARcorp.com>
410
411        * aclocal/version.m4: Updated to rtems-ss-20021007.
412
4132002-10-04      Joel Sherrill <joel@OARcorp.com>
414
415        * aclocal/version.m4: Updated to rtems-JUNK.
416
4172002-10-04      Joel Sherrill <joel@OARcorp.com>
418
419        * aclocal/version.m4: Updated to rtems-ss-20021004.
420
4212002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * score/include/Makefile.am: Remove cpuopt.h generation.
424        * configure.ac: Correct package name.
425        Don't build ada if POSIX is disabled.
426        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
427
4282002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/prog-gnat.m4: New.
431        * configure.ac: Add ada subdir handling.
432
4332002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/bsp-alias.m4: Remove.
436
4372002-08-07      Joel Sherrill <joel@OARcorp.com>
438
439        * aclocal/version.m4: Updated to rtems-ss-20020807.
440
4412002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Add missing ',' to librpc activation.
444        Add AC_MSG_CHECKING/AC_MSG_RESULT.
445        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
446
4472002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Fix bug in librpc activation, having introduced by
450        yesterday's patch.
451
4522002-08-06      Joel Sherrill <joel@OARcorp.com>
453
454        * configure.ac: or32 does not currently support librpc.
455
4562002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
459
4602002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
463        Use AS_IF instead of if/then/else/fi.
464
4652002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * wrapup/Makefile.am: Use librtems.a.
468        * wrapup/Makefile.am: Use libsapi.a.
469
4702002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Use libscore.a.
473
4742002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/canonicalize-tools.m4: Remove LD.
477        * automake/lib.am: Remove LD.
478        * Makefile.am: Put preinstall-stamp into CLEANFILES.
479
4802002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
483        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
484
4852002-07-31      Joel Sherrill <joel@OARcorp.com>
486
487        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
488        was just a stub and only the OR32 port is getting worked on.
489
4902002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
493
4942002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * automake/compile.am: Use .$(OBJEXT) instead of .o.
497
4982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
501
5022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * wrapup/Makefile.am: Use project_libdir instead of
505        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
506        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
507
5082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * automake/lib.am: Use project_libdir instead of
511        $(PROJECT_RELEASE)/lib.
512
5132002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
516        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
517        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
518        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
519        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
520        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
521        references to bsp_specs. Use project_libdir instead of
522        $(PROJECT_RELEASE)/lib.
523
5242002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
527        * aclocal/check-cpu.m4: Ditto.
528        * aclocal/check-bsps.m4: Ditto.
529
5302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * automake/multilib.am: Add install-multi.
533        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
534        version.m4.
535        Add --with-project-root.
536        Reflect --with-project-root to setting up PROJECT_ROOT.
537        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
538        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
539        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
540
5412002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: RTEMS_TOP(..).
544
5452002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
548
5492002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
552
5532002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Remove RTEMS_PROJECT_ROOT.
556        * aclocal/project-root.m4: Remove.
557
5582002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * aclocal/enable-multiprocessing.m4: Fix typo.
561        * aclocal/prog-cc.m4: Remove obsolete comments.
562        Comment out GCCSED.
563
5642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/prog-ccas.m4: New.
567        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
568        RTEMS_GCC_PRINT
569        * aclocal/check-multiprocessing.m4: Fix typo.
570        * automake/compile.am: Remove CXX support.
571        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
572
5732002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
576
5772002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: Remove references to RTEMS_BSP.
580        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
581        Allow building w/ --enable-multiprocessing --enable-multilib.
582        * aclocal/enable-multiprocessing.m4:
583        Eliminate RTEMS_HAS_MULTIPROCESSING.
584
5852002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * wrapup/Makefile.am: Fix stupid typo in previous patch.
588
5892002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Add librpc. AC_PROG_RANLIB.
592        * wrapup/Makefile.am: Add librpc.
593        Use relative path to lib*.a for
594        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
595
5962002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * aclocal/subdirs.m4: Remove.
599
6002002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * wrapup/Makefile.am: Use relative path to lib*.a for
603        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
604
6052002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Include $(top_srcdir)/automake/*.am.
608        Use aclocal.
609        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
610        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
611        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
612        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
613        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
614        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
615        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
616        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
617        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
618        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
619        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
620        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
621        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
622        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
623        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
624        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
625        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
626        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
627
6282002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/bsp-alias.m4: Copied over from aclocal/.
631        * aclocal/canonical-host.m4: Ditto.
632        * aclocal/canonical-target-name.m4: Ditto.
633        * aclocal/canonicalize-tools.m4: Ditto.
634        * aclocal/check-bsp-cache.m4: Ditto.
635        * aclocal/check-bsps.m4: Ditto.
636        * aclocal/check-cpu.m4: Ditto.
637        * aclocal/check-itron.m4: Ditto.
638        * aclocal/check-multiprocessing.m4: Ditto.
639        * aclocal/check-networking.m4: Ditto.
640        * aclocal/check-newlib.m4: Ditto.
641        * aclocal/check-posix.m4: Ditto.
642        * aclocal/check-tool.m4: Ditto.
643        * aclocal/enable-bare.m4: Ditto.
644        * aclocal/enable-inlines.m4: Ditto.
645        * aclocal/enable-itron.m4: Ditto.
646        * aclocal/enable-multiprocessing.m4: Ditto.
647        * aclocal/enable-networking.m4: Ditto.
648        * aclocal/enable-posix.m4: Ditto.
649        * aclocal/enable-rtemsbsp.m4: Ditto.
650        * aclocal/env-rtemsbsp.m4: Ditto.
651        * aclocal/env-rtemscpu.m4: Ditto.
652        * aclocal/gcc-pipe.m4: Ditto.
653        * aclocal/gcc-specs.m4: Ditto.
654        * aclocal/multi.m4: Ditto.
655        * aclocal/multilib.m4: Ditto.
656        * aclocal/prog-cc.m4: Ditto.
657        * aclocal/project-root.m4: Ditto.
658        * aclocal/rtems-cpu-subdirs.m4: Ditto.
659        * aclocal/rtems-debug.m4: Ditto.
660        * aclocal/rtems-top.m4: Ditto.
661        * aclocal/subdirs.m4: Ditto.
662        * aclocal/sysv-ipc.m4: Ditto.
663        * aclocal/tool-paths.m4: Ditto.
664        * aclocal/version.m4: Ditto.
665
6662002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * automake/compile.am: Copied over from automake/.
669        * automake/lib.am: Copied over from automake/.
670        * automake/local.am: Copied over from automake/.
671        * automake/multilib.am: Copied over from automake/.
672        * automake/subdirs.am: Copied over from automake/.
673        * Makefile.am: Add automake/*.am.
674
6752002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac: Add libnetworking.
678        * wrapup/Makefile.am: Ditto.
679
6802002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
683        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
684
6852002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Add libcsupport.
688        * wrapup/Makefile.am: Ditto.
689
6902002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * Makefile.am: Add preinstall-stamp.
693
6942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * configure.ac: Remove ENABLE_GCC28.
697
6982002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
701
7022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * configure.ac:
705        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
706        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
707        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
710
7112001-01-17      Joel Sherrill <joel@OARcorp.com>
712
713        * ChangeLog: Deleted duplicate blank line.
714
7152002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
718        ITRON_SUBDIRS.
719        * configure.ac: Rework enable_unixlib handling.
720        Add RTEMS_MULTILIBS to cpuopts.h.
721        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
722        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
723
7242002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * wrapup/Makefile.am: Add install-hook.
727        Remove SIZE_RTEMS.
728        * include/rtems/fs.h: New, extracted from libio_.h.
729        * include/rtems/userenv.h: New. extracted from libio_.h.
730
7312002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * Makefile.am: Readded reference to wrapup.
734
7352002-01-06      Joel Sherrill <joel@OARcorp.com>
736
737        * wrapup/.cvsignore: Readded.
738        * include/.cvsignore: New file.
739
7402002-01-04      Joel Sherrill <joel@OARcorp.com>
741
742        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
743
7442001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.ac: Use AS_IF instead of if/then/else.
747        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
748        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
749        Add include/Makefile to CONFIG_FILES.
750        Add AC_ENABLE_MULITLIB.
751        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
752        Remove */optman/Makefile from CONFIG_FILES.
753        * Makefile.am: Add include to SUBDIRS.
754        * rtems/Makefile.am: Remove optman from SUBDIRS.
755        * sapi/Makefile.am: Remove optman from SUBDIRS.
756        * include/Makefile.am: New file.
757        * include/rtems/bspIo.h: Relocated from lib/include.
758        * include/rtems/libio_.h: Relocated from lib/include.
759
7602001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * wrapup/posix/Makefile.am: Add multilib support.
763        * wrapup/itron/Makefile.am: Add multilib support.
764        * wrapup/rtems/Makefile.am: Add multilib support.
765        * Makefile.am: Add multilib support.
766
7672001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
770
7712001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
774        Reflect changes to configuration of rtems, score and sapi subdirs.
775        * Makefile.am: require automake-1.5.
776
7772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
780        * configure.in: Remove.
781        * configure.ac: New file, generated from configure.in by autoupdate.
782
7832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
786
7872001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
790
7912001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
794
7952000-12-01      Joel Sherrill <joel@OARcorp.com>
796
797        * configure.in: Removed error check for enabling macros with
798        either POSIX or ITRON API.
799
8002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
803
8042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
807
8082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
811        Switch to GNU canonicalization.
812
8132000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
816
8172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
820        wrapup/rtems/Makefile.am: Include compile.am
821
8222000-08-10      Joel Sherrill <joel@OARcorp.com>
823
824        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.