source: rtems/cpukit/ChangeLog @ e336882

4.104.114.84.95
Last change on this file since e336882 was e336882, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/07/02 at 07:48:04

2002-08-07 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add missing ',' to librpc activation. Add AC_MSG_CHECKING/AC_MSG_RESULT.
  • aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add missing ',' to librpc activation.
4        Add AC_MSG_CHECKING/AC_MSG_RESULT.
5        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
6
72002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Fix bug in librpc activation, having introduced by
10        yesterday's patch.
11
122002-08-06      Joel Sherrill <joel@OARcorp.com>
13
14        * configure.ac: or32 does not currently support librpc.
15
162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
19
202002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
23        Use AS_IF instead of if/then/else/fi.
24
252002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Use librtems.a.
28        * wrapup/Makefile.am: Use libsapi.a.
29
302002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Use libscore.a.
33
342002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * aclocal/canonicalize-tools.m4: Remove LD.
37        * automake/lib.am: Remove LD.
38        * Makefile.am: Put preinstall-stamp into CLEANFILES.
39
402002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
43        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
44
452002-07-31      Joel Sherrill <joel@OARcorp.com>
46
47        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
48        was just a stub and only the OR32 port is getting worked on.
49
502002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
53
542002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * automake/compile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Use project_libdir instead of
65        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
66        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
67
682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * automake/lib.am: Use project_libdir instead of
71        $(PROJECT_RELEASE)/lib.
72
732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
76        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
77        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
78        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
79        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
80        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
81        references to bsp_specs. Use project_libdir instead of
82        $(PROJECT_RELEASE)/lib.
83
842002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
87        * aclocal/check-cpu.m4: Ditto.
88        * aclocal/check-bsps.m4: Ditto.
89
902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * automake/multilib.am: Add install-multi.
93        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
94        version.m4.
95        Add --with-project-root.
96        Reflect --with-project-root to setting up PROJECT_ROOT.
97        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
98        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
99        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
100
1012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: RTEMS_TOP(..).
104
1052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
108
1092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
112
1132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_PROJECT_ROOT.
116        * aclocal/project-root.m4: Remove.
117
1182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/enable-multiprocessing.m4: Fix typo.
121        * aclocal/prog-cc.m4: Remove obsolete comments.
122        Comment out GCCSED.
123
1242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/prog-ccas.m4: New.
127        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
128        RTEMS_GCC_PRINT
129        * aclocal/check-multiprocessing.m4: Fix typo.
130        * automake/compile.am: Remove CXX support.
131        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
132
1332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
136
1372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove references to RTEMS_BSP.
140        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
141        Allow building w/ --enable-multiprocessing --enable-multilib.
142        * aclocal/enable-multiprocessing.m4:
143        Eliminate RTEMS_HAS_MULTIPROCESSING.
144
1452002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Fix stupid typo in previous patch.
148
1492002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add librpc. AC_PROG_RANLIB.
152        * wrapup/Makefile.am: Add librpc.
153        Use relative path to lib*.a for
154        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
155
1562002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/subdirs.m4: Remove.
159
1602002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Use relative path to lib*.a for
163        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
164
1652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Include $(top_srcdir)/automake/*.am.
168        Use aclocal.
169        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
170        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
171        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
172        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
173        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
174        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
175        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
176        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
177        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
178        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
179        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
180        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
181        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
182        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
183        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
184        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
185        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
186        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
187
1882002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * aclocal/bsp-alias.m4: Copied over from aclocal/.
191        * aclocal/canonical-host.m4: Ditto.
192        * aclocal/canonical-target-name.m4: Ditto.
193        * aclocal/canonicalize-tools.m4: Ditto.
194        * aclocal/check-bsp-cache.m4: Ditto.
195        * aclocal/check-bsps.m4: Ditto.
196        * aclocal/check-cpu.m4: Ditto.
197        * aclocal/check-itron.m4: Ditto.
198        * aclocal/check-multiprocessing.m4: Ditto.
199        * aclocal/check-networking.m4: Ditto.
200        * aclocal/check-newlib.m4: Ditto.
201        * aclocal/check-posix.m4: Ditto.
202        * aclocal/check-tool.m4: Ditto.
203        * aclocal/enable-bare.m4: Ditto.
204        * aclocal/enable-inlines.m4: Ditto.
205        * aclocal/enable-itron.m4: Ditto.
206        * aclocal/enable-multiprocessing.m4: Ditto.
207        * aclocal/enable-networking.m4: Ditto.
208        * aclocal/enable-posix.m4: Ditto.
209        * aclocal/enable-rtemsbsp.m4: Ditto.
210        * aclocal/env-rtemsbsp.m4: Ditto.
211        * aclocal/env-rtemscpu.m4: Ditto.
212        * aclocal/gcc-pipe.m4: Ditto.
213        * aclocal/gcc-specs.m4: Ditto.
214        * aclocal/multi.m4: Ditto.
215        * aclocal/multilib.m4: Ditto.
216        * aclocal/prog-cc.m4: Ditto.
217        * aclocal/project-root.m4: Ditto.
218        * aclocal/rtems-cpu-subdirs.m4: Ditto.
219        * aclocal/rtems-debug.m4: Ditto.
220        * aclocal/rtems-top.m4: Ditto.
221        * aclocal/subdirs.m4: Ditto.
222        * aclocal/sysv-ipc.m4: Ditto.
223        * aclocal/tool-paths.m4: Ditto.
224        * aclocal/version.m4: Ditto.
225
2262002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * automake/compile.am: Copied over from automake/.
229        * automake/lib.am: Copied over from automake/.
230        * automake/local.am: Copied over from automake/.
231        * automake/multilib.am: Copied over from automake/.
232        * automake/subdirs.am: Copied over from automake/.
233        * Makefile.am: Add automake/*.am.
234
2352002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Add libnetworking.
238        * wrapup/Makefile.am: Ditto.
239
2402002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
243        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
244
2452002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add libcsupport.
248        * wrapup/Makefile.am: Ditto.
249
2502002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Add preinstall-stamp.
253
2542002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove ENABLE_GCC28.
257
2582002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
261
2622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac:
265        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
266        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
267        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270
2712001-01-17      Joel Sherrill <joel@OARcorp.com>
272
273        * ChangeLog: Deleted duplicate blank line.
274
2752002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
278        ITRON_SUBDIRS.
279        * configure.ac: Rework enable_unixlib handling.
280        Add RTEMS_MULTILIBS to cpuopts.h.
281        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
282        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
283
2842002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Add install-hook.
287        Remove SIZE_RTEMS.
288        * include/rtems/fs.h: New, extracted from libio_.h.
289        * include/rtems/userenv.h: New. extracted from libio_.h.
290
2912002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Readded reference to wrapup.
294
2952002-01-06      Joel Sherrill <joel@OARcorp.com>
296
297        * wrapup/.cvsignore: Readded.
298        * include/.cvsignore: New file.
299
3002002-01-04      Joel Sherrill <joel@OARcorp.com>
301
302        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
303
3042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Use AS_IF instead of if/then/else.
307        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
308        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
309        Add include/Makefile to CONFIG_FILES.
310        Add AC_ENABLE_MULITLIB.
311        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
312        Remove */optman/Makefile from CONFIG_FILES.
313        * Makefile.am: Add include to SUBDIRS.
314        * rtems/Makefile.am: Remove optman from SUBDIRS.
315        * sapi/Makefile.am: Remove optman from SUBDIRS.
316        * include/Makefile.am: New file.
317        * include/rtems/bspIo.h: Relocated from lib/include.
318        * include/rtems/libio_.h: Relocated from lib/include.
319
3202001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/posix/Makefile.am: Add multilib support.
323        * wrapup/itron/Makefile.am: Add multilib support.
324        * wrapup/rtems/Makefile.am: Add multilib support.
325        * Makefile.am: Add multilib support.
326
3272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
330
3312001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
334        Reflect changes to configuration of rtems, score and sapi subdirs.
335        * Makefile.am: require automake-1.5.
336
3372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
340        * configure.in: Remove.
341        * configure.ac: New file, generated from configure.in by autoupdate.
342
3432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
346
3472001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
350
3512001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
354
3552000-12-01      Joel Sherrill <joel@OARcorp.com>
356
357        * configure.in: Removed error check for enabling macros with
358        either POSIX or ITRON API.
359
3602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
363
3642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
367
3682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
371        Switch to GNU canonicalization.
372
3732000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
376
3772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
380        wrapup/rtems/Makefile.am: Include compile.am
381
3822000-08-10      Joel Sherrill <joel@OARcorp.com>
383
384        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.