source: rtems/c/src/ChangeLog @ c8f3e82

Last change on this file since c8f3e82 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 8.9 KB
RevLine 
[74e2998]12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
[a02f967]52003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Add libide.a.
8
[b18646c9]92003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove AC_CONFIG_AUX_DIR.
12
[0b5d1b0a]132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[f87a9f2]14
15        * configure.ac: Add support/.
[0b5d1b0a]16        * support/.cvsignore: New.
[f87a9f2]17        * support/Makefile.am: New.
18        * support/version.c: New.
19        * wrapup/Makefile.am: Add support/libsupport.a.
20
[d24f574]212003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Use SRC += instead of make-vars.
24
[ccd81b60]252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
[9b5c258]292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
[17aa98d]332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
[131814f]372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
40        Let all-local: depend on $(LIB).
41
[5c675ef]422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Remove libmisc.
45
[9346df0]462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove libmisc.
49
[d4181d5]502002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
53        Resort cache-checking.
54
[028792e8]552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
58
[382e1eb3]592002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
62        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
63        ac_configure_args.
64
[6184265d]652002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
68        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
69
[54508fd]702002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
73        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
74        Fix braino in comment on "exec".
75        Extend --enable-ada handling.
76
[c22d613]772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82        * wrapup/.cvsignore: Remove autom4te.cache.
83
[154c99c]842002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
87
[a456af96]882002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add ada-tests.
91
[1846a62]922002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add preinstall-stamp.
95
[67bfd9a6]962002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        Posix-BSP-Hacks:
99        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
100        Pass RTEMS_HOST to make/bsp.mak
101        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
102        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
103
[55ac4e1]1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
107
[85a8933]1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add BSP_SUBDIRS.
111        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
112
[4db904ec]1132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
116        Cosmetic cleanups.
117
[2b61cd06]1182002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
121        ../libchip/serial/$(ARCH)/libserialio.a.
122
[97bfd09]1232002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add rtems_makedir.
126
[94f4a9ba]1272002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Merge wrapup/configure.ac.
130        Cosmetic cleanups.
131        * Makefile.am: Add wrapup-SUBDIR.
132        * wrapup/ChangeLog: Remove.
133        * wrapup/configure.ac: Remove.
134
[f21ccd2]1352002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
[2b61cd06]137        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
[f21ccd2]138        creation (Make the bare BSP happy).
139        * configure.ac: Ditto.
140
[f0d7515]1412002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Create make/@RTEMS_BSP@.cache.
144        Handle make/custom/*.cfgs.
145        Create make/custom/default.cfg.
146        * configure.ac: Add creation of make/custon/*.cfg.
147        Create make/${RTEMS_BSP}.cache.
148        Read make/${RTEMS_BSP}.cache
149
[d6f4c1b6]1502002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Clean $(PROJECT_RELEASE).
153
[dbaca2a7]1542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * acinclude.m4: Add test "$multilib" != "yes".
157        * config-ml.in: Remove.
158
[247874ae]1592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * acinclude.m4: Cleanups.
162        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
163        ${srcdir}/exec/.
164        Further adaptations to autoconf >= 2.50.
165
[02ccf4a]1662002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * acinclude.m4: New.
169        * Makefile.am: Remove tar-installation.
170        Prepend @exec@ to SUBDIRS.
171        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
172        Add RTEMS_ENABLE_MULTIPROCESSING.
173        Add RTEMS_CONFIG_SUBDIR([exec]...).
174
[3ebe28f]1752002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove librpc.
178
[0b2f26d]1792002-06-25      Joel Sherrill <joel@OARcorp.com>
180
[dee3768b]181        * Per PR233, moved librpc to exec.
[0b2f26d]182        * configure.ac, wrapup/Makefile.am: Modified.
183        * librpc, librpc/ChangeLog: Removed.
184
[1b092b7]1852002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
[dee3768b]187        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[1b092b7]188
[166475a]1892002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove lib.
192
[d9af8a8e]1932002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * config-ml.in: Take out arm and sh variants RTEMS does not support.
196
[7273b6e]1972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac:
200        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
201        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203
[1d42dcbc]2042002-02-28      Victor V. Vengerov <vvv@oktet.ru>
205
206        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
207        * configure.ac: Modified to reflect addition.
208
[e4dbf55]2092002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
212        AC_CONFIG_COMMANDS.
213
[efcb89c]2142001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
217
[8dc51855]2182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
221        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
222        autoconf-2.52 happy.
223
[df25c998]2242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
227        * configure.in: Remove.
228        * configure.ac: New file, generated from configure.in by autoupdate.
229
[6e6f0f06]2302001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
233
[feead226]2342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
237
[a314d3b4]2382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
241
[846027b]2422000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.in: Switch to GNU-canonicalization.
245        * Makefile.am: Reflect changes to configure.in.
246        * acinclude.m4: Remove.
247
[1c31722]2482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
[d16ca93]250        * configure.in: add lib/libbsp to the GNU canonicalized
251        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
252        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
253        * ChangeLog: Fix typos.
254
2552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]258
[a6eabdb6]2592000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
[d16ca93]261        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
[a6eabdb6]262
[c05edee]2632000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: add lib to the GNU canonicalized subdirectories,
266        make the lib directory before configuring lib/.
267
[e590416a]2682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.in, Makefile.am: add exec to the GNU canonicalized
271        subdirectories.
272
[0864bf93]2732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
276
[3724b7f]2772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: add libnetworking, librpc and librdb to the GNU
280        canonicalized subdirectories.
281 
[fa60c5b]2822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: add libmisc and libchip to the GNU canonicalized
285        subdirectories.
286
[4a2faa7c]2872000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
290        canonicalization to libfs/.
291        The approach is currently a bit of a hack as GNU canonicalization
292        does not support the per-BSP build some of the other directories
293        require.  As more of the tree is converted, this will become less
294        of an issue.
295
[10c6e903]2962000-10-18      Joel Sherrill <joel@OARcorp.com>
297
298        * wrapup/Makefile.am: Added libfs.
299
[ee419f3]3002000-10-18       Chris Johns <ccj@acm.org>
301
302        * libfs created.
303        * configure.in: Added libfs subdirectory.
304
[00438014]3052000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
308        RTEMS_CANONICALIZE_TOOLS.
309
[19530ab5]3102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Include compile.am.
313
[00966ba]3142000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
[19530ab5]316        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]317
[e94ad1fe]3182000-08-10      Joel Sherrill <joel@OARcorp.com>
319
320        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.