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

Last change on this file since cd9dac0 was 0793e35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/08/03 at 05:22:37

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

  • bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy Solaris /bin/sh. (Reported by Till Straumann <strauman@…>).
  • Property mode set to 100644
File size: 4.8 KB
Line 
12003-04-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy
4        Solaris /bin/sh.
5        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
6
72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove AC_CONFIG_AUX_DIR.
10
112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AC_PREREQ(2.57).
18
192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
22
232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
26
272002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * target.cfg.in: New, copy of c/make/target.cfg.in.
30        * configure.ac: Add target.cfg.
31        * Makefile.am: Add target.cfg.
32
332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
36
372002-11-17      Joel Sherrill <joel@OARcorp.com>
38
39        * compilers/gcc-target-default.cfg: Make build variants work
40        for user applications.
41
422002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
45
462002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * compilers/gcc-target-default.cfg: Remove obsolete reference to
49        src/libxil/Makefile.
50        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
51        -spec).
52
532002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
56
572002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Only symlink leaf.cfg.
60
612002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove references to Templates.
64        Use local AC_CONFIG_LINKS.
65        * README: Relocated from make/
66        * directory.cfg: Ditto.
67        * lib.cfg: Ditto.
68        * compilers/gcc-target-default.cfg: Ditto.
69
702002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Unconditionally check for CXX (Hack to bug in
73        autoconf > 2.54).
74
752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Reformat.
78        Add autom4te*cache.
79        Remove autom4te.cache.
80
812002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
84        Comment out RTEMS_LIBC_DIR.
85
862002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_BSP_ALIAS.
89        Add RTEMS_CHECK_BSP_CACHE.
90
912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * bsp.mak: New.
94
952002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Remove RTEMS_BSP.cache generation.
98        Remove handling custom/*.cfgs.
99        Remove handling custom/default.cfg.
100        * configure.ac: Remove handling of custom/*.cfgs.
101        Remove auto* generated custom/default.cfg.
102
1032002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * custom/Makefile.am: Remove.
106        * compilers/Makefile.am: Remove.
107        * compilers/.cvsignore: Remove.
108        * Makefile.am: Merge-in former */Makefile.ams.
109        Add more vars  to <BSP>.cache.
110        * configure.ac: Reflect changes above. Cosmetic fixes.
111
1122002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove ENABLE_GCC28.
115
1162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac:
119        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Reworked for autoconf-2.52.
134
1352001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use exec_prefix not prefix.
138
1392001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.inc.in: Add exec_prefix, remove terminating / from
142        PROJECT_ROOT.
143        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
144
1452001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.inc.in: Remove RTEMS_HOST.
148
1492000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
152
1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
1612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Switch to GNU canonicalized autoconf macros.
164
1652000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * leaf.cfg: Remove Depends inclusion.
168
1692000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
172        LINKCMDS handling.
173        * default.cfg.in: Remove everything but START_BASE.
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.