source: rtems/cpukit/ChangeLog @ 45afe48

4.104.114.84.95
Last change on this file since 45afe48 was 92b671dd, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/02 at 20:18:32

2002-08-06 Joel Sherrill <joel@…>

  • configure.ac: or32 does not currently support librpc.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12002-08-06      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.ac: or32 does not currently support librpc.
4
52002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
8
92002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
12        Use AS_IF instead of if/then/else/fi.
13
142002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Use librtems.a.
17        * wrapup/Makefile.am: Use libsapi.a.
18
192002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Use libscore.a.
22
232002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/canonicalize-tools.m4: Remove LD.
26        * automake/lib.am: Remove LD.
27        * Makefile.am: Put preinstall-stamp into CLEANFILES.
28
292002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
32        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
33
342002-07-31      Joel Sherrill <joel@OARcorp.com>
35
36        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
37        was just a stub and only the OR32 port is getting worked on.
38
392002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
42
432002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * automake/compile.am: Use .$(OBJEXT) instead of .o.
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Use project_libdir instead of
54        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
55        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
56
572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * automake/lib.am: Use project_libdir instead of
60        $(PROJECT_RELEASE)/lib.
61
622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
65        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
66        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
67        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
68        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
69        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
70        references to bsp_specs. Use project_libdir instead of
71        $(PROJECT_RELEASE)/lib.
72
732002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
76        * aclocal/check-cpu.m4: Ditto.
77        * aclocal/check-bsps.m4: Ditto.
78
792002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/multilib.am: Add install-multi.
82        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
83        version.m4.
84        Add --with-project-root.
85        Reflect --with-project-root to setting up PROJECT_ROOT.
86        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
87        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
88        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
89
902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: RTEMS_TOP(..).
93
942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
97
982002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
101
1022002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_PROJECT_ROOT.
105        * aclocal/project-root.m4: Remove.
106
1072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/enable-multiprocessing.m4: Fix typo.
110        * aclocal/prog-cc.m4: Remove obsolete comments.
111        Comment out GCCSED.
112
1132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/prog-ccas.m4: New.
116        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
117        RTEMS_GCC_PRINT
118        * aclocal/check-multiprocessing.m4: Fix typo.
119        * automake/compile.am: Remove CXX support.
120        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
121
1222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
125
1262002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove references to RTEMS_BSP.
129        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
130        Allow building w/ --enable-multiprocessing --enable-multilib.
131        * aclocal/enable-multiprocessing.m4:
132        Eliminate RTEMS_HAS_MULTIPROCESSING.
133
1342002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Fix stupid typo in previous patch.
137
1382002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add librpc. AC_PROG_RANLIB.
141        * wrapup/Makefile.am: Add librpc.
142        Use relative path to lib*.a for
143        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
144
1452002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/subdirs.m4: Remove.
148
1492002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Use relative path to lib*.a for
152        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
153
1542002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Include $(top_srcdir)/automake/*.am.
157        Use aclocal.
158        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
159        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
160        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
161        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
162        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
163        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
164        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
165        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
166        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
167        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
168        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
169        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
170        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
171        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
172        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
173        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
174        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
175        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
176
1772002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * aclocal/bsp-alias.m4: Copied over from aclocal/.
180        * aclocal/canonical-host.m4: Ditto.
181        * aclocal/canonical-target-name.m4: Ditto.
182        * aclocal/canonicalize-tools.m4: Ditto.
183        * aclocal/check-bsp-cache.m4: Ditto.
184        * aclocal/check-bsps.m4: Ditto.
185        * aclocal/check-cpu.m4: Ditto.
186        * aclocal/check-itron.m4: Ditto.
187        * aclocal/check-multiprocessing.m4: Ditto.
188        * aclocal/check-networking.m4: Ditto.
189        * aclocal/check-newlib.m4: Ditto.
190        * aclocal/check-posix.m4: Ditto.
191        * aclocal/check-tool.m4: Ditto.
192        * aclocal/enable-bare.m4: Ditto.
193        * aclocal/enable-inlines.m4: Ditto.
194        * aclocal/enable-itron.m4: Ditto.
195        * aclocal/enable-multiprocessing.m4: Ditto.
196        * aclocal/enable-networking.m4: Ditto.
197        * aclocal/enable-posix.m4: Ditto.
198        * aclocal/enable-rtemsbsp.m4: Ditto.
199        * aclocal/env-rtemsbsp.m4: Ditto.
200        * aclocal/env-rtemscpu.m4: Ditto.
201        * aclocal/gcc-pipe.m4: Ditto.
202        * aclocal/gcc-specs.m4: Ditto.
203        * aclocal/multi.m4: Ditto.
204        * aclocal/multilib.m4: Ditto.
205        * aclocal/prog-cc.m4: Ditto.
206        * aclocal/project-root.m4: Ditto.
207        * aclocal/rtems-cpu-subdirs.m4: Ditto.
208        * aclocal/rtems-debug.m4: Ditto.
209        * aclocal/rtems-top.m4: Ditto.
210        * aclocal/subdirs.m4: Ditto.
211        * aclocal/sysv-ipc.m4: Ditto.
212        * aclocal/tool-paths.m4: Ditto.
213        * aclocal/version.m4: Ditto.
214
2152002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * automake/compile.am: Copied over from automake/.
218        * automake/lib.am: Copied over from automake/.
219        * automake/local.am: Copied over from automake/.
220        * automake/multilib.am: Copied over from automake/.
221        * automake/subdirs.am: Copied over from automake/.
222        * Makefile.am: Add automake/*.am.
223
2242002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Add libnetworking.
227        * wrapup/Makefile.am: Ditto.
228
2292002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
232        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
233
2342002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add libcsupport.
237        * wrapup/Makefile.am: Ditto.
238
2392002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Add preinstall-stamp.
242
2432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove ENABLE_GCC28.
246
2472002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
250
2512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac:
254        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
255        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
256        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
259
2602001-01-17      Joel Sherrill <joel@OARcorp.com>
261
262        * ChangeLog: Deleted duplicate blank line.
263
2642002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
267        ITRON_SUBDIRS.
268        * configure.ac: Rework enable_unixlib handling.
269        Add RTEMS_MULTILIBS to cpuopts.h.
270        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
271        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
272
2732002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Add install-hook.
276        Remove SIZE_RTEMS.
277        * include/rtems/fs.h: New, extracted from libio_.h.
278        * include/rtems/userenv.h: New. extracted from libio_.h.
279
2802002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Readded reference to wrapup.
283
2842002-01-06      Joel Sherrill <joel@OARcorp.com>
285
286        * wrapup/.cvsignore: Readded.
287        * include/.cvsignore: New file.
288
2892002-01-04      Joel Sherrill <joel@OARcorp.com>
290
291        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
292
2932001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Use AS_IF instead of if/then/else.
296        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
297        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
298        Add include/Makefile to CONFIG_FILES.
299        Add AC_ENABLE_MULITLIB.
300        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
301        Remove */optman/Makefile from CONFIG_FILES.
302        * Makefile.am: Add include to SUBDIRS.
303        * rtems/Makefile.am: Remove optman from SUBDIRS.
304        * sapi/Makefile.am: Remove optman from SUBDIRS.
305        * include/Makefile.am: New file.
306        * include/rtems/bspIo.h: Relocated from lib/include.
307        * include/rtems/libio_.h: Relocated from lib/include.
308
3092001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/posix/Makefile.am: Add multilib support.
312        * wrapup/itron/Makefile.am: Add multilib support.
313        * wrapup/rtems/Makefile.am: Add multilib support.
314        * Makefile.am: Add multilib support.
315
3162001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
319
3202001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
323        Reflect changes to configuration of rtems, score and sapi subdirs.
324        * Makefile.am: require automake-1.5.
325
3262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
329        * configure.in: Remove.
330        * configure.ac: New file, generated from configure.in by autoupdate.
331
3322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
335
3362001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
339
3402001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
343
3442000-12-01      Joel Sherrill <joel@OARcorp.com>
345
346        * configure.in: Removed error check for enabling macros with
347        either POSIX or ITRON API.
348
3492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
352
3532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
356
3572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
360        Switch to GNU canonicalization.
361
3622000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
365
3662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
369        wrapup/rtems/Makefile.am: Include compile.am
370
3712000-08-10      Joel Sherrill <joel@OARcorp.com>
372
373        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.