source: rtems/cpukit/ChangeLog @ ac3786b

4.104.114.84.95
Last change on this file since ac3786b was ac3786b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/29/03 at 00:06:15

2003-08-28 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-top.m4: Add RTEMS_API. AC_DEFAULT_PREFIX(opt/rtems-[RTEMS_API]).
  • Property mode set to 100644
File size: 23.1 KB
Line 
12003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-top.m4: Add RTEMS_API.
4        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/rtems-debug.m4: Remove.
9        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
10        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
11
122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * automake/local.am: Remove "debug".
15
162003-08-11      Joel Sherrill <joel@OARcorp.com>
17
18        * configure.ac: Removed duplicate entry.
19
202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
23
242003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add libmisc/fsmount/Makefile.
27
282003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
31
322003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
35
362003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Merge-in librpc/configure.ac.
39        * Makefile.am: Add librpc to SUBDIRS.
40        Remove @subdirs@.
41
422003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Merge-in libcsupport/configure.ac.
45        * Makefile.am: Add libcsupport to SUBDIRS.
46
472003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Merge-in posix/configure.ac.
50        Merge-in itron/configure.ac.
51        Misc. cosmetical changes.
52        * Makefile.am: Add posix, itron to SUBDIRS.
53
542003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Merge-in libnetworking/configure.ac.
57        Remove "rtems-" from RTEMS_VERSION.
58        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
59        * Makefile.am: Add libmisc to SUBDIRS.
60
612003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Merge-in libmisc/configure.ac.
64        * Makefile.am: Add libmisc to SUBDIRS.
65
662003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Merge-in libfs/configure.ac.
69        * Makefile.am: Add libfs to SUBDIRS.
70
712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Merge-in libblock/configure.ac.
74        * Makefile.am: Add libblock to SUBDIRS.
75
762003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Merge-in ada/configure.ac.
79        * Makefile.am: Add ada to SUBDIRS.
80
812003-07-03      Joel Sherrill <joel@OARcorp.com>
82
83        * aclocal/version.m4: Updated to rtems-ss-20030703.
84
852003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        PR 409:
88        * include/Makefile.am: Add rtems/stdint.h
89        * include/rtems/stdint.h: New.
90
912003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        PR 321:
94        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
95        * automake/compile.am: Ditto.
96        * automake/local.am: Ditto.
97
982003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
101
1022003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
105        * aclocal/env-rtemsbsp.m4: Remove.
106        * aclocal/enable-rtemsbsp.m4: Remove.
107
1082003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
111        project_libdir.
112
1132003-04-17      Joel Sherrill <joel@OARcorp.com>
114
115        * aclocal/version.m4: Updated to rtems-ss-20030417.
116
1172003-04-11      Joel Sherrill <joel@OARcorp.com>
118
119        * aclocal/version.m4: Updated to rtems-ss-20030411.
120
1212003-04-11      Joel Sherrill <joel@OARcorp.com>
122
123        * aclocal/version.m4: Updated to rtems-ss-20020411.
124
1252003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
128        Cygwin mistreating paths.
129
1302003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Reflect changes to project_libdir.
133
1342003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
137        Add MULTISUBDIR to project_libdir.
138
1392003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
142        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
143        Remove RTEMS_PROJECT_ROOT (Unused).
144        * aclocal/tool-paths.m4: Delete.
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: AC_PREREQ(2.57).
154
1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove sptables.h.in.
158
1592003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
162        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
163
1642003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
167
1682003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/gcc-isystem.m4: New.
171        * aclocal/gcc-specs.m4: Remove.
172        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
173        Add RTEMS_GCC_ISYSTEM.
174        Reformat setting up RTEMS_CPPFLAGS.
175
1762003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * automake/local.am: Introduce depend-gcc.
179        Remove ${ARCH}.
180        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
181        CPP. Add ${ARCH}. depend-gcc.
182        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
183        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
184        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
185
1862003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
189
1902003-01-28      Joel Sherrill <joel@OARcorp.com>
191
192        * aclocal/version.m4: Updated to rtems-ss-20030128.
193
1942003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/local.am: Remove distclean-local.
197        Remove PROJECT_TOOLS.
198
1992003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
202        Remove CLOBBER_DEPEND (Unused).
203
2042002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
207
2082002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
210        from the 2002-12-12 patch).
211
2122002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Fix typo in yesterday's patch.
215
2162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * wrapup/Makefile.am: Don't create $ARCH.
219        Use install-data-local to install librtemscpu.a
220
2212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Add libmisc.
224
2252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
228
2292002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
232        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
233        * aclocal/check-bsps.m4: Remove.
234
2352002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
238        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
239
2402002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Reflect changes to score/.
243        * configure.ac: Reflect changes to score/.
244
2452002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Reflect changes to sapi/.
248        * configure.ac: Reflect changes to sapi/.
249
2502002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add AC_SUBST(INLINEdir).
253
2542002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Reflect changes to rtems/.
257        * configure.ac: Reflect changes to rtems/.
258
2592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Reflect changes to posix/.
262        Reflect changes to itron/.
263
2642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
267
2682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
271        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
272        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
273        CFLAGS_PROFILE_V.
274        Hard-code RTEMS_CFLAGS_PROFILE = -pg
275        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
276        Remove GCCSED.
277        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
278        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
279
2802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/rtems-flags.m4: New.
283
2842002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
287
2882002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
291        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
292
2932002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * include/rtems/libio_.h: Remove.
296
2972002-11-18      Joel Sherrill <joel@OARcorp.com>
298
299        * aclocal/version.m4: Updated to rtems-ss-20021118.
300
3012002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * include/rtems/userenv.h: Rely upon <limits.h> for
304        _POSIX_LOGIN_NAME_MAX.
305
3062002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
309        * automake/compile.am: Acknowledge configuration-time CFLAGS.
310        Remove CFLAGS_DEFAULT.
311
3122002-11-11      Joel Sherrill <joel@OARcorp.com>
313
314        * aclocal/version.m4: Updated to rtems-ss-20021111.
315
3162002-11-11      Joel Sherrill <joel@OARcorp.com>
317
318        * aclocal/version.m4: Updated to rtems-ss-20021111.
319
3202002-11-01      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog: Corrected.
323
3242002-10-30      Eric Norum <eric.norum@usask.ca>
325
326        * include/rtems/bspIo.h: Add vprintk function for kernel printing
327        from routines which have already obtained the va_list pointer.
328
3292002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/check-bsp-cache.m4: Remove.
332
3332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
336
3372002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
340
3412002-10-21      Joel Sherrill <joel@OARcorp.com>
342
343        * aclocal/version.m4: Updated to rtems-20021021-test.
344
3452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * .cvsignore: Reformat.
348        Add autom4te*cache.
349        Remove autom4te.cache.
350
3512002-10-07      Joel Sherrill <joel@OARcorp.com>
352
353        * aclocal/version.m4: Updated to rtems-ss-20021007.
354
3552002-10-04      Joel Sherrill <joel@OARcorp.com>
356
357        * aclocal/version.m4: Updated to rtems-JUNK.
358
3592002-10-04      Joel Sherrill <joel@OARcorp.com>
360
361        * aclocal/version.m4: Updated to rtems-ss-20021004.
362
3632002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * score/include/Makefile.am: Remove cpuopt.h generation.
366        * configure.ac: Correct package name.
367        Don't build ada if POSIX is disabled.
368        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
369
3702002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * aclocal/prog-gnat.m4: New.
373        * configure.ac: Add ada subdir handling.
374
3752002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/bsp-alias.m4: Remove.
378
3792002-08-07      Joel Sherrill <joel@OARcorp.com>
380
381        * aclocal/version.m4: Updated to rtems-ss-20020807.
382
3832002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Add missing ',' to librpc activation.
386        Add AC_MSG_CHECKING/AC_MSG_RESULT.
387        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
388
3892002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Fix bug in librpc activation, having introduced by
392        yesterday's patch.
393
3942002-08-06      Joel Sherrill <joel@OARcorp.com>
395
396        * configure.ac: or32 does not currently support librpc.
397
3982002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
401
4022002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
405        Use AS_IF instead of if/then/else/fi.
406
4072002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Use librtems.a.
410        * wrapup/Makefile.am: Use libsapi.a.
411
4122002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Use libscore.a.
415
4162002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/canonicalize-tools.m4: Remove LD.
419        * automake/lib.am: Remove LD.
420        * Makefile.am: Put preinstall-stamp into CLEANFILES.
421
4222002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
425        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
426
4272002-07-31      Joel Sherrill <joel@OARcorp.com>
428
429        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
430        was just a stub and only the OR32 port is getting worked on.
431
4322002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
435
4362002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * automake/compile.am: Use .$(OBJEXT) instead of .o.
439
4402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
443
4442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Use project_libdir instead of
447        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
448        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
449
4502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * automake/lib.am: Use project_libdir instead of
453        $(PROJECT_RELEASE)/lib.
454
4552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
458        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
459        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
460        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
461        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
462        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
463        references to bsp_specs. Use project_libdir instead of
464        $(PROJECT_RELEASE)/lib.
465
4662002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
469        * aclocal/check-cpu.m4: Ditto.
470        * aclocal/check-bsps.m4: Ditto.
471
4722002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * automake/multilib.am: Add install-multi.
475        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
476        version.m4.
477        Add --with-project-root.
478        Reflect --with-project-root to setting up PROJECT_ROOT.
479        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
480        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
481        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
482
4832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: RTEMS_TOP(..).
486
4872002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
490
4912002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
494
4952002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Remove RTEMS_PROJECT_ROOT.
498        * aclocal/project-root.m4: Remove.
499
5002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * aclocal/enable-multiprocessing.m4: Fix typo.
503        * aclocal/prog-cc.m4: Remove obsolete comments.
504        Comment out GCCSED.
505
5062002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * aclocal/prog-ccas.m4: New.
509        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
510        RTEMS_GCC_PRINT
511        * aclocal/check-multiprocessing.m4: Fix typo.
512        * automake/compile.am: Remove CXX support.
513        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
514
5152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
518
5192002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Remove references to RTEMS_BSP.
522        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
523        Allow building w/ --enable-multiprocessing --enable-multilib.
524        * aclocal/enable-multiprocessing.m4:
525        Eliminate RTEMS_HAS_MULTIPROCESSING.
526
5272002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * wrapup/Makefile.am: Fix stupid typo in previous patch.
530
5312002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Add librpc. AC_PROG_RANLIB.
534        * wrapup/Makefile.am: Add librpc.
535        Use relative path to lib*.a for
536        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
537
5382002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * aclocal/subdirs.m4: Remove.
541
5422002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * wrapup/Makefile.am: Use relative path to lib*.a for
545        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
546
5472002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Include $(top_srcdir)/automake/*.am.
550        Use aclocal.
551        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
552        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
553        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
554        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
555        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
556        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
557        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
558        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
559        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
560        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
561        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
562        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
563        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
564        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
565        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
566        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
567        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
568        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
569
5702002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/bsp-alias.m4: Copied over from aclocal/.
573        * aclocal/canonical-host.m4: Ditto.
574        * aclocal/canonical-target-name.m4: Ditto.
575        * aclocal/canonicalize-tools.m4: Ditto.
576        * aclocal/check-bsp-cache.m4: Ditto.
577        * aclocal/check-bsps.m4: Ditto.
578        * aclocal/check-cpu.m4: Ditto.
579        * aclocal/check-itron.m4: Ditto.
580        * aclocal/check-multiprocessing.m4: Ditto.
581        * aclocal/check-networking.m4: Ditto.
582        * aclocal/check-newlib.m4: Ditto.
583        * aclocal/check-posix.m4: Ditto.
584        * aclocal/check-tool.m4: Ditto.
585        * aclocal/enable-bare.m4: Ditto.
586        * aclocal/enable-inlines.m4: Ditto.
587        * aclocal/enable-itron.m4: Ditto.
588        * aclocal/enable-multiprocessing.m4: Ditto.
589        * aclocal/enable-networking.m4: Ditto.
590        * aclocal/enable-posix.m4: Ditto.
591        * aclocal/enable-rtemsbsp.m4: Ditto.
592        * aclocal/env-rtemsbsp.m4: Ditto.
593        * aclocal/env-rtemscpu.m4: Ditto.
594        * aclocal/gcc-pipe.m4: Ditto.
595        * aclocal/gcc-specs.m4: Ditto.
596        * aclocal/multi.m4: Ditto.
597        * aclocal/multilib.m4: Ditto.
598        * aclocal/prog-cc.m4: Ditto.
599        * aclocal/project-root.m4: Ditto.
600        * aclocal/rtems-cpu-subdirs.m4: Ditto.
601        * aclocal/rtems-debug.m4: Ditto.
602        * aclocal/rtems-top.m4: Ditto.
603        * aclocal/subdirs.m4: Ditto.
604        * aclocal/sysv-ipc.m4: Ditto.
605        * aclocal/tool-paths.m4: Ditto.
606        * aclocal/version.m4: Ditto.
607
6082002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * automake/compile.am: Copied over from automake/.
611        * automake/lib.am: Copied over from automake/.
612        * automake/local.am: Copied over from automake/.
613        * automake/multilib.am: Copied over from automake/.
614        * automake/subdirs.am: Copied over from automake/.
615        * Makefile.am: Add automake/*.am.
616
6172002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Add libnetworking.
620        * wrapup/Makefile.am: Ditto.
621
6222002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
625        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
626
6272002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Add libcsupport.
630        * wrapup/Makefile.am: Ditto.
631
6322002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * Makefile.am: Add preinstall-stamp.
635
6362002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac: Remove ENABLE_GCC28.
639
6402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
643
6442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac:
647        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
648        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
649        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
652
6532001-01-17      Joel Sherrill <joel@OARcorp.com>
654
655        * ChangeLog: Deleted duplicate blank line.
656
6572002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
660        ITRON_SUBDIRS.
661        * configure.ac: Rework enable_unixlib handling.
662        Add RTEMS_MULTILIBS to cpuopts.h.
663        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
664        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
665
6662002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * wrapup/Makefile.am: Add install-hook.
669        Remove SIZE_RTEMS.
670        * include/rtems/fs.h: New, extracted from libio_.h.
671        * include/rtems/userenv.h: New. extracted from libio_.h.
672
6732002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * Makefile.am: Readded reference to wrapup.
676
6772002-01-06      Joel Sherrill <joel@OARcorp.com>
678
679        * wrapup/.cvsignore: Readded.
680        * include/.cvsignore: New file.
681
6822002-01-04      Joel Sherrill <joel@OARcorp.com>
683
684        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
685
6862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * configure.ac: Use AS_IF instead of if/then/else.
689        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
690        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
691        Add include/Makefile to CONFIG_FILES.
692        Add AC_ENABLE_MULITLIB.
693        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
694        Remove */optman/Makefile from CONFIG_FILES.
695        * Makefile.am: Add include to SUBDIRS.
696        * rtems/Makefile.am: Remove optman from SUBDIRS.
697        * sapi/Makefile.am: Remove optman from SUBDIRS.
698        * include/Makefile.am: New file.
699        * include/rtems/bspIo.h: Relocated from lib/include.
700        * include/rtems/libio_.h: Relocated from lib/include.
701
7022001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * wrapup/posix/Makefile.am: Add multilib support.
705        * wrapup/itron/Makefile.am: Add multilib support.
706        * wrapup/rtems/Makefile.am: Add multilib support.
707        * Makefile.am: Add multilib support.
708
7092001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
712
7132001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
716        Reflect changes to configuration of rtems, score and sapi subdirs.
717        * Makefile.am: require automake-1.5.
718
7192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
722        * configure.in: Remove.
723        * configure.ac: New file, generated from configure.in by autoupdate.
724
7252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
728
7292001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
732
7332001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
736
7372000-12-01      Joel Sherrill <joel@OARcorp.com>
738
739        * configure.in: Removed error check for enabling macros with
740        either POSIX or ITRON API.
741
7422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
745
7462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
749
7502000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
753        Switch to GNU canonicalization.
754
7552000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
758
7592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
762        wrapup/rtems/Makefile.am: Include compile.am
763
7642000-08-10      Joel Sherrill <joel@OARcorp.com>
765
766        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.