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

4.104.114.84.95
Last change on this file since bd5efa92 was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 321/bsps
8        * bsp.mak: Remove support for profile-variant.
9        * configure.ac: Ditto.
10        * directory.cfg: Ditto.
11        * compilers/gcc-target-default.cfg: Ditto.
12        * make/README: Remove references to profile-variant.
13
142003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
17        Solaris /bin/sh.
18        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
19
202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove AC_CONFIG_AUX_DIR.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
35
362002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
39
402002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * target.cfg.in: New, copy of c/make/target.cfg.in.
43        * configure.ac: Add target.cfg.
44        * Makefile.am: Add target.cfg.
45
462002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
49
502002-11-17      Joel Sherrill <joel@OARcorp.com>
51
52        * compilers/gcc-target-default.cfg: Make build variants work
53        for user applications.
54
552002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
58
592002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * compilers/gcc-target-default.cfg: Remove obsolete reference to
62        src/libxil/Makefile.
63        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
64        -spec).
65
662002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
69
702002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Only symlink leaf.cfg.
73
742002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove references to Templates.
77        Use local AC_CONFIG_LINKS.
78        * README: Relocated from make/
79        * directory.cfg: Ditto.
80        * lib.cfg: Ditto.
81        * compilers/gcc-target-default.cfg: Ditto.
82
832002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Unconditionally check for CXX (Hack to bug in
86        autoconf > 2.54).
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
97        Comment out RTEMS_LIBC_DIR.
98
992002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove RTEMS_BSP_ALIAS.
102        Add RTEMS_CHECK_BSP_CACHE.
103
1042002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp.mak: New.
107
1082002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Remove RTEMS_BSP.cache generation.
111        Remove handling custom/*.cfgs.
112        Remove handling custom/default.cfg.
113        * configure.ac: Remove handling of custom/*.cfgs.
114        Remove auto* generated custom/default.cfg.
115
1162002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * custom/Makefile.am: Remove.
119        * compilers/Makefile.am: Remove.
120        * compilers/.cvsignore: Remove.
121        * Makefile.am: Merge-in former */Makefile.ams.
122        Add more vars  to <BSP>.cache.
123        * configure.ac: Reflect changes above. Cosmetic fixes.
124
1252002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove ENABLE_GCC28.
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Reworked for autoconf-2.52.
147
1482001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use exec_prefix not prefix.
151
1522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.inc.in: Add exec_prefix, remove terminating / from
155        PROJECT_ROOT.
156        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
157
1582001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.inc.in: Remove RTEMS_HOST.
161
1622000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
165
1662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
169
1702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
173
1742000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Switch to GNU canonicalized autoconf macros.
177
1782000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * leaf.cfg: Remove Depends inclusion.
181
1822000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
185        LINKCMDS handling.
186        * default.cfg.in: Remove everything but START_BASE.
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.