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

4.104.114.84.95
Last change on this file since c44312d was c44312d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 11:23:45

2003-10-22 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CANONICAL_HOST.
4
52003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_CPU.
8        * aclocal/check-itron.m4: Add m4-quotes.
9        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
10
112003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove RTEMS_PATH_PERL (Unused).
14
152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/check-itron.m4: New.
18        * aclocal/enable-inlines.m4: New.
19        * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
20
212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect having moved aclocal/.
24
252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved automake/.
28
292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
32
332003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        PR 321/bsps
36        * bsp.mak: Remove support for profile-variant.
37        * configure.ac: Ditto.
38        * directory.cfg: Ditto.
39        * compilers/gcc-target-default.cfg: Ditto.
40        * make/README: Remove references to profile-variant.
41
422003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
45        Solaris /bin/sh.
46        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
63
642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
67
682002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * target.cfg.in: New, copy of c/make/target.cfg.in.
71        * configure.ac: Add target.cfg.
72        * Makefile.am: Add target.cfg.
73
742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
77
782002-11-17      Joel Sherrill <joel@OARcorp.com>
79
80        * compilers/gcc-target-default.cfg: Make build variants work
81        for user applications.
82
832002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
86
872002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * compilers/gcc-target-default.cfg: Remove obsolete reference to
90        src/libxil/Makefile.
91        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
92        -spec).
93
942002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
97
982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Only symlink leaf.cfg.
101
1022002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove references to Templates.
105        Use local AC_CONFIG_LINKS.
106        * README: Relocated from make/
107        * directory.cfg: Ditto.
108        * lib.cfg: Ditto.
109        * compilers/gcc-target-default.cfg: Ditto.
110
1112002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Unconditionally check for CXX (Hack to bug in
114        autoconf > 2.54).
115
1162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Reformat.
119        Add autom4te*cache.
120        Remove autom4te.cache.
121
1222002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
125        Comment out RTEMS_LIBC_DIR.
126
1272002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove RTEMS_BSP_ALIAS.
130        Add RTEMS_CHECK_BSP_CACHE.
131
1322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * bsp.mak: New.
135
1362002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Remove RTEMS_BSP.cache generation.
139        Remove handling custom/*.cfgs.
140        Remove handling custom/default.cfg.
141        * configure.ac: Remove handling of custom/*.cfgs.
142        Remove auto* generated custom/default.cfg.
143
1442002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * custom/Makefile.am: Remove.
147        * compilers/Makefile.am: Remove.
148        * compilers/.cvsignore: Remove.
149        * Makefile.am: Merge-in former */Makefile.ams.
150        Add more vars  to <BSP>.cache.
151        * configure.ac: Reflect changes above. Cosmetic fixes.
152
1532002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove ENABLE_GCC28.
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
169        * configure.in: Remove.
170        * configure.ac: New file, generated from configure.in by autoupdate.
171
1722001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Reworked for autoconf-2.52.
175
1762001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use exec_prefix not prefix.
179
1802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.inc.in: Add exec_prefix, remove terminating / from
183        PROJECT_ROOT.
184        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
185
1862001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.inc.in: Remove RTEMS_HOST.
189
1902000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
193
1942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
197
1982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
201
2022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Switch to GNU canonicalized autoconf macros.
205
2062000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * leaf.cfg: Remove Depends inclusion.
209
2102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
213        LINKCMDS handling.
214        * default.cfg.in: Remove everything but START_BASE.
215
2162000-08-10      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.