source: rtems/c/src/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

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

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 8.7 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add support/.
8        * support/.cvsignore: New.
9        * support/Makefile.am: New.
10        * support/version.c: New.
11        * wrapup/Makefile.am: Add support/libsupport.a.
12
132003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Use SRC += instead of make-vars.
16
172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AC_PREREQ(2.57).
24
252003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
32        Let all-local: depend on $(LIB).
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Remove libmisc.
37
382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove libmisc.
41
422002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
45        Resort cache-checking.
46
472002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
50
512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
54        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
55        ac_configure_args.
56
572002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
60        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
61
622002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
65        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
66        Fix braino in comment on "exec".
67        Extend --enable-ada handling.
68
692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Reformat.
72        Add autom4te*cache.
73        Remove autom4te.cache.
74        * wrapup/.cvsignore: Remove autom4te.cache.
75
762002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
79
802002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add ada-tests.
83
842002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add preinstall-stamp.
87
882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        Posix-BSP-Hacks:
91        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
92        Pass RTEMS_HOST to make/bsp.mak
93        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
94        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
95
962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add BSP_SUBDIRS.
103        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
104
1052002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
108        Cosmetic cleanups.
109
1102002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
113        ../libchip/serial/$(ARCH)/libserialio.a.
114
1152002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Add rtems_makedir.
118
1192002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Merge wrapup/configure.ac.
122        Cosmetic cleanups.
123        * Makefile.am: Add wrapup-SUBDIR.
124        * wrapup/ChangeLog: Remove.
125        * wrapup/configure.ac: Remove.
126
1272002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
130        creation (Make the bare BSP happy).
131        * configure.ac: Ditto.
132
1332002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Create make/@RTEMS_BSP@.cache.
136        Handle make/custom/*.cfgs.
137        Create make/custom/default.cfg.
138        * configure.ac: Add creation of make/custon/*.cfg.
139        Create make/${RTEMS_BSP}.cache.
140        Read make/${RTEMS_BSP}.cache
141
1422002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Clean $(PROJECT_RELEASE).
145
1462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * acinclude.m4: Add test "$multilib" != "yes".
149        * config-ml.in: Remove.
150
1512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * acinclude.m4: Cleanups.
154        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
155        ${srcdir}/exec/.
156        Further adaptations to autoconf >= 2.50.
157
1582002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * acinclude.m4: New.
161        * Makefile.am: Remove tar-installation.
162        Prepend @exec@ to SUBDIRS.
163        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
164        Add RTEMS_ENABLE_MULTIPROCESSING.
165        Add RTEMS_CONFIG_SUBDIR([exec]...).
166
1672002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove librpc.
170
1712002-06-25      Joel Sherrill <joel@OARcorp.com>
172
173        * Per PR233, moved librpc to exec.
174        * configure.ac, wrapup/Makefile.am: Modified.
175        * librpc, librpc/ChangeLog: Removed.
176
1772002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
180
1812002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove lib.
184
1852002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * config-ml.in: Take out arm and sh variants RTEMS does not support.
188
1892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac:
192        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
193        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195
1962002-02-28      Victor V. Vengerov <vvv@oktet.ru>
197
198        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
199        * configure.ac: Modified to reflect addition.
200
2012002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
204        AC_CONFIG_COMMANDS.
205
2062001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
209
2102001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
213        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
214        autoconf-2.52 happy.
215
2162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
219        * configure.in: Remove.
220        * configure.ac: New file, generated from configure.in by autoupdate.
221
2222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
225
2262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
229
2302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
233
2342000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.in: Switch to GNU-canonicalization.
237        * Makefile.am: Reflect changes to configure.in.
238        * acinclude.m4: Remove.
239
2402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.in: add lib/libbsp to the GNU canonicalized
243        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
244        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
245        * ChangeLog: Fix typos.
246
2472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: add tests to the GNU canonicalized subdirectories.
250
2512000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
254
2552000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.in: add lib to the GNU canonicalized subdirectories,
258        make the lib directory before configuring lib/.
259
2602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.in, Makefile.am: add exec to the GNU canonicalized
263        subdirectories.
264
2652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
268
2692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: add libnetworking, librpc and librdb to the GNU
272        canonicalized subdirectories.
273 
2742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.in: add libmisc and libchip to the GNU canonicalized
277        subdirectories.
278
2792000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
282        canonicalization to libfs/.
283        The approach is currently a bit of a hack as GNU canonicalization
284        does not support the per-BSP build some of the other directories
285        require.  As more of the tree is converted, this will become less
286        of an issue.
287
2882000-10-18      Joel Sherrill <joel@OARcorp.com>
289
290        * wrapup/Makefile.am: Added libfs.
291
2922000-10-18       Chris Johns <ccj@acm.org>
293
294        * libfs created.
295        * configure.in: Added libfs subdirectory.
296
2972000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
300        RTEMS_CANONICALIZE_TOOLS.
301
3022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Include compile.am.
305
3062000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
309
3102000-08-10      Joel Sherrill <joel@OARcorp.com>
311
312        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.