source: rtems/c/src/ChangeLog @ dd984c0

4.104.114.84.95
Last change on this file since dd984c0 was dd984c0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 03:24:13

2003-08-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in lib/libbsp/configure.ac.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Merge-in lib/libcpu/configure.ac.
4        Merge-in lib/libbsp/configure.ac.
5
62003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
9
102003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Merge-in librdbg/configure.ac.
13
142003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Merge-in libnetworking/configure.ac.
17        Merge-in parts of librdbg/configure.ac.
18
192003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Merge-in libchip/configure.ac.
22        Merge-in optman/configure.ac.
23
242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * support/version.c: Reflect having remove "rtems-" from
27        RTEMS_VERSION.
28
292003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove support for profile-variant.
32
332003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Add libide.a.
36
372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add support/.
44        * support/.cvsignore: New.
45        * support/Makefile.am: New.
46        * support/version.c: New.
47        * wrapup/Makefile.am: Add support/libsupport.a.
48
492003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Use SRC += instead of make-vars.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
68        Let all-local: depend on $(LIB).
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Remove libmisc.
73
742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove libmisc.
77
782002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
81        Resort cache-checking.
82
832002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
86
872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
90        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
91        ac_configure_args.
92
932002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
96        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
97
982002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
101        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
102        Fix braino in comment on "exec".
103        Extend --enable-ada handling.
104
1052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Reformat.
108        Add autom4te*cache.
109        Remove autom4te.cache.
110        * wrapup/.cvsignore: Remove autom4te.cache.
111
1122002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
115
1162002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add ada-tests.
119
1202002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add preinstall-stamp.
123
1242002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        Posix-BSP-Hacks:
127        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
128        Pass RTEMS_HOST to make/bsp.mak
129        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
130        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
131
1322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Add BSP_SUBDIRS.
139        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
140
1412002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
144        Cosmetic cleanups.
145
1462002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
149        ../libchip/serial/$(ARCH)/libserialio.a.
150
1512002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add rtems_makedir.
154
1552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Merge wrapup/configure.ac.
158        Cosmetic cleanups.
159        * Makefile.am: Add wrapup-SUBDIR.
160        * wrapup/ChangeLog: Remove.
161        * wrapup/configure.ac: Remove.
162
1632002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
166        creation (Make the bare BSP happy).
167        * configure.ac: Ditto.
168
1692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Create make/@RTEMS_BSP@.cache.
172        Handle make/custom/*.cfgs.
173        Create make/custom/default.cfg.
174        * configure.ac: Add creation of make/custon/*.cfg.
175        Create make/${RTEMS_BSP}.cache.
176        Read make/${RTEMS_BSP}.cache
177
1782002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Clean $(PROJECT_RELEASE).
181
1822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * acinclude.m4: Add test "$multilib" != "yes".
185        * config-ml.in: Remove.
186
1872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * acinclude.m4: Cleanups.
190        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
191        ${srcdir}/exec/.
192        Further adaptations to autoconf >= 2.50.
193
1942002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * acinclude.m4: New.
197        * Makefile.am: Remove tar-installation.
198        Prepend @exec@ to SUBDIRS.
199        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
200        Add RTEMS_ENABLE_MULTIPROCESSING.
201        Add RTEMS_CONFIG_SUBDIR([exec]...).
202
2032002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Remove librpc.
206
2072002-06-25      Joel Sherrill <joel@OARcorp.com>
208
209        * Per PR233, moved librpc to exec.
210        * configure.ac, wrapup/Makefile.am: Modified.
211        * librpc, librpc/ChangeLog: Removed.
212
2132002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
216
2172002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove lib.
220
2212002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * config-ml.in: Take out arm and sh variants RTEMS does not support.
224
2252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac:
228        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
229        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
230        * Makefile.am: Remove AUTOMAKE_OPTIONS.
231
2322002-02-28      Victor V. Vengerov <vvv@oktet.ru>
233
234        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
235        * configure.ac: Modified to reflect addition.
236
2372002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
240        AC_CONFIG_COMMANDS.
241
2422001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
245
2462001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
249        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
250        autoconf-2.52 happy.
251
2522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
255        * configure.in: Remove.
256        * configure.ac: New file, generated from configure.in by autoupdate.
257
2582001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
261
2622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
265
2662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
269
2702000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Switch to GNU-canonicalization.
273        * Makefile.am: Reflect changes to configure.in.
274        * acinclude.m4: Remove.
275
2762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.in: add lib/libbsp to the GNU canonicalized
279        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
280        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
281        * ChangeLog: Fix typos.
282
2832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.in: add tests to the GNU canonicalized subdirectories.
286
2872000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
290
2912000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.in: add lib to the GNU canonicalized subdirectories,
294        make the lib directory before configuring lib/.
295
2962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in, Makefile.am: add exec to the GNU canonicalized
299        subdirectories.
300
3012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
304
3052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: add libnetworking, librpc and librdb to the GNU
308        canonicalized subdirectories.
309 
3102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: add libmisc and libchip to the GNU canonicalized
313        subdirectories.
314
3152000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
318        canonicalization to libfs/.
319        The approach is currently a bit of a hack as GNU canonicalization
320        does not support the per-BSP build some of the other directories
321        require.  As more of the tree is converted, this will become less
322        of an issue.
323
3242000-10-18      Joel Sherrill <joel@OARcorp.com>
325
326        * wrapup/Makefile.am: Added libfs.
327
3282000-10-18       Chris Johns <ccj@acm.org>
329
330        * libfs created.
331        * configure.in: Added libfs subdirectory.
332
3332000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
336        RTEMS_CANONICALIZE_TOOLS.
337
3382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Include compile.am.
341
3422000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
345
3462000-08-10      Joel Sherrill <joel@OARcorp.com>
347
348        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.