]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
05682af8
EB
12009-07-13 Eric Botcazou <ebotcazou@adacore.com>
2
3 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
4 * configure: Regenerate.
5
748086b7
JJ
62009-04-09 Jakub Jelinek <jakub@redhat.com>
7
8 * Makefile.in: Change copyright header to refer to version
9 3 of the GNU General Public License and to point readers at the
10 COPYING3 file and the FSF's license web page.
11 * configure.ac: Likewise.
12
6d63ea75
LG
132009-04-06 Laurent GUERBY <laurent@guerby.net>
14
15 * Makefile.in (ADA_RTS_DIR): Define.
16 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
17
7193e639
LG
182008-09-21 Laurent Guerby <laurent@guerby.net>
19 Paolo Bonzini <bonzini@gnu.org>
20
21 PR ada/5911
22 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
23 multilib handling.
24 * configure.ac: Add multilib handling.
25 * configure: Regenerate.
26
f62b28a9
LG
272008-08-29 Laurent Guerby <laurent@guerby.net>
28
29 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
30 avoid conflicts. Factor more flags to pass.
31 (libsubdir): New variable.
32 (install-gnatlib): New target.
33
307c39da
LG
342008-08-28 Laurent Guerby <laurent@guerby.net>
35
36 * configure: Regenerate.
37
12d1a0dc
TQ
382008-08-06 Thomas Quinot <quinot@adacore.com>
39
40 * Makefile.in: generate s-oscons.ads again, previous change was
41 unneeded.
42
6f371a2e
ST
432008-08-06 Samuel Tardieu <sam@rfc1149.net>
44
45 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
46 oscons.
47
65aa315e
TQ
482008-08-06 Thomas Quinot <quinot@adacore.com>
49
50 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
51
c336d2c7
TQ
522008-08-05 Thomas Quinot <quinot@adacore.com>
53
54 * Makefile.in (gnatlib*): Now depend on oscons target.
55 (oscons): New target.
56
47ad7893
PB
572008-08-01 Paolo Bonzini <bonzini@gnu.org>
58
59 * configure.ac (warn_cflags): Substitute.
60 * configure: Regenerate.
61 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
62 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
63 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
64 they were unused.
65 (libada-mk): Do not include. Include libgcc.mvars instead.
66 (tmake_file): Remove, do not include.
67 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
68 * configure: Regenerate.
69
18c04407
RW
702008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
71
72 * configure.ac: move sinclude of acx.m4 before AC_INIT,
73 also sinclude override.m4.
74 * Makefile.in ($(srcdir)/configure): Update dependencies.
75 * configure: Regenerate.
76
00189cc6
BM
772007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
78
79 * Makefile.in: Add dummy install-pdf target.
80
5305be7e
RG
812007-01-23 Richard Guenther <rguenther@suse.de>
82
83 PR bootstrap/30541
84 * Makefile.in (STAGE_PREFIX): Do not define.
85 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
86
9bd6112c
PB
872006-11-16 Paolo Bonzini <bonzini@gnu.org>
88
89 PR bootstrap/29802
90 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
91 * configure: Regenerate.
92 * Makefile.in: Replace host_subdir.
93
a8384928
BM
942006-10-16 Brooks Moses <bmoses@stanford.edu>
95
96 * Makefile.in: Add dummy "pdf" target.
97
312e3fcb
CD
982006-05-23 Carlos O'Donell <carlos@codesourcery.com>
99
100 * Makefile.in: Add install-html target.
101
40077270
PB
1022005-12-05 Paolo Bonzini <bonzini@gnu.org>
103
104 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
105
01a1e85a
JW
1062005-04-27 James E Wilson <wilson@specifixinc.com>
107
108 * Makefile.in (html): New.
109
215c351a
PB
1102005-02-28 Paolo Bonzini <bonzini@gnu.org>
111
112 PR bootstrap/17383
113 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
114
5395b47b
NN
1152004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
116
117 * Makefile.in: Add stamp file for building libada, to avoid
118 duplicate builds every time all-gnattools is called.
119
1202004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
121
122 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
123 here.
124
1252004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
126
127 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
128 _TARGET.
129 * configure: Regenerate.
130
1312004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
132
133 * configure.ac, Makefile.in: Remove gnattools-specific code
134 (see gnattools directory).
135 * Makefile.in: Remove dead rts-* targets.
136 * configure: Regenerate.
137
54b2f310
DJ
1382004-05-25 Daniel Jacobowitz <drow@false.org>
139
140 * Makefile.in: Add .NOEXPORT.
141
cad79eea
AC
1422004-04-26 Arnaud Charlet <charlet@act-europe.fr>
143
144 * Makefile.in: Put back merge of some targets to avoid code duplication.
145 Remove at the same obsolete variable GNATLIBLDFLAGS.
146
d743b2b6
NN
1472004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
148
149 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
150 correctly.
151 * configure: Regenerate.
152
e9f4e557
NN
1532004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
154
155 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
156 over error-prone Make abuse. Remove temporary debug code.
157 (gnatlib-zcx): New target.
158 (gnattools): Split into gnattools-native, gnattools-cross, to fix
159 previous bug; select which on the basis of default_gnattools_target.
160 (ada.all.cross): Merged with gnattools-cross target.
161 * configure.ac: Set default_gnattools_target.
162 * configure: Regenerate.
163
c2b5e13b
AC
1642004-04-19 Arnaud Charlet <charlet@act-europe.fr>
165
166 * Makefile.in: Fix errors introduced in previous change (in particular,
167 errors when building gnattools were ignored).
168 Code clean up and simplification.
169 update comments.
170 Remove temporary debug code introduced by mistake in previous check in.
171 Prefer GNU Make syntax over complex and error-prone sh syntax.
172 (gnatlib-zcx): New target.
173 (ada.all.cross): Merged with gnattools-cross target.
174
f206bf50
NN
1752004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
176
177 * configure.ac: It's gnatlib-plain in the Makefile, not
178 gnatlib-simple; make configure match.
179 * configure: Regenerate.
180
80dab182
NN
1812004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
182
183 * Makefile.in: Call gcc/ada/Makefile directly, not through the
184 intermediary of gcc/Makefile. Incorporate all necessary parts of
185 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
186 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
187 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
188 to build in configure.ac, not here.
189 * configure.ac: Provide Makefile.in with the new information it needs,
190 such as GCC's tmake_file and xmake_file.
191 * configure: Regenerate.
192
8ab705be
KC
1932004-03-10 Kelley Cook <kcook@gcc.gnu.org>
194
195 * configure.in: Rename file to ...
196 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
197 * configure: Regenerate.
198
f0d3c336
AC
1992003-03-02 Arnaud Charlet <charlet@act-europe.fr>
200
201 PR ada/14350
202 * configure.in: Remove hardcoded gcc version.
203
204 * configure: Regenerated.
205
cf81c88e
UW
2062004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
207
208 * Makefile.in (gnattools): Depend on gnatlib.
209
b0b70d84
AC
2102003-02-10 Arnaud Charlet <charlet@act-europe.fr>
211
212 PR ada/6637, PR ada/5911
213 * configure.in, Makefile.in, configure: Merge with libada-branch
214
2152003-10-27 Arnaud Charlet <charlet@act-europe.fr>
216
217 PR ada/6637, PR ada/5911
218 * configure.in: Add support for --enable/disable-shared
219 * Makefile.in: Add initial, simple support for gnatlib/gnattools
220 for native and cross configurations.
221 * configure: Regenerate
222
2232003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
224
225 * configure.in: Make --enable-maintainer-mode work.
226 * configure: Regenerate.
227
228 * Makefile.in, configure.in: New files.
229 * configure: Generate.
230
231 * New directory, new ChangeLog.
232
233Copyright 2003, 2004 Free Software Foundation, Inc.
234
235This ChangeLog is free software; the Free Software Foundation gives
236unlimited permission to copy, distribute, and modify it.