source: rtems/c/src/ChangeLog @ afcd563

4.104.114.84.95
Last change on this file since afcd563 was 6184265d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/14/02 at 13:04:05

2002-11-14 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
  • Property mode set to 100644
File size: 7.3 KB
Line 
12002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
4        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
5
62002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
9        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
10        Fix braino in comment on "exec".
11        Extend --enable-ada handling.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18        * wrapup/.cvsignore: Remove autom4te.cache.
19
202002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
23
242002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add ada-tests.
27
282002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add preinstall-stamp.
31
322002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        Posix-BSP-Hacks:
35        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
36        Pass RTEMS_HOST to make/bsp.mak
37        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
38        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add BSP_SUBDIRS.
47        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
48
492002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
52        Cosmetic cleanups.
53
542002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
57        ../libchip/serial/$(ARCH)/libserialio.a.
58
592002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Add rtems_makedir.
62
632002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Merge wrapup/configure.ac.
66        Cosmetic cleanups.
67        * Makefile.am: Add wrapup-SUBDIR.
68        * wrapup/ChangeLog: Remove.
69        * wrapup/configure.ac: Remove.
70
712002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
74        creation (Make the bare BSP happy).
75        * configure.ac: Ditto.
76
772002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Create make/@RTEMS_BSP@.cache.
80        Handle make/custom/*.cfgs.
81        Create make/custom/default.cfg.
82        * configure.ac: Add creation of make/custon/*.cfg.
83        Create make/${RTEMS_BSP}.cache.
84        Read make/${RTEMS_BSP}.cache
85
862002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Clean $(PROJECT_RELEASE).
89
902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * acinclude.m4: Add test "$multilib" != "yes".
93        * config-ml.in: Remove.
94
952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * acinclude.m4: Cleanups.
98        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
99        ${srcdir}/exec/.
100        Further adaptations to autoconf >= 2.50.
101
1022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * acinclude.m4: New.
105        * Makefile.am: Remove tar-installation.
106        Prepend @exec@ to SUBDIRS.
107        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
108        Add RTEMS_ENABLE_MULTIPROCESSING.
109        Add RTEMS_CONFIG_SUBDIR([exec]...).
110
1112002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove librpc.
114
1152002-06-25      Joel Sherrill <joel@OARcorp.com>
116
117        * Per PR233, moved librpc to exec.
118        * configure.ac, wrapup/Makefile.am: Modified.
119        * librpc, librpc/ChangeLog: Removed.
120
1212002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
124
1252002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove lib.
128
1292002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * config-ml.in: Take out arm and sh variants RTEMS does not support.
132
1332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac:
136        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
137        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
138        * Makefile.am: Remove AUTOMAKE_OPTIONS.
139
1402002-02-28      Victor V. Vengerov <vvv@oktet.ru>
141
142        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
143        * configure.ac: Modified to reflect addition.
144
1452002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
148        AC_CONFIG_COMMANDS.
149
1502001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
153
1542001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
157        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
158        autoconf-2.52 happy.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
169
1702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
173
1742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
177
1782000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Switch to GNU-canonicalization.
181        * Makefile.am: Reflect changes to configure.in.
182        * acinclude.m4: Remove.
183
1842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: add lib/libbsp to the GNU canonicalized
187        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
188        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
189        * ChangeLog: Fix typos.
190
1912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.in: add tests to the GNU canonicalized subdirectories.
194
1952000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
198
1992000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: add lib to the GNU canonicalized subdirectories,
202        make the lib directory before configuring lib/.
203
2042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.in, Makefile.am: add exec to the GNU canonicalized
207        subdirectories.
208
2092000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
212
2132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: add libnetworking, librpc and librdb to the GNU
216        canonicalized subdirectories.
217 
2182000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: add libmisc and libchip to the GNU canonicalized
221        subdirectories.
222
2232000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
226        canonicalization to libfs/.
227        The approach is currently a bit of a hack as GNU canonicalization
228        does not support the per-BSP build some of the other directories
229        require.  As more of the tree is converted, this will become less
230        of an issue.
231
2322000-10-18      Joel Sherrill <joel@OARcorp.com>
233
234        * wrapup/Makefile.am: Added libfs.
235
2362000-10-18       Chris Johns <ccj@acm.org>
237
238        * libfs created.
239        * configure.in: Added libfs subdirectory.
240
2412000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
244        RTEMS_CANONICALIZE_TOOLS.
245
2462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Include compile.am.
249
2502000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
253
2542000-08-10      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.