source: rtems/c/src/lib/libbsp/i386/pc386/tools/ChangeLog @ 6a1176a2

4.115
Last change on this file since 6a1176a2 was 6a1176a2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/25/11 at 10:53:29

2011-02-25 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[6a1176a2]12011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
4
[8ee3775]52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
[1792c7a]92009-02-10      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bin2boot.c: Use stdint/inttypes to workaround build warnings on
12          64bit hosts.
13
[fe80163]142008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * bin2boot.c: Fix uninitialized variable warning.
17
[db975529]182008-07-29      Chris Johns <chrisj@rtems.org>
19
20        * configure.ac: Add CFLAGS to workaround building errors on
21        a 64bit AMD host.
22
[f2a90594]232007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Use MKDIR_P instead of mkdir_p.
26
[fcb0cd46]272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: New BUG-REPORT address.
30
[11c60096]312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Require autoconf-2.60. Require automake-1.10.
34
[97891e5e]352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * configure.ac: Require automake > 1.9.
38
[03ea5323]392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
42        Add PRE/TMPINSTALL_FILES to CLEANFILES.
43
[a422d0b6]442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reworked.
47
[810720b6]482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
51
[ebcdbb6]522003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: More hacks to keep this crap alive.
55
[fe8bc62f]562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved aclocal/.
59
[c53e9e2f]602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
[c483a4e]62        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]63
[7dcc3fe]642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
67
[afaa498d]682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_CONFIG_AUX_DIR.
71
[ccd81b60]722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
75
[6ca07328]762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AC_PREREQ(2.57).
79
[6b20f44]802002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * bin2boot.c: #include POSIX compliant <string.h> instead of BSD
83        proprietary memory.h.
84
[8730f45]852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
[8f3cdf10]912002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add transform and bsptools_bindir hacks.
94
[cdd2ffd3]952002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove AC_EXEEXT (obsolete).
98
[7273b6e]992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac:
102        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
103        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105
[4f52e99]1062001-11-13      Joel Sherrill <joel@OARcorp.com>
107
108        * Makefile.am: Made to compile again.
109
[df25c998]1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
[333694cd]1162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use 'PREINSTALL_FILES ='.
119
[feead226]1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
[a314d3b4]1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
[0134f4f]1282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
131        Switch to GNU canonicalization.
132
[e94ad1fe]1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.