]> git.ipfire.org Git - thirdparty/gcc.git/blob - libada/ChangeLog
Makefile.in (gnatlib*): Now depend on oscons target.
[thirdparty/gcc.git] / libada / ChangeLog
1 2008-08-05 Thomas Quinot <quinot@adacore.com>
2
3 * Makefile.in (gnatlib*): Now depend on oscons target.
4 (oscons): New target.
5
6 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
7
8 * configure.ac (warn_cflags): Substitute.
9 * configure: Regenerate.
10 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
11 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
12 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
13 they were unused.
14 (libada-mk): Do not include. Include libgcc.mvars instead.
15 (tmake_file): Remove, do not include.
16 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
17 * configure: Regenerate.
18
19 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20
21 * configure.ac: move sinclude of acx.m4 before AC_INIT,
22 also sinclude override.m4.
23 * Makefile.in ($(srcdir)/configure): Update dependencies.
24 * configure: Regenerate.
25
26 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
27
28 * Makefile.in: Add dummy install-pdf target.
29
30 2007-01-23 Richard Guenther <rguenther@suse.de>
31
32 PR bootstrap/30541
33 * Makefile.in (STAGE_PREFIX): Do not define.
34 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
35
36 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
37
38 PR bootstrap/29802
39 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
40 * configure: Regenerate.
41 * Makefile.in: Replace host_subdir.
42
43 2006-10-16 Brooks Moses <bmoses@stanford.edu>
44
45 * Makefile.in: Add dummy "pdf" target.
46
47 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
48
49 * Makefile.in: Add install-html target.
50
51 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
52
53 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
54
55 2005-04-27 James E Wilson <wilson@specifixinc.com>
56
57 * Makefile.in (html): New.
58
59 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
60
61 PR bootstrap/17383
62 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
63
64 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
65
66 * Makefile.in: Add stamp file for building libada, to avoid
67 duplicate builds every time all-gnattools is called.
68
69 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
70
71 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
72 here.
73
74 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
75
76 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
77 _TARGET.
78 * configure: Regenerate.
79
80 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
81
82 * configure.ac, Makefile.in: Remove gnattools-specific code
83 (see gnattools directory).
84 * Makefile.in: Remove dead rts-* targets.
85 * configure: Regenerate.
86
87 2004-05-25 Daniel Jacobowitz <drow@false.org>
88
89 * Makefile.in: Add .NOEXPORT.
90
91 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
92
93 * Makefile.in: Put back merge of some targets to avoid code duplication.
94 Remove at the same obsolete variable GNATLIBLDFLAGS.
95
96 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
97
98 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
99 correctly.
100 * configure: Regenerate.
101
102 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
103
104 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
105 over error-prone Make abuse. Remove temporary debug code.
106 (gnatlib-zcx): New target.
107 (gnattools): Split into gnattools-native, gnattools-cross, to fix
108 previous bug; select which on the basis of default_gnattools_target.
109 (ada.all.cross): Merged with gnattools-cross target.
110 * configure.ac: Set default_gnattools_target.
111 * configure: Regenerate.
112
113 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
114
115 * Makefile.in: Fix errors introduced in previous change (in particular,
116 errors when building gnattools were ignored).
117 Code clean up and simplification.
118 update comments.
119 Remove temporary debug code introduced by mistake in previous check in.
120 Prefer GNU Make syntax over complex and error-prone sh syntax.
121 (gnatlib-zcx): New target.
122 (ada.all.cross): Merged with gnattools-cross target.
123
124 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
125
126 * configure.ac: It's gnatlib-plain in the Makefile, not
127 gnatlib-simple; make configure match.
128 * configure: Regenerate.
129
130 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
131
132 * Makefile.in: Call gcc/ada/Makefile directly, not through the
133 intermediary of gcc/Makefile. Incorporate all necessary parts of
134 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
135 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
136 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
137 to build in configure.ac, not here.
138 * configure.ac: Provide Makefile.in with the new information it needs,
139 such as GCC's tmake_file and xmake_file.
140 * configure: Regenerate.
141
142 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
143
144 * configure.in: Rename file to ...
145 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
146 * configure: Regenerate.
147
148 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
149
150 PR ada/14350
151 * configure.in: Remove hardcoded gcc version.
152
153 * configure: Regenerated.
154
155 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
156
157 * Makefile.in (gnattools): Depend on gnatlib.
158
159 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
160
161 PR ada/6637, PR ada/5911
162 * configure.in, Makefile.in, configure: Merge with libada-branch
163
164 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
165
166 PR ada/6637, PR ada/5911
167 * configure.in: Add support for --enable/disable-shared
168 * Makefile.in: Add initial, simple support for gnatlib/gnattools
169 for native and cross configurations.
170 * configure: Regenerate
171
172 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
173
174 * configure.in: Make --enable-maintainer-mode work.
175 * configure: Regenerate.
176
177 * Makefile.in, configure.in: New files.
178 * configure: Generate.
179
180 * New directory, new ChangeLog.
181
182 Copyright 2003, 2004 Free Software Foundation, Inc.
183
184 This ChangeLog is free software; the Free Software Foundation gives
185 unlimited permission to copy, distribute, and modify it.