source: rtems/c/src/make/ChangeLog @ 0098b7aa

4.104.114.84.95
Last change on this file since 0098b7aa was 6dd8b16, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/03 at 17:53:04

Changed format so script will see PR number.

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