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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
92005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * aclocal/check-itron.m4: Allow unix.
12
132005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * aclocal/rtems-flags.new: New (moved from ../aclocal).
16
172004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * aclocal/enable-itron.m4: New (moved from ../aclocal).
20
212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * configure.ac: Require automake > 1.9.
24
252004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: SIZE, NM, OBJCOPY.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
32
332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/check-itron.m4:
36        Fix underquoting to silence automake-1.8.
37
382003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * target.cfg.in: Remove RTEMS_USE_MACROS.
41        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
42        * aclocal/enable-inlines.m4: Removed.
43        * configure.ac: Remove RTEMS_ENABLE_INLINES.
44
452003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove RTEMS_CANONICAL_HOST.
48
492003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove RTEMS_CHECK_CPU.
52        * aclocal/check-itron.m4: Add m4-quotes.
53        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
54
552003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
58
592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/check-itron.m4: New.
62        * aclocal/enable-inlines.m4: New.
63        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
64
652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect having moved aclocal/.
68
692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved automake/.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        PR 321/bsps
80        * bsp.mak: Remove support for profile-variant.
81        * configure.ac: Ditto.
82        * directory.cfg: Ditto.
83        * compilers/gcc-target-default.cfg: Ditto.
84        * make/README: Remove references to profile-variant.
85
862003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
89        Solaris /bin/sh.
90        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
91
922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove AC_CONFIG_AUX_DIR.
95
962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
99
1002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: AC_PREREQ(2.57).
103
1042002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
107
1082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
111
1122002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * target.cfg.in: New, copy of c/make/target.cfg.in.
115        * configure.ac: Add target.cfg.
116        * Makefile.am: Add target.cfg.
117
1182002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
121
1222002-11-17      Joel Sherrill <joel@OARcorp.com>
123
124        * compilers/gcc-target-default.cfg: Make build variants work
125        for user applications.
126
1272002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
130
1312002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * compilers/gcc-target-default.cfg: Remove obsolete reference to
134        src/libxil/Makefile.
135        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
136        -spec).
137
1382002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
141
1422002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Only symlink leaf.cfg.
145
1462002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove references to Templates.
149        Use local AC_CONFIG_LINKS.
150        * README: Relocated from make/
151        * directory.cfg: Ditto.
152        * lib.cfg: Ditto.
153        * compilers/gcc-target-default.cfg: Ditto.
154
1552002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Unconditionally check for CXX (Hack to bug in
158        autoconf > 2.54).
159
1602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Reformat.
163        Add autom4te*cache.
164        Remove autom4te.cache.
165
1662002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
169        Comment out RTEMS_LIBC_DIR.
170
1712002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove RTEMS_BSP_ALIAS.
174        Add RTEMS_CHECK_BSP_CACHE.
175
1762002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * bsp.mak: New.
179
1802002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Remove RTEMS_BSP.cache generation.
183        Remove handling custom/*.cfgs.
184        Remove handling custom/default.cfg.
185        * configure.ac: Remove handling of custom/*.cfgs.
186        Remove auto* generated custom/default.cfg.
187
1882002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * custom/Makefile.am: Remove.
191        * compilers/Makefile.am: Remove.
192        * compilers/.cvsignore: Remove.
193        * Makefile.am: Merge-in former */Makefile.ams.
194        Add more vars  to <BSP>.cache.
195        * configure.ac: Reflect changes above. Cosmetic fixes.
196
1972002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove ENABLE_GCC28.
200
2012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac:
204        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
205        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
206        * Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
209
2102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
213        * configure.in: Remove.
214        * configure.ac: New file, generated from configure.in by autoupdate.
215
2162001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.in: Reworked for autoconf-2.52.
219
2202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use exec_prefix not prefix.
223
2242001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.inc.in: Add exec_prefix, remove terminating / from
227        PROJECT_ROOT.
228        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
229
2302001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.inc.in: Remove RTEMS_HOST.
233
2342000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
237
2382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
241
2422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
245
2462000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to GNU canonicalized autoconf macros.
249
2502000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * leaf.cfg: Remove Depends inclusion.
253
2542000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
257        LINKCMDS handling.
258        * default.cfg.in: Remove everything but START_BASE.
259
2602000-08-10      Joel Sherrill <joel@OARcorp.com>
261
262        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.