source: rtems/c/src/ChangeLog @ c707861

4.104.114.84.95
Last change on this file since c707861 was 382e1eb3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 04:44:40

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

  • configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
4        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
5        ac_configure_args.
6
72002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
10        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
11
122002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
15        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
16        Fix braino in comment on "exec".
17        Extend --enable-ada handling.
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24        * wrapup/.cvsignore: Remove autom4te.cache.
25
262002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
29
302002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add ada-tests.
33
342002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add preinstall-stamp.
37
382002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        Posix-BSP-Hacks:
41        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
42        Pass RTEMS_HOST to make/bsp.mak
43        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
44        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Add BSP_SUBDIRS.
53        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
54
552002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
58        Cosmetic cleanups.
59
602002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
63        ../libchip/serial/$(ARCH)/libserialio.a.
64
652002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Add rtems_makedir.
68
692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Merge wrapup/configure.ac.
72        Cosmetic cleanups.
73        * Makefile.am: Add wrapup-SUBDIR.
74        * wrapup/ChangeLog: Remove.
75        * wrapup/configure.ac: Remove.
76
772002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
80        creation (Make the bare BSP happy).
81        * configure.ac: Ditto.
82
832002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Create make/@RTEMS_BSP@.cache.
86        Handle make/custom/*.cfgs.
87        Create make/custom/default.cfg.
88        * configure.ac: Add creation of make/custon/*.cfg.
89        Create make/${RTEMS_BSP}.cache.
90        Read make/${RTEMS_BSP}.cache
91
922002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Clean $(PROJECT_RELEASE).
95
962002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * acinclude.m4: Add test "$multilib" != "yes".
99        * config-ml.in: Remove.
100
1012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * acinclude.m4: Cleanups.
104        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
105        ${srcdir}/exec/.
106        Further adaptations to autoconf >= 2.50.
107
1082002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * acinclude.m4: New.
111        * Makefile.am: Remove tar-installation.
112        Prepend @exec@ to SUBDIRS.
113        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
114        Add RTEMS_ENABLE_MULTIPROCESSING.
115        Add RTEMS_CONFIG_SUBDIR([exec]...).
116
1172002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove librpc.
120
1212002-06-25      Joel Sherrill <joel@OARcorp.com>
122
123        * Per PR233, moved librpc to exec.
124        * configure.ac, wrapup/Makefile.am: Modified.
125        * librpc, librpc/ChangeLog: Removed.
126
1272002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
130
1312002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove lib.
134
1352002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * config-ml.in: Take out arm and sh variants RTEMS does not support.
138
1392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac:
142        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
143        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
144        * Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462002-02-28      Victor V. Vengerov <vvv@oktet.ru>
147
148        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
149        * configure.ac: Modified to reflect addition.
150
1512002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
154        AC_CONFIG_COMMANDS.
155
1562001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
159
1602001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
163        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
164        autoconf-2.52 happy.
165
1662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
169        * configure.in: Remove.
170        * configure.ac: New file, generated from configure.in by autoupdate.
171
1722001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
175
1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
1802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
183
1842000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: Switch to GNU-canonicalization.
187        * Makefile.am: Reflect changes to configure.in.
188        * acinclude.m4: Remove.
189
1902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: add lib/libbsp to the GNU canonicalized
193        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
194        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
195        * ChangeLog: Fix typos.
196
1972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.in: add tests to the GNU canonicalized subdirectories.
200
2012000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
204
2052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.in: add lib to the GNU canonicalized subdirectories,
208        make the lib directory before configuring lib/.
209
2102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.in, Makefile.am: add exec to the GNU canonicalized
213        subdirectories.
214
2152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
218
2192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: add libnetworking, librpc and librdb to the GNU
222        canonicalized subdirectories.
223 
2242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.in: add libmisc and libchip to the GNU canonicalized
227        subdirectories.
228
2292000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
232        canonicalization to libfs/.
233        The approach is currently a bit of a hack as GNU canonicalization
234        does not support the per-BSP build some of the other directories
235        require.  As more of the tree is converted, this will become less
236        of an issue.
237
2382000-10-18      Joel Sherrill <joel@OARcorp.com>
239
240        * wrapup/Makefile.am: Added libfs.
241
2422000-10-18       Chris Johns <ccj@acm.org>
243
244        * libfs created.
245        * configure.in: Added libfs subdirectory.
246
2472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
250        RTEMS_CANONICALIZE_TOOLS.
251
2522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Include compile.am.
255
2562000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
259
2602000-08-10      Joel Sherrill <joel@OARcorp.com>
261
262        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.