source: rtems/cpukit/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was f8ee48bf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/02 at 16:59:21

2002-10-21 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-20021021-test.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12002-10-21      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-20021021-test.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-10-07      Joel Sherrill <joel@OARcorp.com>
12
13        * aclocal/version.m4: Updated to rtems-ss-20021007.
14
152002-10-04      Joel Sherrill <joel@OARcorp.com>
16
17        * aclocal/version.m4: Updated to rtems-JUNK.
18
192002-10-04      Joel Sherrill <joel@OARcorp.com>
20
21        * aclocal/version.m4: Updated to rtems-ss-20021004.
22
232002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * score/include/Makefile.am: Remove cpuopt.h generation.
26        * configure.ac: Correct package name.
27        Don't build ada if POSIX is disabled.
28        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
29
302002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * aclocal/prog-gnat.m4: New.
33        * configure.ac: Add ada subdir handling.
34
352002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/bsp-alias.m4: Remove.
38
392002-08-07      Joel Sherrill <joel@OARcorp.com>
40
41        * aclocal/version.m4: Updated to rtems-ss-20020807.
42
432002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add missing ',' to librpc activation.
46        Add AC_MSG_CHECKING/AC_MSG_RESULT.
47        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
48
492002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Fix bug in librpc activation, having introduced by
52        yesterday's patch.
53
542002-08-06      Joel Sherrill <joel@OARcorp.com>
55
56        * configure.ac: or32 does not currently support librpc.
57
582002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
61
622002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
65        Use AS_IF instead of if/then/else/fi.
66
672002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Use librtems.a.
70        * wrapup/Makefile.am: Use libsapi.a.
71
722002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Use libscore.a.
75
762002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/canonicalize-tools.m4: Remove LD.
79        * automake/lib.am: Remove LD.
80        * Makefile.am: Put preinstall-stamp into CLEANFILES.
81
822002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
85        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
86
872002-07-31      Joel Sherrill <joel@OARcorp.com>
88
89        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
90        was just a stub and only the OR32 port is getting worked on.
91
922002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
95
962002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/compile.am: Use .$(OBJEXT) instead of .o.
99
1002002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Use project_libdir instead of
107        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
108        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
109
1102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * automake/lib.am: Use project_libdir instead of
113        $(PROJECT_RELEASE)/lib.
114
1152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
118        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
119        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
120        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
121        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
122        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
123        references to bsp_specs. Use project_libdir instead of
124        $(PROJECT_RELEASE)/lib.
125
1262002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
129        * aclocal/check-cpu.m4: Ditto.
130        * aclocal/check-bsps.m4: Ditto.
131
1322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * automake/multilib.am: Add install-multi.
135        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
136        version.m4.
137        Add --with-project-root.
138        Reflect --with-project-root to setting up PROJECT_ROOT.
139        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
140        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
141        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
142
1432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: RTEMS_TOP(..).
146
1472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
150
1512002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
154
1552002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove RTEMS_PROJECT_ROOT.
158        * aclocal/project-root.m4: Remove.
159
1602002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/enable-multiprocessing.m4: Fix typo.
163        * aclocal/prog-cc.m4: Remove obsolete comments.
164        Comment out GCCSED.
165
1662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/prog-ccas.m4: New.
169        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
170        RTEMS_GCC_PRINT
171        * aclocal/check-multiprocessing.m4: Fix typo.
172        * automake/compile.am: Remove CXX support.
173        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
174
1752002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
178
1792002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove references to RTEMS_BSP.
182        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
183        Allow building w/ --enable-multiprocessing --enable-multilib.
184        * aclocal/enable-multiprocessing.m4:
185        Eliminate RTEMS_HAS_MULTIPROCESSING.
186
1872002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Fix stupid typo in previous patch.
190
1912002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Add librpc. AC_PROG_RANLIB.
194        * wrapup/Makefile.am: Add librpc.
195        Use relative path to lib*.a for
196        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
197
1982002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/subdirs.m4: Remove.
201
2022002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Use relative path to lib*.a for
205        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
206
2072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Include $(top_srcdir)/automake/*.am.
210        Use aclocal.
211        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
212        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
213        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
214        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
215        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
216        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
217        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
218        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
219        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
220        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
221        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
222        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
223        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
224        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
225        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
226        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
227        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
228        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
229
2302002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * aclocal/bsp-alias.m4: Copied over from aclocal/.
233        * aclocal/canonical-host.m4: Ditto.
234        * aclocal/canonical-target-name.m4: Ditto.
235        * aclocal/canonicalize-tools.m4: Ditto.
236        * aclocal/check-bsp-cache.m4: Ditto.
237        * aclocal/check-bsps.m4: Ditto.
238        * aclocal/check-cpu.m4: Ditto.
239        * aclocal/check-itron.m4: Ditto.
240        * aclocal/check-multiprocessing.m4: Ditto.
241        * aclocal/check-networking.m4: Ditto.
242        * aclocal/check-newlib.m4: Ditto.
243        * aclocal/check-posix.m4: Ditto.
244        * aclocal/check-tool.m4: Ditto.
245        * aclocal/enable-bare.m4: Ditto.
246        * aclocal/enable-inlines.m4: Ditto.
247        * aclocal/enable-itron.m4: Ditto.
248        * aclocal/enable-multiprocessing.m4: Ditto.
249        * aclocal/enable-networking.m4: Ditto.
250        * aclocal/enable-posix.m4: Ditto.
251        * aclocal/enable-rtemsbsp.m4: Ditto.
252        * aclocal/env-rtemsbsp.m4: Ditto.
253        * aclocal/env-rtemscpu.m4: Ditto.
254        * aclocal/gcc-pipe.m4: Ditto.
255        * aclocal/gcc-specs.m4: Ditto.
256        * aclocal/multi.m4: Ditto.
257        * aclocal/multilib.m4: Ditto.
258        * aclocal/prog-cc.m4: Ditto.
259        * aclocal/project-root.m4: Ditto.
260        * aclocal/rtems-cpu-subdirs.m4: Ditto.
261        * aclocal/rtems-debug.m4: Ditto.
262        * aclocal/rtems-top.m4: Ditto.
263        * aclocal/subdirs.m4: Ditto.
264        * aclocal/sysv-ipc.m4: Ditto.
265        * aclocal/tool-paths.m4: Ditto.
266        * aclocal/version.m4: Ditto.
267
2682002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * automake/compile.am: Copied over from automake/.
271        * automake/lib.am: Copied over from automake/.
272        * automake/local.am: Copied over from automake/.
273        * automake/multilib.am: Copied over from automake/.
274        * automake/subdirs.am: Copied over from automake/.
275        * Makefile.am: Add automake/*.am.
276
2772002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Add libnetworking.
280        * wrapup/Makefile.am: Ditto.
281
2822002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
285        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
286
2872002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Add libcsupport.
290        * wrapup/Makefile.am: Ditto.
291
2922002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Add preinstall-stamp.
295
2962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove ENABLE_GCC28.
299
3002002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
303
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac:
307        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
308        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
309        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
312
3132001-01-17      Joel Sherrill <joel@OARcorp.com>
314
315        * ChangeLog: Deleted duplicate blank line.
316
3172002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
320        ITRON_SUBDIRS.
321        * configure.ac: Rework enable_unixlib handling.
322        Add RTEMS_MULTILIBS to cpuopts.h.
323        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
324        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
325
3262002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Add install-hook.
329        Remove SIZE_RTEMS.
330        * include/rtems/fs.h: New, extracted from libio_.h.
331        * include/rtems/userenv.h: New. extracted from libio_.h.
332
3332002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Readded reference to wrapup.
336
3372002-01-06      Joel Sherrill <joel@OARcorp.com>
338
339        * wrapup/.cvsignore: Readded.
340        * include/.cvsignore: New file.
341
3422002-01-04      Joel Sherrill <joel@OARcorp.com>
343
344        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
345
3462001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use AS_IF instead of if/then/else.
349        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
350        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
351        Add include/Makefile to CONFIG_FILES.
352        Add AC_ENABLE_MULITLIB.
353        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
354        Remove */optman/Makefile from CONFIG_FILES.
355        * Makefile.am: Add include to SUBDIRS.
356        * rtems/Makefile.am: Remove optman from SUBDIRS.
357        * sapi/Makefile.am: Remove optman from SUBDIRS.
358        * include/Makefile.am: New file.
359        * include/rtems/bspIo.h: Relocated from lib/include.
360        * include/rtems/libio_.h: Relocated from lib/include.
361
3622001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/posix/Makefile.am: Add multilib support.
365        * wrapup/itron/Makefile.am: Add multilib support.
366        * wrapup/rtems/Makefile.am: Add multilib support.
367        * Makefile.am: Add multilib support.
368
3692001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
372
3732001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
376        Reflect changes to configuration of rtems, score and sapi subdirs.
377        * Makefile.am: require automake-1.5.
378
3792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
382        * configure.in: Remove.
383        * configure.ac: New file, generated from configure.in by autoupdate.
384
3852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
388
3892001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
392
3932001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
396
3972000-12-01      Joel Sherrill <joel@OARcorp.com>
398
399        * configure.in: Removed error check for enabling macros with
400        either POSIX or ITRON API.
401
4022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
405
4062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
409
4102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
413        Switch to GNU canonicalization.
414
4152000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
418
4192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
422        wrapup/rtems/Makefile.am: Include compile.am
423
4242000-08-10      Joel Sherrill <joel@OARcorp.com>
425
426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.