source: rtems/c/src/make/ChangeLog @ 581c3117

4.104.114.84.95
Last change on this file since 581c3117 was 0707bd20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/06/03 at 02:59:13

2003-06-06 Ralf Corsepius <corsepiu@…>

  • bsp.mak: Remove support for profile-variant.
  • configure.ac: Ditto.
  • directory.cfg: Ditto.
  • compilers/gcc-target-default.cfg: Ditto.
  • make/README: Remove references to profile-variant.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp.mak: Remove support for profile-variant.
4        * configure.ac: Ditto.
5        * directory.cfg: Ditto.
6        * compilers/gcc-target-default.cfg: Ditto.
7        * make/README: Remove references to profile-variant.
8
92003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
12        Solaris /bin/sh.
13        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
30
312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
34
352002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * target.cfg.in: New, copy of c/make/target.cfg.in.
38        * configure.ac: Add target.cfg.
39        * Makefile.am: Add target.cfg.
40
412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
44
452002-11-17      Joel Sherrill <joel@OARcorp.com>
46
47        * compilers/gcc-target-default.cfg: Make build variants work
48        for user applications.
49
502002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
53
542002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * compilers/gcc-target-default.cfg: Remove obsolete reference to
57        src/libxil/Makefile.
58        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
59        -spec).
60
612002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
64
652002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Only symlink leaf.cfg.
68
692002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove references to Templates.
72        Use local AC_CONFIG_LINKS.
73        * README: Relocated from make/
74        * directory.cfg: Ditto.
75        * lib.cfg: Ditto.
76        * compilers/gcc-target-default.cfg: Ditto.
77
782002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Unconditionally check for CXX (Hack to bug in
81        autoconf > 2.54).
82
832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Reformat.
86        Add autom4te*cache.
87        Remove autom4te.cache.
88
892002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
92        Comment out RTEMS_LIBC_DIR.
93
942002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove RTEMS_BSP_ALIAS.
97        Add RTEMS_CHECK_BSP_CACHE.
98
992002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bsp.mak: New.
102
1032002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Remove RTEMS_BSP.cache generation.
106        Remove handling custom/*.cfgs.
107        Remove handling custom/default.cfg.
108        * configure.ac: Remove handling of custom/*.cfgs.
109        Remove auto* generated custom/default.cfg.
110
1112002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * custom/Makefile.am: Remove.
114        * compilers/Makefile.am: Remove.
115        * compilers/.cvsignore: Remove.
116        * Makefile.am: Merge-in former */Makefile.ams.
117        Add more vars  to <BSP>.cache.
118        * configure.ac: Reflect changes above. Cosmetic fixes.
119
1202002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove ENABLE_GCC28.
123
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac:
127        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
132
1332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
136        * configure.in: Remove.
137        * configure.ac: New file, generated from configure.in by autoupdate.
138
1392001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Reworked for autoconf-2.52.
142
1432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use exec_prefix not prefix.
146
1472001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.inc.in: Add exec_prefix, remove terminating / from
150        PROJECT_ROOT.
151        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
152
1532001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.inc.in: Remove RTEMS_HOST.
156
1572000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Switch to GNU canonicalized autoconf macros.
172
1732000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * leaf.cfg: Remove Depends inclusion.
176
1772000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
180        LINKCMDS handling.
181        * default.cfg.in: Remove everything but START_BASE.
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.