source: rtems/c/src/make/ChangeLog @ 55da7ef

4.104.114.84.95
Last change on this file since 55da7ef was e98285d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/24/03 at 10:34:05

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.2 KB
Line 
12003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * target.cfg.in: Remove RTEMS_USE_MACROS.
4        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
5        * aclocal/enable-inlines.m4: Removed.
6        * configure.ac: Remove RTEMS_ENABLE_INLINES.
7
82003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove RTEMS_CANONICAL_HOST.
11
122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove RTEMS_CHECK_CPU.
15        * aclocal/check-itron.m4: Add m4-quotes.
16        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
17
182003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
21
222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/check-itron.m4: New.
25        * aclocal/enable-inlines.m4: New.
26        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
27
282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved aclocal/.
31
322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved automake/.
35
362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
39
402003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 321/bsps
43        * bsp.mak: Remove support for profile-variant.
44        * configure.ac: Ditto.
45        * directory.cfg: Ditto.
46        * compilers/gcc-target-default.cfg: Ditto.
47        * make/README: Remove references to profile-variant.
48
492003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
52        Solaris /bin/sh.
53        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
62
632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: AC_PREREQ(2.57).
66
672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
70
712002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
74
752002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * target.cfg.in: New, copy of c/make/target.cfg.in.
78        * configure.ac: Add target.cfg.
79        * Makefile.am: Add target.cfg.
80
812002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
84
852002-11-17      Joel Sherrill <joel@OARcorp.com>
86
87        * compilers/gcc-target-default.cfg: Make build variants work
88        for user applications.
89
902002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
93
942002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * compilers/gcc-target-default.cfg: Remove obsolete reference to
97        src/libxil/Makefile.
98        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
99        -spec).
100
1012002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
104
1052002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Only symlink leaf.cfg.
108
1092002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove references to Templates.
112        Use local AC_CONFIG_LINKS.
113        * README: Relocated from make/
114        * directory.cfg: Ditto.
115        * lib.cfg: Ditto.
116        * compilers/gcc-target-default.cfg: Ditto.
117
1182002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Unconditionally check for CXX (Hack to bug in
121        autoconf > 2.54).
122
1232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Reformat.
126        Add autom4te*cache.
127        Remove autom4te.cache.
128
1292002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
132        Comment out RTEMS_LIBC_DIR.
133
1342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove RTEMS_BSP_ALIAS.
137        Add RTEMS_CHECK_BSP_CACHE.
138
1392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bsp.mak: New.
142
1432002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Remove RTEMS_BSP.cache generation.
146        Remove handling custom/*.cfgs.
147        Remove handling custom/default.cfg.
148        * configure.ac: Remove handling of custom/*.cfgs.
149        Remove auto* generated custom/default.cfg.
150
1512002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * custom/Makefile.am: Remove.
154        * compilers/Makefile.am: Remove.
155        * compilers/.cvsignore: Remove.
156        * Makefile.am: Merge-in former */Makefile.ams.
157        Add more vars  to <BSP>.cache.
158        * configure.ac: Reflect changes above. Cosmetic fixes.
159
1602002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove ENABLE_GCC28.
163
1642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac:
167        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
168        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
169        * Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
172
1732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
176        * configure.in: Remove.
177        * configure.ac: New file, generated from configure.in by autoupdate.
178
1792001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Reworked for autoconf-2.52.
182
1832001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use exec_prefix not prefix.
186
1872001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.inc.in: Add exec_prefix, remove terminating / from
190        PROJECT_ROOT.
191        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
192
1932001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.inc.in: Remove RTEMS_HOST.
196
1972000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
200
2012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
204
2052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
208
2092000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to GNU canonicalized autoconf macros.
212
2132000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * leaf.cfg: Remove Depends inclusion.
216
2172000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
220        LINKCMDS handling.
221        * default.cfg.in: Remove everything but START_BASE.
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.