source: rtems/c/src/make/ChangeLog @ 8a024240

4.104.115
Last change on this file since 8a024240 was 1cb06710, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/15/09 at 08:31:09

2009-04-15 Ralf Corsépius <ralf.corsepius@…>

  • leaf.cfg: Remove hard-coded .exe.
  • Property mode set to 100644
File size: 8.7 KB
Line 
12009-04-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * leaf.cfg: Remove hard-coded .exe.
4
52008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * leaf.cfg, compilers/gcc-target-default.cfg, custom/default.cfg.in:
8        Eliminate START_BASE and START_FILE.
9
102008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
13        make-exe and make-cxx-exe definitions. This was resulting in the
14        linker script being processed twice and breaking some BSPs.
15
162008-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * leaf.cfg, compilers/gcc-target-default.cfg: Remove use of AM_LDFLAGS.
19        Ensure LDFLAGS works all the time. Clean up BSPs which defined their
20        own make-exe rules inappropriately.
21
222008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * leaf.cfg: Do not override bsp-post-link.
25
262008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to
29        work. Primarily move the executable transformation rules to leaf.cfg.
30
312007-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.inc.in: Add CXX and CXX_FOR_TARGET.
34
352007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * bsp.cfg.in: Hard-code HAS_RDBG = no.
38        * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.
39
402007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * configure.ac: Remove RDBG.
43
442007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * target.cfg.in: region, extension and semaphore are no longer
47        required.
48
492007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * leaf.cfg: Add optional manager stub for Barrier.
52
532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: New BUG-REPORT address.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require autoconf-2.60. Require automake-1.10.
60
612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * aclocal/check-itron.m4: Allow unix.
64
652005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * aclocal/rtems-flags.new: New (moved from ../aclocal).
68
692004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * aclocal/enable-itron.m4: New (moved from ../aclocal).
72
732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: Require automake > 1.9.
76
772004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: SIZE, NM, OBJCOPY.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
84
852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/check-itron.m4:
88        Fix underquoting to silence automake-1.8.
89
902003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * target.cfg.in: Remove RTEMS_USE_MACROS.
93        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
94        * aclocal/enable-inlines.m4: Removed.
95        * configure.ac: Remove RTEMS_ENABLE_INLINES.
96
972003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove RTEMS_CANONICAL_HOST.
100
1012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove RTEMS_CHECK_CPU.
104        * aclocal/check-itron.m4: Add m4-quotes.
105        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
106
1072003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
110
1112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/check-itron.m4: New.
114        * aclocal/enable-inlines.m4: New.
115        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
116
1172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved aclocal/.
120
1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved automake/.
124
1252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
128
1292003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        PR 321/bsps
132        * bsp.mak: Remove support for profile-variant.
133        * configure.ac: Ditto.
134        * directory.cfg: Ditto.
135        * compilers/gcc-target-default.cfg: Ditto.
136        * make/README: Remove references to profile-variant.
137
1382003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
141        Solaris /bin/sh.
142        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
1562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
159
1602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
163
1642002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * target.cfg.in: New, copy of c/make/target.cfg.in.
167        * configure.ac: Add target.cfg.
168        * Makefile.am: Add target.cfg.
169
1702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
173
1742002-11-17      Joel Sherrill <joel@OARcorp.com>
175
176        * compilers/gcc-target-default.cfg: Make build variants work
177        for user applications.
178
1792002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
182
1832002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * compilers/gcc-target-default.cfg: Remove obsolete reference to
186        src/libxil/Makefile.
187        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
188        -spec).
189
1902002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
193
1942002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Only symlink leaf.cfg.
197
1982002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove references to Templates.
201        Use local AC_CONFIG_LINKS.
202        * README: Relocated from make/
203        * directory.cfg: Ditto.
204        * lib.cfg: Ditto.
205        * compilers/gcc-target-default.cfg: Ditto.
206
2072002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Unconditionally check for CXX (Hack to bug in
210        autoconf > 2.54).
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
221        Comment out RTEMS_LIBC_DIR.
222
2232002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove RTEMS_BSP_ALIAS.
226        Add RTEMS_CHECK_BSP_CACHE.
227
2282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bsp.mak: New.
231
2322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Remove RTEMS_BSP.cache generation.
235        Remove handling custom/*.cfgs.
236        Remove handling custom/default.cfg.
237        * configure.ac: Remove handling of custom/*.cfgs.
238        Remove auto* generated custom/default.cfg.
239
2402002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * custom/Makefile.am: Remove.
243        * compilers/Makefile.am: Remove.
244        * compilers/.cvsignore: Remove.
245        * Makefile.am: Merge-in former */Makefile.ams.
246        Add more vars  to <BSP>.cache.
247        * configure.ac: Reflect changes above. Cosmetic fixes.
248
2492002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove ENABLE_GCC28.
252
2532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac:
256        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
257        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
261
2622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
265        * configure.in: Remove.
266        * configure.ac: New file, generated from configure.in by autoupdate.
267
2682001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.in: Reworked for autoconf-2.52.
271
2722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Use exec_prefix not prefix.
275
2762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.inc.in: Add exec_prefix, remove terminating / from
279        PROJECT_ROOT.
280        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
281
2822001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.inc.in: Remove RTEMS_HOST.
285
2862000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
289
2902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
293
2942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
297
2982000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Switch to GNU canonicalized autoconf macros.
301
3022000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * leaf.cfg: Remove Depends inclusion.
305
3062000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
309        LINKCMDS handling.
310        * default.cfg.in: Remove everything but START_BASE.
311
3122000-08-10      Joel Sherrill <joel@OARcorp.com>
313
314        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.