source: rtems/cpukit/ChangeLog @ 53f6727

4.104.114.84.95
Last change on this file since 53f6727 was 405c7d1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:56:13

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

  • wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
  • Property mode set to 100644
File size: 10.8 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Use project_libdir instead of
4        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
5        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
6
72002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * automake/lib.am: Use project_libdir instead of
10        $(PROJECT_RELEASE)/lib.
11
122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
15        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
16        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
17        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
18        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
19        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
20        references to bsp_specs. Use project_libdir instead of
21        $(PROJECT_RELEASE)/lib.
22
232002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
26        * aclocal/check-cpu.m4: Ditto.
27        * aclocal/check-bsps.m4: Ditto.
28
292002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * automake/multilib.am: Add install-multi.
32        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
33        version.m4.
34        Add --with-project-root.
35        Reflect --with-project-root to setting up PROJECT_ROOT.
36        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
37        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
38        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
39
402002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: RTEMS_TOP(..).
43
442002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
47
482002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
51
522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_PROJECT_ROOT.
55        * aclocal/project-root.m4: Remove.
56
572002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/enable-multiprocessing.m4: Fix typo.
60        * aclocal/prog-cc.m4: Remove obsolete comments.
61        Comment out GCCSED.
62
632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/prog-ccas.m4: New.
66        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
67        RTEMS_GCC_PRINT
68        * aclocal/check-multiprocessing.m4: Fix typo.
69        * automake/compile.am: Remove CXX support.
70        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
71
722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
75
762002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove references to RTEMS_BSP.
79        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
80        Allow building w/ --enable-multiprocessing --enable-multilib.
81        * aclocal/enable-multiprocessing.m4:
82        Eliminate RTEMS_HAS_MULTIPROCESSING.
83
842002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Fix stupid typo in previous patch.
87
882002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add librpc. AC_PROG_RANLIB.
91        * wrapup/Makefile.am: Add librpc.
92        Use relative path to lib*.a for
93        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
94
952002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/subdirs.m4: Remove.
98
992002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Use relative path to lib*.a for
102        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
103
1042002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Include $(top_srcdir)/automake/*.am.
107        Use aclocal.
108        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
109        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
110        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
111        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
112        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
113        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
114        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
115        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
116        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
117        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
118        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
119        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
120        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
121        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
122        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
123        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
124        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
125        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
126
1272002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/bsp-alias.m4: Copied over from aclocal/.
130        * aclocal/canonical-host.m4: Ditto.
131        * aclocal/canonical-target-name.m4: Ditto.
132        * aclocal/canonicalize-tools.m4: Ditto.
133        * aclocal/check-bsp-cache.m4: Ditto.
134        * aclocal/check-bsps.m4: Ditto.
135        * aclocal/check-cpu.m4: Ditto.
136        * aclocal/check-itron.m4: Ditto.
137        * aclocal/check-multiprocessing.m4: Ditto.
138        * aclocal/check-networking.m4: Ditto.
139        * aclocal/check-newlib.m4: Ditto.
140        * aclocal/check-posix.m4: Ditto.
141        * aclocal/check-tool.m4: Ditto.
142        * aclocal/enable-bare.m4: Ditto.
143        * aclocal/enable-inlines.m4: Ditto.
144        * aclocal/enable-itron.m4: Ditto.
145        * aclocal/enable-multiprocessing.m4: Ditto.
146        * aclocal/enable-networking.m4: Ditto.
147        * aclocal/enable-posix.m4: Ditto.
148        * aclocal/enable-rtemsbsp.m4: Ditto.
149        * aclocal/env-rtemsbsp.m4: Ditto.
150        * aclocal/env-rtemscpu.m4: Ditto.
151        * aclocal/gcc-pipe.m4: Ditto.
152        * aclocal/gcc-specs.m4: Ditto.
153        * aclocal/multi.m4: Ditto.
154        * aclocal/multilib.m4: Ditto.
155        * aclocal/prog-cc.m4: Ditto.
156        * aclocal/project-root.m4: Ditto.
157        * aclocal/rtems-cpu-subdirs.m4: Ditto.
158        * aclocal/rtems-debug.m4: Ditto.
159        * aclocal/rtems-top.m4: Ditto.
160        * aclocal/subdirs.m4: Ditto.
161        * aclocal/sysv-ipc.m4: Ditto.
162        * aclocal/tool-paths.m4: Ditto.
163        * aclocal/version.m4: Ditto.
164
1652002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * automake/compile.am: Copied over from automake/.
168        * automake/lib.am: Copied over from automake/.
169        * automake/local.am: Copied over from automake/.
170        * automake/multilib.am: Copied over from automake/.
171        * automake/subdirs.am: Copied over from automake/.
172        * Makefile.am: Add automake/*.am.
173
1742002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Add libnetworking.
177        * wrapup/Makefile.am: Ditto.
178
1792002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
182        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
183
1842002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Add libcsupport.
187        * wrapup/Makefile.am: Ditto.
188
1892002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Add preinstall-stamp.
192
1932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove ENABLE_GCC28.
196
1972002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
200
2012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac:
204        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
205        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
206        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
209
2102001-01-17      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: Deleted duplicate blank line.
213
2142002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
217        ITRON_SUBDIRS.
218        * configure.ac: Rework enable_unixlib handling.
219        Add RTEMS_MULTILIBS to cpuopts.h.
220        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
221        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
222
2232002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Add install-hook.
226        Remove SIZE_RTEMS.
227        * include/rtems/fs.h: New, extracted from libio_.h.
228        * include/rtems/userenv.h: New. extracted from libio_.h.
229
2302002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Readded reference to wrapup.
233
2342002-01-06      Joel Sherrill <joel@OARcorp.com>
235
236        * wrapup/.cvsignore: Readded.
237        * include/.cvsignore: New file.
238
2392002-01-04      Joel Sherrill <joel@OARcorp.com>
240
241        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
242
2432001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Use AS_IF instead of if/then/else.
246        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
247        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
248        Add include/Makefile to CONFIG_FILES.
249        Add AC_ENABLE_MULITLIB.
250        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
251        Remove */optman/Makefile from CONFIG_FILES.
252        * Makefile.am: Add include to SUBDIRS.
253        * rtems/Makefile.am: Remove optman from SUBDIRS.
254        * sapi/Makefile.am: Remove optman from SUBDIRS.
255        * include/Makefile.am: New file.
256        * include/rtems/bspIo.h: Relocated from lib/include.
257        * include/rtems/libio_.h: Relocated from lib/include.
258
2592001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/posix/Makefile.am: Add multilib support.
262        * wrapup/itron/Makefile.am: Add multilib support.
263        * wrapup/rtems/Makefile.am: Add multilib support.
264        * Makefile.am: Add multilib support.
265
2662001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
269
2702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
273        Reflect changes to configuration of rtems, score and sapi subdirs.
274        * Makefile.am: require automake-1.5.
275
2762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
279        * configure.in: Remove.
280        * configure.ac: New file, generated from configure.in by autoupdate.
281
2822001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
285
2862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
289
2902001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
293
2942000-12-01      Joel Sherrill <joel@OARcorp.com>
295
296        * configure.in: Removed error check for enabling macros with
297        either POSIX or ITRON API.
298
2992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
302
3032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
306
3072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
310        Switch to GNU canonicalization.
311
3122000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
315
3162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
319        wrapup/rtems/Makefile.am: Include compile.am
320
3212000-08-10      Joel Sherrill <joel@OARcorp.com>
322
323        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.