source: rtems/c/src/ChangeLog @ 6fcf4571

4.104.114.84.95
Last change on this file since 6fcf4571 was 6fcf4571, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/25/03 at 14:46:49

2003-07-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Merge-in librdbg/configure.ac.
  • Property mode set to 100644
File size: 9.4 KB
Line 
12003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Merge-in librdbg/configure.ac.
4
52003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Merge-in libnetworking/configure.ac.
8        Merge-in parts of librdbg/configure.ac.
9
102003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Merge-in libchip/configure.ac.
13        Merge-in optman/configure.ac.
14
152003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * support/version.c: Reflect having remove "rtems-" from
18        RTEMS_VERSION.
19
202003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove support for profile-variant.
23
242003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Add libide.a.
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add support/.
35        * support/.cvsignore: New.
36        * support/Makefile.am: New.
37        * support/version.c: New.
38        * wrapup/Makefile.am: Add support/libsupport.a.
39
402003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Use SRC += instead of make-vars.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_PREREQ(2.57).
51
522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55
562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
59        Let all-local: depend on $(LIB).
60
612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Remove libmisc.
64
652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove libmisc.
68
692002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
72        Resort cache-checking.
73
742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
77
782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
81        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
82        ac_configure_args.
83
842002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
87        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
88
892002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
92        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
93        Fix braino in comment on "exec".
94        Extend --enable-ada handling.
95
962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Reformat.
99        Add autom4te*cache.
100        Remove autom4te.cache.
101        * wrapup/.cvsignore: Remove autom4te.cache.
102
1032002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
106
1072002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Add ada-tests.
110
1112002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add preinstall-stamp.
114
1152002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        Posix-BSP-Hacks:
118        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
119        Pass RTEMS_HOST to make/bsp.mak
120        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
121        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
122
1232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
126
1272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add BSP_SUBDIRS.
130        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
131
1322002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
135        Cosmetic cleanups.
136
1372002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
140        ../libchip/serial/$(ARCH)/libserialio.a.
141
1422002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add rtems_makedir.
145
1462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Merge wrapup/configure.ac.
149        Cosmetic cleanups.
150        * Makefile.am: Add wrapup-SUBDIR.
151        * wrapup/ChangeLog: Remove.
152        * wrapup/configure.ac: Remove.
153
1542002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
157        creation (Make the bare BSP happy).
158        * configure.ac: Ditto.
159
1602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Create make/@RTEMS_BSP@.cache.
163        Handle make/custom/*.cfgs.
164        Create make/custom/default.cfg.
165        * configure.ac: Add creation of make/custon/*.cfg.
166        Create make/${RTEMS_BSP}.cache.
167        Read make/${RTEMS_BSP}.cache
168
1692002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Clean $(PROJECT_RELEASE).
172
1732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * acinclude.m4: Add test "$multilib" != "yes".
176        * config-ml.in: Remove.
177
1782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * acinclude.m4: Cleanups.
181        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
182        ${srcdir}/exec/.
183        Further adaptations to autoconf >= 2.50.
184
1852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * acinclude.m4: New.
188        * Makefile.am: Remove tar-installation.
189        Prepend @exec@ to SUBDIRS.
190        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
191        Add RTEMS_ENABLE_MULTIPROCESSING.
192        Add RTEMS_CONFIG_SUBDIR([exec]...).
193
1942002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove librpc.
197
1982002-06-25      Joel Sherrill <joel@OARcorp.com>
199
200        * Per PR233, moved librpc to exec.
201        * configure.ac, wrapup/Makefile.am: Modified.
202        * librpc, librpc/ChangeLog: Removed.
203
2042002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
207
2082002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove lib.
211
2122002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * config-ml.in: Take out arm and sh variants RTEMS does not support.
215
2162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac:
219        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
220        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
221        * Makefile.am: Remove AUTOMAKE_OPTIONS.
222
2232002-02-28      Victor V. Vengerov <vvv@oktet.ru>
224
225        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
226        * configure.ac: Modified to reflect addition.
227
2282002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
231        AC_CONFIG_COMMANDS.
232
2332001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
236
2372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
240        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
241        autoconf-2.52 happy.
242
2432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
246        * configure.in: Remove.
247        * configure.ac: New file, generated from configure.in by autoupdate.
248
2492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.in: Switch to GNU-canonicalization.
264        * Makefile.am: Reflect changes to configure.in.
265        * acinclude.m4: Remove.
266
2672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: add lib/libbsp to the GNU canonicalized
270        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
271        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
272        * ChangeLog: Fix typos.
273
2742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.in: add tests to the GNU canonicalized subdirectories.
277
2782000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
281
2822000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: add lib to the GNU canonicalized subdirectories,
285        make the lib directory before configuring lib/.
286
2872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.in, Makefile.am: add exec to the GNU canonicalized
290        subdirectories.
291
2922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
295
2962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: add libnetworking, librpc and librdb to the GNU
299        canonicalized subdirectories.
300 
3012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: add libmisc and libchip to the GNU canonicalized
304        subdirectories.
305
3062000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
309        canonicalization to libfs/.
310        The approach is currently a bit of a hack as GNU canonicalization
311        does not support the per-BSP build some of the other directories
312        require.  As more of the tree is converted, this will become less
313        of an issue.
314
3152000-10-18      Joel Sherrill <joel@OARcorp.com>
316
317        * wrapup/Makefile.am: Added libfs.
318
3192000-10-18       Chris Johns <ccj@acm.org>
320
321        * libfs created.
322        * configure.in: Added libfs subdirectory.
323
3242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
327        RTEMS_CANONICALIZE_TOOLS.
328
3292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Include compile.am.
332
3332000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
336
3372000-08-10      Joel Sherrill <joel@OARcorp.com>
338
339        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.