source: rtems/cpukit/ChangeLog @ b9e6c6b

4.104.114.84.95
Last change on this file since b9e6c6b was b9e6c6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/31/02 at 15:01:53

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

  • wrapup/Makefile.am: Use libscore.a.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Use libscore.a.
4
52002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/canonicalize-tools.m4: Remove LD.
8        * automake/lib.am: Remove LD.
9        * Makefile.am: Put preinstall-stamp into CLEANFILES.
10
112002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
14        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
15
162002-07-31      Joel Sherrill <joel@OARcorp.com>
17
18        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
19        was just a stub and only the OR32 port is getting worked on.
20
212002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
24
252002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * automake/compile.am: Use .$(OBJEXT) instead of .o.
28
292002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
32
332002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Use project_libdir instead of
36        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
37        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
38
392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * automake/lib.am: Use project_libdir instead of
42        $(PROJECT_RELEASE)/lib.
43
442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
47        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
48        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
49        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
50        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
51        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
52        references to bsp_specs. Use project_libdir instead of
53        $(PROJECT_RELEASE)/lib.
54
552002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
58        * aclocal/check-cpu.m4: Ditto.
59        * aclocal/check-bsps.m4: Ditto.
60
612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * automake/multilib.am: Add install-multi.
64        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
65        version.m4.
66        Add --with-project-root.
67        Reflect --with-project-root to setting up PROJECT_ROOT.
68        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
69        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
70        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
71
722002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: RTEMS_TOP(..).
75
762002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
79
802002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
83
842002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove RTEMS_PROJECT_ROOT.
87        * aclocal/project-root.m4: Remove.
88
892002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * aclocal/enable-multiprocessing.m4: Fix typo.
92        * aclocal/prog-cc.m4: Remove obsolete comments.
93        Comment out GCCSED.
94
952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/prog-ccas.m4: New.
98        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
99        RTEMS_GCC_PRINT
100        * aclocal/check-multiprocessing.m4: Fix typo.
101        * automake/compile.am: Remove CXX support.
102        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
103
1042002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
107
1082002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove references to RTEMS_BSP.
111        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
112        Allow building w/ --enable-multiprocessing --enable-multilib.
113        * aclocal/enable-multiprocessing.m4:
114        Eliminate RTEMS_HAS_MULTIPROCESSING.
115
1162002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Fix stupid typo in previous patch.
119
1202002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add librpc. AC_PROG_RANLIB.
123        * wrapup/Makefile.am: Add librpc.
124        Use relative path to lib*.a for
125        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
126
1272002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/subdirs.m4: Remove.
130
1312002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Use relative path to lib*.a for
134        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
135
1362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Include $(top_srcdir)/automake/*.am.
139        Use aclocal.
140        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
141        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
142        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
143        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
144        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
145        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
146        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
147        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
148        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
149        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
150        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
151        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
152        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
153        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
154        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
155        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
156        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
157        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
158
1592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * aclocal/bsp-alias.m4: Copied over from aclocal/.
162        * aclocal/canonical-host.m4: Ditto.
163        * aclocal/canonical-target-name.m4: Ditto.
164        * aclocal/canonicalize-tools.m4: Ditto.
165        * aclocal/check-bsp-cache.m4: Ditto.
166        * aclocal/check-bsps.m4: Ditto.
167        * aclocal/check-cpu.m4: Ditto.
168        * aclocal/check-itron.m4: Ditto.
169        * aclocal/check-multiprocessing.m4: Ditto.
170        * aclocal/check-networking.m4: Ditto.
171        * aclocal/check-newlib.m4: Ditto.
172        * aclocal/check-posix.m4: Ditto.
173        * aclocal/check-tool.m4: Ditto.
174        * aclocal/enable-bare.m4: Ditto.
175        * aclocal/enable-inlines.m4: Ditto.
176        * aclocal/enable-itron.m4: Ditto.
177        * aclocal/enable-multiprocessing.m4: Ditto.
178        * aclocal/enable-networking.m4: Ditto.
179        * aclocal/enable-posix.m4: Ditto.
180        * aclocal/enable-rtemsbsp.m4: Ditto.
181        * aclocal/env-rtemsbsp.m4: Ditto.
182        * aclocal/env-rtemscpu.m4: Ditto.
183        * aclocal/gcc-pipe.m4: Ditto.
184        * aclocal/gcc-specs.m4: Ditto.
185        * aclocal/multi.m4: Ditto.
186        * aclocal/multilib.m4: Ditto.
187        * aclocal/prog-cc.m4: Ditto.
188        * aclocal/project-root.m4: Ditto.
189        * aclocal/rtems-cpu-subdirs.m4: Ditto.
190        * aclocal/rtems-debug.m4: Ditto.
191        * aclocal/rtems-top.m4: Ditto.
192        * aclocal/subdirs.m4: Ditto.
193        * aclocal/sysv-ipc.m4: Ditto.
194        * aclocal/tool-paths.m4: Ditto.
195        * aclocal/version.m4: Ditto.
196
1972002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/compile.am: Copied over from automake/.
200        * automake/lib.am: Copied over from automake/.
201        * automake/local.am: Copied over from automake/.
202        * automake/multilib.am: Copied over from automake/.
203        * automake/subdirs.am: Copied over from automake/.
204        * Makefile.am: Add automake/*.am.
205
2062002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Add libnetworking.
209        * wrapup/Makefile.am: Ditto.
210
2112002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
214        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
215
2162002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Add libcsupport.
219        * wrapup/Makefile.am: Ditto.
220
2212002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Add preinstall-stamp.
224
2252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove ENABLE_GCC28.
228
2292002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
232
2332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac:
236        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
237        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
238        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
241
2422001-01-17      Joel Sherrill <joel@OARcorp.com>
243
244        * ChangeLog: Deleted duplicate blank line.
245
2462002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
249        ITRON_SUBDIRS.
250        * configure.ac: Rework enable_unixlib handling.
251        Add RTEMS_MULTILIBS to cpuopts.h.
252        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
253        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
254
2552002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Add install-hook.
258        Remove SIZE_RTEMS.
259        * include/rtems/fs.h: New, extracted from libio_.h.
260        * include/rtems/userenv.h: New. extracted from libio_.h.
261
2622002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Readded reference to wrapup.
265
2662002-01-06      Joel Sherrill <joel@OARcorp.com>
267
268        * wrapup/.cvsignore: Readded.
269        * include/.cvsignore: New file.
270
2712002-01-04      Joel Sherrill <joel@OARcorp.com>
272
273        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
274
2752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Use AS_IF instead of if/then/else.
278        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
279        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
280        Add include/Makefile to CONFIG_FILES.
281        Add AC_ENABLE_MULITLIB.
282        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
283        Remove */optman/Makefile from CONFIG_FILES.
284        * Makefile.am: Add include to SUBDIRS.
285        * rtems/Makefile.am: Remove optman from SUBDIRS.
286        * sapi/Makefile.am: Remove optman from SUBDIRS.
287        * include/Makefile.am: New file.
288        * include/rtems/bspIo.h: Relocated from lib/include.
289        * include/rtems/libio_.h: Relocated from lib/include.
290
2912001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/posix/Makefile.am: Add multilib support.
294        * wrapup/itron/Makefile.am: Add multilib support.
295        * wrapup/rtems/Makefile.am: Add multilib support.
296        * Makefile.am: Add multilib support.
297
2982001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
301
3022001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
305        Reflect changes to configuration of rtems, score and sapi subdirs.
306        * Makefile.am: require automake-1.5.
307
3082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
311        * configure.in: Remove.
312        * configure.ac: New file, generated from configure.in by autoupdate.
313
3142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
317
3182001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
321
3222001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
325
3262000-12-01      Joel Sherrill <joel@OARcorp.com>
327
328        * configure.in: Removed error check for enabling macros with
329        either POSIX or ITRON API.
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
342        Switch to GNU canonicalization.
343
3442000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
347
3482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
351        wrapup/rtems/Makefile.am: Include compile.am
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.