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