source: rtems/c/src/ChangeLog @ d931f107

4.104.114.84.95
Last change on this file since d931f107 was da499ad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/25/03 at 15:50:07

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

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