1 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
3 * Makefile.in: Change dependency on oscons to depend on the generator
6 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
8 * Makefile.in (LOOSE_WARN): Delete.
9 (GCC_WARN_CFLAGS): Likewise.
10 (WARN_CFLAGS): Likewise.
11 (GNATLIBFLAGS): Add -nostdinc.
12 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
13 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
14 * configure.ac (warn_cflags): Delete.
15 * configure: Regenerate.
17 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19 * configure.ac: Include ../config/picflag.m4.
20 (GCC_PICFLAG): Call it.
22 * configure: Regenerate.
23 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
24 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
25 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
26 Don't include $(GCC_DIR)/libgcc.mvars.
28 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31 * Makefile.in (install-strip): New phony target.
32 (check, installcheck, info, dvi, pdf, html, install)
33 (install-info, install-pdf, install-html, mostlyclean)
34 (clean, distclean, maintainer-clean): Mark phony.
36 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
38 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
39 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
40 * configure.ac: Include config/unwind_ipinfo.m4.
41 Check for _Unwind_GetIPInfo.
42 * configure: Regenerate.
44 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
47 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
49 * configure: Regenerate.
50 * Makefile.in: Substitute AWK.
52 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
54 * configure.ac (AC_PREREQ): Bump to 2.64.
56 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
58 * configure: Regenerate.
60 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
62 * Makefile.in (AUTOCONF, configure_deps): New variables.
63 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
65 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
67 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
69 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
71 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
72 * configure: Regenerate.
74 2009-04-09 Jakub Jelinek <jakub@redhat.com>
76 * Makefile.in: Change copyright header to refer to version
77 3 of the GNU General Public License and to point readers at the
78 COPYING3 file and the FSF's license web page.
79 * configure.ac: Likewise.
81 2009-04-06 Laurent GUERBY <laurent@guerby.net>
83 * Makefile.in (ADA_RTS_DIR): Define.
84 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
86 2008-09-21 Laurent Guerby <laurent@guerby.net>
87 Paolo Bonzini <bonzini@gnu.org>
90 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
92 * configure.ac: Add multilib handling.
93 * configure: Regenerate.
95 2008-08-29 Laurent Guerby <laurent@guerby.net>
97 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
98 avoid conflicts. Factor more flags to pass.
99 (libsubdir): New variable.
100 (install-gnatlib): New target.
102 2008-08-28 Laurent Guerby <laurent@guerby.net>
104 * configure: Regenerate.
106 2008-08-06 Thomas Quinot <quinot@adacore.com>
108 * Makefile.in: generate s-oscons.ads again, previous change was
111 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
113 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
116 2008-08-06 Thomas Quinot <quinot@adacore.com>
118 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
120 2008-08-05 Thomas Quinot <quinot@adacore.com>
122 * Makefile.in (gnatlib*): Now depend on oscons target.
123 (oscons): New target.
125 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
127 * configure.ac (warn_cflags): Substitute.
128 * configure: Regenerate.
129 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
130 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
131 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
133 (libada-mk): Do not include. Include libgcc.mvars instead.
134 (tmake_file): Remove, do not include.
135 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
136 * configure: Regenerate.
138 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
140 * configure.ac: move sinclude of acx.m4 before AC_INIT,
141 also sinclude override.m4.
142 * Makefile.in ($(srcdir)/configure): Update dependencies.
143 * configure: Regenerate.
145 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
147 * Makefile.in: Add dummy install-pdf target.
149 2007-01-23 Richard Guenther <rguenther@suse.de>
152 * Makefile.in (STAGE_PREFIX): Do not define.
153 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
155 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
158 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
159 * configure: Regenerate.
160 * Makefile.in: Replace host_subdir.
162 2006-10-16 Brooks Moses <bmoses@stanford.edu>
164 * Makefile.in: Add dummy "pdf" target.
166 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
168 * Makefile.in: Add install-html target.
170 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
172 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
174 2005-04-27 James E Wilson <wilson@specifixinc.com>
176 * Makefile.in (html): New.
178 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
181 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
183 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
185 * Makefile.in: Add stamp file for building libada, to avoid
186 duplicate builds every time all-gnattools is called.
188 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
190 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
193 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
195 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
197 * configure: Regenerate.
199 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
201 * configure.ac, Makefile.in: Remove gnattools-specific code
202 (see gnattools directory).
203 * Makefile.in: Remove dead rts-* targets.
204 * configure: Regenerate.
206 2004-05-25 Daniel Jacobowitz <drow@false.org>
208 * Makefile.in: Add .NOEXPORT.
210 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
212 * Makefile.in: Put back merge of some targets to avoid code duplication.
213 Remove at the same obsolete variable GNATLIBLDFLAGS.
215 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
217 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
219 * configure: Regenerate.
221 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
223 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
224 over error-prone Make abuse. Remove temporary debug code.
225 (gnatlib-zcx): New target.
226 (gnattools): Split into gnattools-native, gnattools-cross, to fix
227 previous bug; select which on the basis of default_gnattools_target.
228 (ada.all.cross): Merged with gnattools-cross target.
229 * configure.ac: Set default_gnattools_target.
230 * configure: Regenerate.
232 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
234 * Makefile.in: Fix errors introduced in previous change (in particular,
235 errors when building gnattools were ignored).
236 Code clean up and simplification.
238 Remove temporary debug code introduced by mistake in previous check in.
239 Prefer GNU Make syntax over complex and error-prone sh syntax.
240 (gnatlib-zcx): New target.
241 (ada.all.cross): Merged with gnattools-cross target.
243 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
245 * configure.ac: It's gnatlib-plain in the Makefile, not
246 gnatlib-simple; make configure match.
247 * configure: Regenerate.
249 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
251 * Makefile.in: Call gcc/ada/Makefile directly, not through the
252 intermediary of gcc/Makefile. Incorporate all necessary parts of
253 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
254 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
255 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
256 to build in configure.ac, not here.
257 * configure.ac: Provide Makefile.in with the new information it needs,
258 such as GCC's tmake_file and xmake_file.
259 * configure: Regenerate.
261 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
263 * configure.in: Rename file to ...
264 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
265 * configure: Regenerate.
267 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
270 * configure.in: Remove hardcoded gcc version.
272 * configure: Regenerated.
274 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
276 * Makefile.in (gnattools): Depend on gnatlib.
278 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
280 PR ada/6637, PR ada/5911
281 * configure.in, Makefile.in, configure: Merge with libada-branch
283 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
285 PR ada/6637, PR ada/5911
286 * configure.in: Add support for --enable/disable-shared
287 * Makefile.in: Add initial, simple support for gnatlib/gnattools
288 for native and cross configurations.
289 * configure: Regenerate
291 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
293 * configure.in: Make --enable-maintainer-mode work.
294 * configure: Regenerate.
296 * Makefile.in, configure.in: New files.
297 * configure: Generate.
299 * New directory, new ChangeLog.
301 Copyright 2003, 2004 Free Software Foundation, Inc.
303 This ChangeLog is free software; the Free Software Foundation gives
304 unlimited permission to copy, distribute, and modify it.