source: rtems/c/src/ChangeLog @ 328876c

Last change on this file since 328876c was a02f967, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/29/03 at 08:03:48

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

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