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

4.104.114.84.95
Last change on this file since b10520f was 2e7d7ff, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/02 at 04:52:39

2002-11-13 Ralf Corsepius <corsepiu@…>

  • Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
4
52002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * compilers/gcc-target-default.cfg: Remove obsolete reference to
8        src/libxil/Makefile.
9        Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
10        -spec).
11
122002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
15
162002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Only symlink leaf.cfg.
19
202002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove references to Templates.
23        Use local AC_CONFIG_LINKS.
24        * README: Relocated from make/
25        * directory.cfg: Ditto.
26        * lib.cfg: Ditto.
27        * compilers/gcc-target-default.cfg: Ditto.
28
292002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Unconditionally check for CXX (Hack to bug in
32        autoconf > 2.54).
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
43        Comment out RTEMS_LIBC_DIR.
44
452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove RTEMS_BSP_ALIAS.
48        Add RTEMS_CHECK_BSP_CACHE.
49
502002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * bsp.mak: New.
53
542002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Remove RTEMS_BSP.cache generation.
57        Remove handling custom/*.cfgs.
58        Remove handling custom/default.cfg.
59        * configure.ac: Remove handling of custom/*.cfgs.
60        Remove auto* generated custom/default.cfg.
61
622002-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * custom/Makefile.am: Remove.
65        * compilers/Makefile.am: Remove.
66        * compilers/.cvsignore: Remove.
67        * Makefile.am: Merge-in former */Makefile.ams.
68        Add more vars  to <BSP>.cache.
69        * configure.ac: Reflect changes above. Cosmetic fixes.
70
712002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove ENABLE_GCC28.
74
752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
83
842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87        * configure.in: Remove.
88        * configure.ac: New file, generated from configure.in by autoupdate.
89
902001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Reworked for autoconf-2.52.
93
942001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use exec_prefix not prefix.
97
982001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.inc.in: Add exec_prefix, remove terminating / from
101        PROJECT_ROOT.
102        * host.cfg.in: Update from <toplevel>/make/host.cfg.in
103
1042001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.inc.in: Remove RTEMS_HOST.
107
1082000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to GNU canonicalized autoconf macros.
123
1242000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * leaf.cfg: Remove Depends inclusion.
127
1282000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
131        LINKCMDS handling.
132        * default.cfg.in: Remove everything but START_BASE.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.