]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
Makefile.in (gnatlib*): Now depend on oscons target.
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
c336d2c7
TQ
12008-08-05 Thomas Quinot <quinot@adacore.com>
2
3 * Makefile.in (gnatlib*): Now depend on oscons target.
4 (oscons): New target.
5
47ad7893
PB
62008-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
18c04407
RW
192008-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
00189cc6
BM
262007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
27
28 * Makefile.in: Add dummy install-pdf target.
29
5305be7e
RG
302007-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
9bd6112c
PB
362006-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
a8384928
BM
432006-10-16 Brooks Moses <bmoses@stanford.edu>
44
45 * Makefile.in: Add dummy "pdf" target.
46
312e3fcb
CD
472006-05-23 Carlos O'Donell <carlos@codesourcery.com>
48
49 * Makefile.in: Add install-html target.
50
40077270
PB
512005-12-05 Paolo Bonzini <bonzini@gnu.org>
52
53 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
54
01a1e85a
JW
552005-04-27 James E Wilson <wilson@specifixinc.com>
56
57 * Makefile.in (html): New.
58
215c351a
PB
592005-02-28 Paolo Bonzini <bonzini@gnu.org>
60
61 PR bootstrap/17383
62 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
63
5395b47b
NN
642004-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
692004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
70
71 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
72 here.
73
742004-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
802004-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
54b2f310
DJ
872004-05-25 Daniel Jacobowitz <drow@false.org>
88
89 * Makefile.in: Add .NOEXPORT.
90
cad79eea
AC
912004-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
d743b2b6
NN
962004-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
e9f4e557
NN
1022004-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
c2b5e13b
AC
1132004-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
f206bf50
NN
1242004-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
80dab182
NN
1302004-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
8ab705be
KC
1422004-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
f0d3c336
AC
1482003-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
cf81c88e
UW
1552004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
156
157 * Makefile.in (gnattools): Depend on gnatlib.
158
b0b70d84
AC
1592003-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
1642003-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
1722003-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
182Copyright 2003, 2004 Free Software Foundation, Inc.
183
184This ChangeLog is free software; the Free Software Foundation gives
185unlimited permission to copy, distribute, and modify it.