source: rtems/c/src/make/ChangeLog @ ae55da72

4.115
Last change on this file since ae55da72 was 5fa9b70, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:40:23

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1589/build
4        * leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove
5        obsolete optional manager capability.
6
72011-06-16      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Don't generate host.cfg.in.
10
112011-04-01      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to
14        account for movement of .cfg files.
15
162011-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Use '|' as sed-delimiter.
19
202011-03-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
21
22        PR 1760/misc
23        * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
24
252011-03-08      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
28        existing Makefiles.
29
302011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am, configure.ac: Move file generation into Makefile.
33
342011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
37
382011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
41
422011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        PR 1753/misc:
45        * host.cfg.in: Remove RTEMS_HOST.
46
472011-03-05      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        PR 1754/misc:
50        * host.cfg.in: Remove GCCSED.
51
522011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.68, automake-1.11.1.
55
562010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        PR 1532/testing
59        * host.cfg.in: Add initial tests for untar capabilities. This required
60        BIN2C.
61
622010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in:
65        Remove itron.
66        * aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
67
682009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * bsp.mak: Remove RTEMS_BSP_FAMILY.
71
722009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
75
762009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * aclocal/enable-bare.m4: Remove (Abandoned).
79        * bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
80        * configure.ac: Remove RTEMS_ENABLE_BARE.
81
822009-07-23      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * aclocal/enable-itron.m4: Default to not building itron.
85
862009-04-15      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * leaf.cfg: Remove hard-coded .exe.
89
902008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * leaf.cfg, compilers/gcc-target-default.cfg, custom/default.cfg.in:
93        Eliminate START_BASE and START_FILE.
94
952008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
98        make-exe and make-cxx-exe definitions. This was resulting in the
99        linker script being processed twice and breaking some BSPs.
100
1012008-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * leaf.cfg, compilers/gcc-target-default.cfg: Remove use of AM_LDFLAGS.
104        Ensure LDFLAGS works all the time. Clean up BSPs which defined their
105        own make-exe rules inappropriately.
106
1072008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * leaf.cfg: Do not override bsp-post-link.
110
1112008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to
114        work. Primarily move the executable transformation rules to leaf.cfg.
115
1162007-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.inc.in: Add CXX and CXX_FOR_TARGET.
119
1202007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * bsp.cfg.in: Hard-code HAS_RDBG = no.
123        * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.
124
1252007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * configure.ac: Remove RDBG.
128
1292007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * target.cfg.in: region, extension and semaphore are no longer
132        required.
133
1342007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * leaf.cfg: Add optional manager stub for Barrier.
137
1382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: New BUG-REPORT address.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * configure.ac: Require autoconf-2.60. Require automake-1.10.
145
1462005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * aclocal/check-itron.m4: Allow unix.
149
1502005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * aclocal/rtems-flags.new: New (moved from ../aclocal).
153
1542004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * aclocal/enable-itron.m4: New (moved from ../aclocal).
157
1582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * configure.ac: Require automake > 1.9.
161
1622004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: SIZE, NM, OBJCOPY.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
169
1702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/check-itron.m4:
173        Fix underquoting to silence automake-1.8.
174
1752003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * target.cfg.in: Remove RTEMS_USE_MACROS.
178        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
179        * aclocal/enable-inlines.m4: Removed.
180        * configure.ac: Remove RTEMS_ENABLE_INLINES.
181
1822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove RTEMS_CANONICAL_HOST.
185
1862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove RTEMS_CHECK_CPU.
189        * aclocal/check-itron.m4: Add m4-quotes.
190        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
191
1922003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
195
1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/check-itron.m4: New.
199        * aclocal/enable-inlines.m4: New.
200        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
201
2022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having moved aclocal/.
205
2062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect having moved automake/.
209
2102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
213
2142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 321/bsps
217        * bsp.mak: Remove support for profile-variant.
218        * configure.ac: Ditto.
219        * directory.cfg: Ditto.
220        * compilers/gcc-target-default.cfg: Ditto.
221        * make/README: Remove references to profile-variant.
222
2232003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
226        Solaris /bin/sh.
227        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
228
2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AC_PREREQ(2.57).
240
2412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
244
2452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
248
2492002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * target.cfg.in: New, copy of c/make/target.cfg.in.
252        * configure.ac: Add target.cfg.
253        * Makefile.am: Add target.cfg.
254
2552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
258
2592002-11-17      Joel Sherrill <joel@OARcorp.com>
260
261        * compilers/gcc-target-default.cfg: Make build variants work
262        for user applications.
263
2642002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
267
2682002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * compilers/gcc-target-default.cfg: Remove obsolete reference to
271        src/libxil/Makefile.
272        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
273        -spec).
274
2752002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
278
2792002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Only symlink leaf.cfg.
282
2832002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Remove references to Templates.
286        Use local AC_CONFIG_LINKS.
287        * README: Relocated from make/
288        * directory.cfg: Ditto.
289        * lib.cfg: Ditto.
290        * compilers/gcc-target-default.cfg: Ditto.
291
2922002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Unconditionally check for CXX (Hack to bug in
295        autoconf > 2.54).
296
2972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Reformat.
300        Add autom4te*cache.
301        Remove autom4te.cache.
302
3032002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
306        Comment out RTEMS_LIBC_DIR.
307
3082002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Remove RTEMS_BSP_ALIAS.
311        Add RTEMS_CHECK_BSP_CACHE.
312
3132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * bsp.mak: New.
316
3172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Remove RTEMS_BSP.cache generation.
320        Remove handling custom/*.cfgs.
321        Remove handling custom/default.cfg.
322        * configure.ac: Remove handling of custom/*.cfgs.
323        Remove auto* generated custom/default.cfg.
324
3252002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * custom/Makefile.am: Remove.
328        * compilers/Makefile.am: Remove.
329        * compilers/.cvsignore: Remove.
330        * Makefile.am: Merge-in former */Makefile.ams.
331        Add more vars  to <BSP>.cache.
332        * configure.ac: Reflect changes above. Cosmetic fixes.
333
3342002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove ENABLE_GCC28.
337
3382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac:
341        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
342        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.in: Reworked for autoconf-2.52.
356
3572001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Use exec_prefix not prefix.
360
3612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.inc.in: Add exec_prefix, remove terminating / from
364        PROJECT_ROOT.
365        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
366
3672001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.inc.in: Remove RTEMS_HOST.
370
3712000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
374
3752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
378
3792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
382
3832000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Switch to GNU canonicalized autoconf macros.
386
3872000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * leaf.cfg: Remove Depends inclusion.
390
3912000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
394        LINKCMDS handling.
395        * default.cfg.in: Remove everything but START_BASE.
396
3972000-08-10      Joel Sherrill <joel@OARcorp.com>
398
399        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.