source: rtems/c/src/ChangeLog @ f87a9f2

Last change on this file since f87a9f2 was f87a9f2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 06:01:31

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

  • configure.ac: Add support/.
  • support/Makefile.am: New.
  • support/version.c: New.
  • wrapup/Makefile.am: Add support/libsupport.a.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add support/.
4        * support/Makefile.am: New.
5        * support/version.c: New.
6        * wrapup/Makefile.am: Add support/libsupport.a.
7
82003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * wrapup/Makefile.am: Use SRC += instead of make-vars.
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AC_PREREQ(2.57).
19
202003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
27        Let all-local: depend on $(LIB).
28
292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Remove libmisc.
32
332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove libmisc.
36
372002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
40        Resort cache-checking.
41
422002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
45
462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
49        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
50        ac_configure_args.
51
522002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
55        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
56
572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
60        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
61        Fix braino in comment on "exec".
62        Extend --enable-ada handling.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69        * wrapup/.cvsignore: Remove autom4te.cache.
70
712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
74
752002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add ada-tests.
78
792002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add preinstall-stamp.
82
832002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        Posix-BSP-Hacks:
86        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
87        Pass RTEMS_HOST to make/bsp.mak
88        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
89        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add BSP_SUBDIRS.
98        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
99
1002002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
103        Cosmetic cleanups.
104
1052002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
108        ../libchip/serial/$(ARCH)/libserialio.a.
109
1102002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Add rtems_makedir.
113
1142002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Merge wrapup/configure.ac.
117        Cosmetic cleanups.
118        * Makefile.am: Add wrapup-SUBDIR.
119        * wrapup/ChangeLog: Remove.
120        * wrapup/configure.ac: Remove.
121
1222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
125        creation (Make the bare BSP happy).
126        * configure.ac: Ditto.
127
1282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Create make/@RTEMS_BSP@.cache.
131        Handle make/custom/*.cfgs.
132        Create make/custom/default.cfg.
133        * configure.ac: Add creation of make/custon/*.cfg.
134        Create make/${RTEMS_BSP}.cache.
135        Read make/${RTEMS_BSP}.cache
136
1372002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Clean $(PROJECT_RELEASE).
140
1412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * acinclude.m4: Add test "$multilib" != "yes".
144        * config-ml.in: Remove.
145
1462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * acinclude.m4: Cleanups.
149        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
150        ${srcdir}/exec/.
151        Further adaptations to autoconf >= 2.50.
152
1532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * acinclude.m4: New.
156        * Makefile.am: Remove tar-installation.
157        Prepend @exec@ to SUBDIRS.
158        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
159        Add RTEMS_ENABLE_MULTIPROCESSING.
160        Add RTEMS_CONFIG_SUBDIR([exec]...).
161
1622002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove librpc.
165
1662002-06-25      Joel Sherrill <joel@OARcorp.com>
167
168        * Per PR233, moved librpc to exec.
169        * configure.ac, wrapup/Makefile.am: Modified.
170        * librpc, librpc/ChangeLog: Removed.
171
1722002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
175
1762002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove lib.
179
1802002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * config-ml.in: Take out arm and sh variants RTEMS does not support.
183
1842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac:
187        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
188        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
189        * Makefile.am: Remove AUTOMAKE_OPTIONS.
190
1912002-02-28      Victor V. Vengerov <vvv@oktet.ru>
192
193        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
194        * configure.ac: Modified to reflect addition.
195
1962002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
199        AC_CONFIG_COMMANDS.
200
2012001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
204
2052001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
208        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
209        autoconf-2.52 happy.
210
2112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
214        * configure.in: Remove.
215        * configure.ac: New file, generated from configure.in by autoupdate.
216
2172001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
220
2212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
224
2252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
228
2292000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Switch to GNU-canonicalization.
232        * Makefile.am: Reflect changes to configure.in.
233        * acinclude.m4: Remove.
234
2352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.in: add lib/libbsp to the GNU canonicalized
238        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
239        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
240        * ChangeLog: Fix typos.
241
2422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.in: add tests to the GNU canonicalized subdirectories.
245
2462000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
249
2502000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: add lib to the GNU canonicalized subdirectories,
253        make the lib directory before configuring lib/.
254
2552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.in, Makefile.am: add exec to the GNU canonicalized
258        subdirectories.
259
2602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
263
2642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.in: add libnetworking, librpc and librdb to the GNU
267        canonicalized subdirectories.
268 
2692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: add libmisc and libchip to the GNU canonicalized
272        subdirectories.
273
2742000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
277        canonicalization to libfs/.
278        The approach is currently a bit of a hack as GNU canonicalization
279        does not support the per-BSP build some of the other directories
280        require.  As more of the tree is converted, this will become less
281        of an issue.
282
2832000-10-18      Joel Sherrill <joel@OARcorp.com>
284
285        * wrapup/Makefile.am: Added libfs.
286
2872000-10-18       Chris Johns <ccj@acm.org>
288
289        * libfs created.
290        * configure.in: Added libfs subdirectory.
291
2922000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
295        RTEMS_CANONICALIZE_TOOLS.
296
2972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Include compile.am.
300
3012000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
304
3052000-08-10      Joel Sherrill <joel@OARcorp.com>
306
307        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.