source: rtems/c/src/ChangeLog @ d854517

4.104.114.84.95
Last change on this file since d854517 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
16        Let all-local: depend on $(LIB).
17
182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Remove libmisc.
21
222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove libmisc.
25
262002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
29        Resort cache-checking.
30
312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
34
352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
38        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
39        ac_configure_args.
40
412002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
44        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
45
462002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
49        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
50        Fix braino in comment on "exec".
51        Extend --enable-ada handling.
52
532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Reformat.
56        Add autom4te*cache.
57        Remove autom4te.cache.
58        * wrapup/.cvsignore: Remove autom4te.cache.
59
602002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
63
642002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add ada-tests.
67
682002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Add preinstall-stamp.
71
722002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        Posix-BSP-Hacks:
75        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
76        Pass RTEMS_HOST to make/bsp.mak
77        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
78        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
79
802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
83
842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Add BSP_SUBDIRS.
87        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
88
892002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
92        Cosmetic cleanups.
93
942002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
97        ../libchip/serial/$(ARCH)/libserialio.a.
98
992002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add rtems_makedir.
102
1032002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Merge wrapup/configure.ac.
106        Cosmetic cleanups.
107        * Makefile.am: Add wrapup-SUBDIR.
108        * wrapup/ChangeLog: Remove.
109        * wrapup/configure.ac: Remove.
110
1112002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
114        creation (Make the bare BSP happy).
115        * configure.ac: Ditto.
116
1172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Create make/@RTEMS_BSP@.cache.
120        Handle make/custom/*.cfgs.
121        Create make/custom/default.cfg.
122        * configure.ac: Add creation of make/custon/*.cfg.
123        Create make/${RTEMS_BSP}.cache.
124        Read make/${RTEMS_BSP}.cache
125
1262002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Clean $(PROJECT_RELEASE).
129
1302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * acinclude.m4: Add test "$multilib" != "yes".
133        * config-ml.in: Remove.
134
1352002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * acinclude.m4: Cleanups.
138        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
139        ${srcdir}/exec/.
140        Further adaptations to autoconf >= 2.50.
141
1422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * acinclude.m4: New.
145        * Makefile.am: Remove tar-installation.
146        Prepend @exec@ to SUBDIRS.
147        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
148        Add RTEMS_ENABLE_MULTIPROCESSING.
149        Add RTEMS_CONFIG_SUBDIR([exec]...).
150
1512002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove librpc.
154
1552002-06-25      Joel Sherrill <joel@OARcorp.com>
156
157        * Per PR233, moved librpc to exec.
158        * configure.ac, wrapup/Makefile.am: Modified.
159        * librpc, librpc/ChangeLog: Removed.
160
1612002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
164
1652002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove lib.
168
1692002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * config-ml.in: Take out arm and sh variants RTEMS does not support.
172
1732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac:
176        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
177        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
178        * Makefile.am: Remove AUTOMAKE_OPTIONS.
179
1802002-02-28      Victor V. Vengerov <vvv@oktet.ru>
181
182        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
183        * configure.ac: Modified to reflect addition.
184
1852002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
188        AC_CONFIG_COMMANDS.
189
1902001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
193
1942001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
197        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
198        autoconf-2.52 happy.
199
2002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
203        * configure.in: Remove.
204        * configure.ac: New file, generated from configure.in by autoupdate.
205
2062001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
209
2102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
213
2142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
217
2182000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Switch to GNU-canonicalization.
221        * Makefile.am: Reflect changes to configure.in.
222        * acinclude.m4: Remove.
223
2242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.in: add lib/libbsp to the GNU canonicalized
227        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
228        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
229        * ChangeLog: Fix typos.
230
2312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.in: add tests to the GNU canonicalized subdirectories.
234
2352000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
238
2392000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.in: add lib to the GNU canonicalized subdirectories,
242        make the lib directory before configuring lib/.
243
2442000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.in, Makefile.am: add exec to the GNU canonicalized
247        subdirectories.
248
2492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
252
2532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.in: add libnetworking, librpc and librdb to the GNU
256        canonicalized subdirectories.
257 
2582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.in: add libmisc and libchip to the GNU canonicalized
261        subdirectories.
262
2632000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
266        canonicalization to libfs/.
267        The approach is currently a bit of a hack as GNU canonicalization
268        does not support the per-BSP build some of the other directories
269        require.  As more of the tree is converted, this will become less
270        of an issue.
271
2722000-10-18      Joel Sherrill <joel@OARcorp.com>
273
274        * wrapup/Makefile.am: Added libfs.
275
2762000-10-18       Chris Johns <ccj@acm.org>
277
278        * libfs created.
279        * configure.in: Added libfs subdirectory.
280
2812000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
284        RTEMS_CANONICALIZE_TOOLS.
285
2862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Include compile.am.
289
2902000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
293
2942000-08-10      Joel Sherrill <joel@OARcorp.com>
295
296        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.