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

4.104.114.84.95
Last change on this file since c2113d3 was f69283e2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 06:48:05

2002-12-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
4
52002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * target.cfg.in: New, copy of c/make/target.cfg.in.
8        * configure.ac: Add target.cfg.
9        * Makefile.am: Add target.cfg.
10
112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
14
152002-11-17      Joel Sherrill <joel@OARcorp.com>
16
17        * compilers/gcc-target-default.cfg: Make build variants work
18        for user applications.
19
202002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
23
242002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * compilers/gcc-target-default.cfg: Remove obsolete reference to
27        src/libxil/Makefile.
28        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
29        -spec).
30
312002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
34
352002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Only symlink leaf.cfg.
38
392002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove references to Templates.
42        Use local AC_CONFIG_LINKS.
43        * README: Relocated from make/
44        * directory.cfg: Ditto.
45        * lib.cfg: Ditto.
46        * compilers/gcc-target-default.cfg: Ditto.
47
482002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Unconditionally check for CXX (Hack to bug in
51        autoconf > 2.54).
52
532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Reformat.
56        Add autom4te*cache.
57        Remove autom4te.cache.
58
592002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
62        Comment out RTEMS_LIBC_DIR.
63
642002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_BSP_ALIAS.
67        Add RTEMS_CHECK_BSP_CACHE.
68
692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * bsp.mak: New.
72
732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Remove RTEMS_BSP.cache generation.
76        Remove handling custom/*.cfgs.
77        Remove handling custom/default.cfg.
78        * configure.ac: Remove handling of custom/*.cfgs.
79        Remove auto* generated custom/default.cfg.
80
812002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * custom/Makefile.am: Remove.
84        * compilers/Makefile.am: Remove.
85        * compilers/.cvsignore: Remove.
86        * Makefile.am: Merge-in former */Makefile.ams.
87        Add more vars  to <BSP>.cache.
88        * configure.ac: Reflect changes above. Cosmetic fixes.
89
902002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove ENABLE_GCC28.
93
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac:
97        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
98        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
99        * Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
102
1032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
106        * configure.in: Remove.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108
1092001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Reworked for autoconf-2.52.
112
1132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use exec_prefix not prefix.
116
1172001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.inc.in: Add exec_prefix, remove terminating / from
120        PROJECT_ROOT.
121        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
122
1232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.inc.in: Remove RTEMS_HOST.
126
1272000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
130
1312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
134
1352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
138
1392000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to GNU canonicalized autoconf macros.
142
1432000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * leaf.cfg: Remove Depends inclusion.
146
1472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
150        LINKCMDS handling.
151        * default.cfg.in: Remove everything but START_BASE.
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.