source: rtems/c/src/make/ChangeLog @ 75a25c0

4.104.114.84.95
Last change on this file since 75a25c0 was e18fd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:54:16

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

  • target.cfg.in: Remove RTEMS_USE_MACROS.
  • Makefile.inc.in: Remove RTEMS_USE_MACROS.
  • aclocal/enable-inlines.m4: Removed.
  • configure.ac: Remove RTEMS_ENABLE_INLINES.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-itron.m4:
4        Fix underquoting to silence automake-1.8.
5
62003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * target.cfg.in: Remove RTEMS_USE_MACROS.
9        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
10        * aclocal/enable-inlines.m4: Removed.
11        * configure.ac: Remove RTEMS_ENABLE_INLINES.
12
132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CANONICAL_HOST.
16
172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CHECK_CPU.
20        * aclocal/check-itron.m4: Add m4-quotes.
21        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
22
232003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
26
272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/check-itron.m4: New.
30        * aclocal/enable-inlines.m4: New.
31        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
32
332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect having moved aclocal/.
36
372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        PR 321/bsps
48        * bsp.mak: Remove support for profile-variant.
49        * configure.ac: Ditto.
50        * directory.cfg: Ditto.
51        * compilers/gcc-target-default.cfg: Ditto.
52        * make/README: Remove references to profile-variant.
53
542003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
57        Solaris /bin/sh.
58        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
75
762002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
79
802002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * target.cfg.in: New, copy of c/make/target.cfg.in.
83        * configure.ac: Add target.cfg.
84        * Makefile.am: Add target.cfg.
85
862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
89
902002-11-17      Joel Sherrill <joel@OARcorp.com>
91
92        * compilers/gcc-target-default.cfg: Make build variants work
93        for user applications.
94
952002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
98
992002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * compilers/gcc-target-default.cfg: Remove obsolete reference to
102        src/libxil/Makefile.
103        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
104        -spec).
105
1062002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
109
1102002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Only symlink leaf.cfg.
113
1142002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove references to Templates.
117        Use local AC_CONFIG_LINKS.
118        * README: Relocated from make/
119        * directory.cfg: Ditto.
120        * lib.cfg: Ditto.
121        * compilers/gcc-target-default.cfg: Ditto.
122
1232002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Unconditionally check for CXX (Hack to bug in
126        autoconf > 2.54).
127
1282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Reformat.
131        Add autom4te*cache.
132        Remove autom4te.cache.
133
1342002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
137        Comment out RTEMS_LIBC_DIR.
138
1392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove RTEMS_BSP_ALIAS.
142        Add RTEMS_CHECK_BSP_CACHE.
143
1442002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * bsp.mak: New.
147
1482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Remove RTEMS_BSP.cache generation.
151        Remove handling custom/*.cfgs.
152        Remove handling custom/default.cfg.
153        * configure.ac: Remove handling of custom/*.cfgs.
154        Remove auto* generated custom/default.cfg.
155
1562002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * custom/Makefile.am: Remove.
159        * compilers/Makefile.am: Remove.
160        * compilers/.cvsignore: Remove.
161        * Makefile.am: Merge-in former */Makefile.ams.
162        Add more vars  to <BSP>.cache.
163        * configure.ac: Reflect changes above. Cosmetic fixes.
164
1652002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove ENABLE_GCC28.
168
1692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac:
172        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
173        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
174        * Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
177
1782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
181        * configure.in: Remove.
182        * configure.ac: New file, generated from configure.in by autoupdate.
183
1842001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: Reworked for autoconf-2.52.
187
1882001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use exec_prefix not prefix.
191
1922001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.inc.in: Add exec_prefix, remove terminating / from
195        PROJECT_ROOT.
196        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
197
1982001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.inc.in: Remove RTEMS_HOST.
201
2022000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
205
2062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
209
2102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
213
2142000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Switch to GNU canonicalized autoconf macros.
217
2182000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * leaf.cfg: Remove Depends inclusion.
221
2222000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
225        LINKCMDS handling.
226        * default.cfg.in: Remove everything but START_BASE.
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.