]> git.ipfire.org Git - thirdparty/gcc.git/blob - libada/ChangeLog
02abac72fc6dcecd3bbbbcf37bd300e20465c5b6
[thirdparty/gcc.git] / libada / ChangeLog
1 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
2
3 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
4 correctly.
5 * configure: Regenerate.
6
7 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
8
9 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
10 over error-prone Make abuse. Remove temporary debug code.
11 (gnatlib-zcx): New target.
12 (gnattools): Split into gnattools-native, gnattools-cross, to fix
13 previous bug; select which on the basis of default_gnattools_target.
14 (ada.all.cross): Merged with gnattools-cross target.
15 * configure.ac: Set default_gnattools_target.
16 * configure: Regenerate.
17
18 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
19
20 * Makefile.in: Fix errors introduced in previous change (in particular,
21 errors when building gnattools were ignored).
22 Code clean up and simplification.
23 update comments.
24 Remove temporary debug code introduced by mistake in previous check in.
25 Prefer GNU Make syntax over complex and error-prone sh syntax.
26 (gnatlib-zcx): New target.
27 (ada.all.cross): Merged with gnattools-cross target.
28
29 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
30
31 * configure.ac: It's gnatlib-plain in the Makefile, not
32 gnatlib-simple; make configure match.
33 * configure: Regenerate.
34
35 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
36
37 * Makefile.in: Call gcc/ada/Makefile directly, not through the
38 intermediary of gcc/Makefile. Incorporate all necessary parts of
39 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
40 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
41 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
42 to build in configure.ac, not here.
43 * configure.ac: Provide Makefile.in with the new information it needs,
44 such as GCC's tmake_file and xmake_file.
45 * configure: Regenerate.
46
47 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
48
49 * configure.in: Rename file to ...
50 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
51 * configure: Regenerate.
52
53 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
54
55 PR ada/14350
56 * configure.in: Remove hardcoded gcc version.
57
58 * configure: Regenerated.
59
60 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
61
62 * Makefile.in (gnattools): Depend on gnatlib.
63
64 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
65
66 PR ada/6637, PR ada/5911
67 * configure.in, Makefile.in, configure: Merge with libada-branch
68
69 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
70
71 PR ada/6637, PR ada/5911
72 * configure.in: Add support for --enable/disable-shared
73 * Makefile.in: Add initial, simple support for gnatlib/gnattools
74 for native and cross configurations.
75 * configure: Regenerate
76
77 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
78
79 * configure.in: Make --enable-maintainer-mode work.
80 * configure: Regenerate.
81
82 * Makefile.in, configure.in: New files.
83 * configure: Generate.
84
85 * New directory, new ChangeLog.
86
87 Copyright 2003, 2004 Free Software Foundation, Inc.
88
89 This ChangeLog is free software; the Free Software Foundation gives
90 unlimited permission to copy, distribute, and modify it.