source: rtems/c/src/ChangeLog @ d24f574

Last change on this file since d24f574 was d24f574, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/04/03 at 11:27:58

2003-03-04 Ralf Corsepius <corsepiu@…>

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