]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
Makefile.in: Add install-html and install-pdf dummy targets.
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
5305be7e
RG
12007-01-23 Richard Guenther <rguenther@suse.de>
2
3 PR bootstrap/30541
4 * Makefile.in (STAGE_PREFIX): Do not define.
5 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
6
9bd6112c
PB
72006-11-16 Paolo Bonzini <bonzini@gnu.org>
8
9 PR bootstrap/29802
10 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
11 * configure: Regenerate.
12 * Makefile.in: Replace host_subdir.
13
a8384928
BM
142006-10-16 Brooks Moses <bmoses@stanford.edu>
15
16 * Makefile.in: Add dummy "pdf" target.
17
312e3fcb
CD
182006-05-23 Carlos O'Donell <carlos@codesourcery.com>
19
20 * Makefile.in: Add install-html target.
21
40077270
PB
222005-12-05 Paolo Bonzini <bonzini@gnu.org>
23
24 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
25
01a1e85a
JW
262005-04-27 James E Wilson <wilson@specifixinc.com>
27
28 * Makefile.in (html): New.
29
215c351a
PB
302005-02-28 Paolo Bonzini <bonzini@gnu.org>
31
32 PR bootstrap/17383
33 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
34
5395b47b
NN
352004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
36
37 * Makefile.in: Add stamp file for building libada, to avoid
38 duplicate builds every time all-gnattools is called.
39
402004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
41
42 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
43 here.
44
452004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
46
47 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
48 _TARGET.
49 * configure: Regenerate.
50
512004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
52
53 * configure.ac, Makefile.in: Remove gnattools-specific code
54 (see gnattools directory).
55 * Makefile.in: Remove dead rts-* targets.
56 * configure: Regenerate.
57
54b2f310
DJ
582004-05-25 Daniel Jacobowitz <drow@false.org>
59
60 * Makefile.in: Add .NOEXPORT.
61
cad79eea
AC
622004-04-26 Arnaud Charlet <charlet@act-europe.fr>
63
64 * Makefile.in: Put back merge of some targets to avoid code duplication.
65 Remove at the same obsolete variable GNATLIBLDFLAGS.
66
d743b2b6
NN
672004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
68
69 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
70 correctly.
71 * configure: Regenerate.
72
e9f4e557
NN
732004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
74
75 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
76 over error-prone Make abuse. Remove temporary debug code.
77 (gnatlib-zcx): New target.
78 (gnattools): Split into gnattools-native, gnattools-cross, to fix
79 previous bug; select which on the basis of default_gnattools_target.
80 (ada.all.cross): Merged with gnattools-cross target.
81 * configure.ac: Set default_gnattools_target.
82 * configure: Regenerate.
83
c2b5e13b
AC
842004-04-19 Arnaud Charlet <charlet@act-europe.fr>
85
86 * Makefile.in: Fix errors introduced in previous change (in particular,
87 errors when building gnattools were ignored).
88 Code clean up and simplification.
89 update comments.
90 Remove temporary debug code introduced by mistake in previous check in.
91 Prefer GNU Make syntax over complex and error-prone sh syntax.
92 (gnatlib-zcx): New target.
93 (ada.all.cross): Merged with gnattools-cross target.
94
f206bf50
NN
952004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
96
97 * configure.ac: It's gnatlib-plain in the Makefile, not
98 gnatlib-simple; make configure match.
99 * configure: Regenerate.
100
80dab182
NN
1012004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
102
103 * Makefile.in: Call gcc/ada/Makefile directly, not through the
104 intermediary of gcc/Makefile. Incorporate all necessary parts of
105 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
106 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
107 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
108 to build in configure.ac, not here.
109 * configure.ac: Provide Makefile.in with the new information it needs,
110 such as GCC's tmake_file and xmake_file.
111 * configure: Regenerate.
112
8ab705be
KC
1132004-03-10 Kelley Cook <kcook@gcc.gnu.org>
114
115 * configure.in: Rename file to ...
116 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
117 * configure: Regenerate.
118
f0d3c336
AC
1192003-03-02 Arnaud Charlet <charlet@act-europe.fr>
120
121 PR ada/14350
122 * configure.in: Remove hardcoded gcc version.
123
124 * configure: Regenerated.
125
cf81c88e
UW
1262004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
127
128 * Makefile.in (gnattools): Depend on gnatlib.
129
b0b70d84
AC
1302003-02-10 Arnaud Charlet <charlet@act-europe.fr>
131
132 PR ada/6637, PR ada/5911
133 * configure.in, Makefile.in, configure: Merge with libada-branch
134
1352003-10-27 Arnaud Charlet <charlet@act-europe.fr>
136
137 PR ada/6637, PR ada/5911
138 * configure.in: Add support for --enable/disable-shared
139 * Makefile.in: Add initial, simple support for gnatlib/gnattools
140 for native and cross configurations.
141 * configure: Regenerate
142
1432003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
144
145 * configure.in: Make --enable-maintainer-mode work.
146 * configure: Regenerate.
147
148 * Makefile.in, configure.in: New files.
149 * configure: Generate.
150
151 * New directory, new ChangeLog.
152
153Copyright 2003, 2004 Free Software Foundation, Inc.
154
155This ChangeLog is free software; the Free Software Foundation gives
156unlimited permission to copy, distribute, and modify it.