source: rtems/c/src/ChangeLog @ 89e1b54

4.104.114.84.95
Last change on this file since 89e1b54 was 131814f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 12:49:49

2002-12-12 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a. Let all-local: depend on $(LIB).
  • Property mode set to 100644
File size: 8.0 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
4        Let all-local: depend on $(LIB).
5
62002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove libmisc.
9
102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove libmisc.
13
142002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
17        Resort cache-checking.
18
192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
22
232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
26        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
27        ac_configure_args.
28
292002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
32        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
33
342002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
37        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
38        Fix braino in comment on "exec".
39        Extend --enable-ada handling.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46        * wrapup/.cvsignore: Remove autom4te.cache.
47
482002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
51
522002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add ada-tests.
55
562002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Add preinstall-stamp.
59
602002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        Posix-BSP-Hacks:
63        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
64        Pass RTEMS_HOST to make/bsp.mak
65        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
66        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
67
682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
71
722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Add BSP_SUBDIRS.
75        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
76
772002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
80        Cosmetic cleanups.
81
822002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
85        ../libchip/serial/$(ARCH)/libserialio.a.
86
872002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Add rtems_makedir.
90
912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Merge wrapup/configure.ac.
94        Cosmetic cleanups.
95        * Makefile.am: Add wrapup-SUBDIR.
96        * wrapup/ChangeLog: Remove.
97        * wrapup/configure.ac: Remove.
98
992002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
102        creation (Make the bare BSP happy).
103        * configure.ac: Ditto.
104
1052002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Create make/@RTEMS_BSP@.cache.
108        Handle make/custom/*.cfgs.
109        Create make/custom/default.cfg.
110        * configure.ac: Add creation of make/custon/*.cfg.
111        Create make/${RTEMS_BSP}.cache.
112        Read make/${RTEMS_BSP}.cache
113
1142002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Clean $(PROJECT_RELEASE).
117
1182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * acinclude.m4: Add test "$multilib" != "yes".
121        * config-ml.in: Remove.
122
1232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * acinclude.m4: Cleanups.
126        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
127        ${srcdir}/exec/.
128        Further adaptations to autoconf >= 2.50.
129
1302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * acinclude.m4: New.
133        * Makefile.am: Remove tar-installation.
134        Prepend @exec@ to SUBDIRS.
135        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
136        Add RTEMS_ENABLE_MULTIPROCESSING.
137        Add RTEMS_CONFIG_SUBDIR([exec]...).
138
1392002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove librpc.
142
1432002-06-25      Joel Sherrill <joel@OARcorp.com>
144
145        * Per PR233, moved librpc to exec.
146        * configure.ac, wrapup/Makefile.am: Modified.
147        * librpc, librpc/ChangeLog: Removed.
148
1492002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
152
1532002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove lib.
156
1572002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * config-ml.in: Take out arm and sh variants RTEMS does not support.
160
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682002-02-28      Victor V. Vengerov <vvv@oktet.ru>
169
170        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
171        * configure.ac: Modified to reflect addition.
172
1732002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
176        AC_CONFIG_COMMANDS.
177
1782001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
181
1822001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
185        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
186        autoconf-2.52 happy.
187
1882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
191        * configure.in: Remove.
192        * configure.ac: New file, generated from configure.in by autoupdate.
193
1942001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
197
1982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
201
2022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
205
2062000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.in: Switch to GNU-canonicalization.
209        * Makefile.am: Reflect changes to configure.in.
210        * acinclude.m4: Remove.
211
2122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.in: add lib/libbsp to the GNU canonicalized
215        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
216        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
217        * ChangeLog: Fix typos.
218
2192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: add tests to the GNU canonicalized subdirectories.
222
2232000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
226
2272000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.in: add lib to the GNU canonicalized subdirectories,
230        make the lib directory before configuring lib/.
231
2322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.in, Makefile.am: add exec to the GNU canonicalized
235        subdirectories.
236
2372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
240
2412000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.in: add libnetworking, librpc and librdb to the GNU
244        canonicalized subdirectories.
245 
2462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: add libmisc and libchip to the GNU canonicalized
249        subdirectories.
250
2512000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
254        canonicalization to libfs/.
255        The approach is currently a bit of a hack as GNU canonicalization
256        does not support the per-BSP build some of the other directories
257        require.  As more of the tree is converted, this will become less
258        of an issue.
259
2602000-10-18      Joel Sherrill <joel@OARcorp.com>
261
262        * wrapup/Makefile.am: Added libfs.
263
2642000-10-18       Chris Johns <ccj@acm.org>
265
266        * libfs created.
267        * configure.in: Added libfs subdirectory.
268
2692000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
272        RTEMS_CANONICALIZE_TOOLS.
273
2742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Include compile.am.
277
2782000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
281
2822000-08-10      Joel Sherrill <joel@OARcorp.com>
283
284        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.