source: rtems/c/src/make/ChangeLog @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
16
172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
20
212002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * target.cfg.in: New, copy of c/make/target.cfg.in.
24        * configure.ac: Add target.cfg.
25        * Makefile.am: Add target.cfg.
26
272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
30
312002-11-17      Joel Sherrill <joel@OARcorp.com>
32
33        * compilers/gcc-target-default.cfg: Make build variants work
34        for user applications.
35
362002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
39
402002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * compilers/gcc-target-default.cfg: Remove obsolete reference to
43        src/libxil/Makefile.
44        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
45        -spec).
46
472002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
50
512002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Only symlink leaf.cfg.
54
552002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove references to Templates.
58        Use local AC_CONFIG_LINKS.
59        * README: Relocated from make/
60        * directory.cfg: Ditto.
61        * lib.cfg: Ditto.
62        * compilers/gcc-target-default.cfg: Ditto.
63
642002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Unconditionally check for CXX (Hack to bug in
67        autoconf > 2.54).
68
692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Reformat.
72        Add autom4te*cache.
73        Remove autom4te.cache.
74
752002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
78        Comment out RTEMS_LIBC_DIR.
79
802002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove RTEMS_BSP_ALIAS.
83        Add RTEMS_CHECK_BSP_CACHE.
84
852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * bsp.mak: New.
88
892002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Remove RTEMS_BSP.cache generation.
92        Remove handling custom/*.cfgs.
93        Remove handling custom/default.cfg.
94        * configure.ac: Remove handling of custom/*.cfgs.
95        Remove auto* generated custom/default.cfg.
96
972002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * custom/Makefile.am: Remove.
100        * compilers/Makefile.am: Remove.
101        * compilers/.cvsignore: Remove.
102        * Makefile.am: Merge-in former */Makefile.ams.
103        Add more vars  to <BSP>.cache.
104        * configure.ac: Reflect changes above. Cosmetic fixes.
105
1062002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove ENABLE_GCC28.
109
1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac:
113        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
114        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
115        * Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Reworked for autoconf-2.52.
128
1292001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use exec_prefix not prefix.
132
1332001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.inc.in: Add exec_prefix, remove terminating / from
136        PROJECT_ROOT.
137        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
138
1392001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.inc.in: Remove RTEMS_HOST.
142
1432000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Switch to GNU canonicalized autoconf macros.
158
1592000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * leaf.cfg: Remove Depends inclusion.
162
1632000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
166        LINKCMDS handling.
167        * default.cfg.in: Remove everything but START_BASE.
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.