2008-05-20 14:50:26 +02:00
|
|
|
2008-05-20 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
|
|
|
|
in gcc/ada/Makefile.in
|
|
|
|
|
2008-05-13 01:58:11 +02:00
|
|
|
2008-05-13 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
PR ada/31808
|
|
|
|
* Makefile.in (gnattools-cross): Do not build vxaddr2line
|
|
|
|
|
2008-04-08 08:58:58 +02:00
|
|
|
2008-04-05 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in: Remove handling of gnatbl.
|
|
|
|
|
2007-12-05 15:34:48 +01:00
|
|
|
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
|
|
|
|
|
|
|
|
PR ada/34284
|
|
|
|
* configure.ac: Added a missing switch case for *86-*-darwin*
|
|
|
|
when defining the value of TOOLS_TARGET_PAIRS.
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2007-06-06 15:18:52 +02:00
|
|
|
2007-06-06 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
|
|
|
|
gcc/ada/Makefile.in.
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2007-04-30 12:14:24 +02:00
|
|
|
2007-04-30 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
PR ada/28953
|
|
|
|
* Makefile.in: No longer build gprmake
|
|
|
|
|
2007-03-02 00:55:34 +01:00
|
|
|
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add dummy install-pdf target.
|
|
|
|
|
2007-02-11 12:28:52 +01:00
|
|
|
2007-02-11 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
|
|
|
|
gcc/ada/Makefile.in.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2007-01-23 17:37:09 +01:00
|
|
|
2007-01-23 Richard Guenther <rguenther@suse.de>
|
|
|
|
|
|
|
|
PR bootstrap/30541
|
|
|
|
* Makefile.in (STAGE_PREFIX): Do not define.
|
|
|
|
|
2006-10-11 01:48:09 +02:00
|
|
|
2006-10-10 Brooks Moses <bmoses@stanford.edu>
|
|
|
|
|
|
|
|
* Makefile.in: Added empty "pdf" target.
|
|
|
|
|
2006-06-03 19:16:11 +02:00
|
|
|
2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add html and install-html targets.
|
|
|
|
|
2005-03-09 10:49:09 +01:00
|
|
|
2005-03-09 Arnaud Charlet <charlet@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in: Fix incorrect use of ' in shell command
|
|
|
|
|
(top level)
Merged from libada-gnattools-branch:
2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
* gnattools: New directory.
* Makefile.def: Add gnattools as a module, depending on target-libada.
* Makefile.in: Regenerate.
* configure.in: Include gnattools in host_tools; disable it if ada
is disabled.
* configure: Regenerate.
(gcc)
* configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
* configure: Regenerate.
* libada-mk.in: Remove CC; rename
cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
(gcc/ada)
Partial merge from libada-gnattools-branch:
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
into code in gnattools/Makefile.in. Remove direct dependencies on
stamp-tools by tools clauses.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* config-lang.in: Add gnattools to $lang_dirs.
(libada)
2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Add stamp file for building libada, to avoid
duplicate builds every time all-gnattools is called.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
here.
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
_TARGET.
* configure: Regenerate.
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac, Makefile.in: Remove gnattools-specific code
(see gnattools directory).
* Makefile.in: Remove dead rts-* targets.
* configure: Regenerate.
(gnattools)
2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Remove use of cc_set_by_configure; just use
plain old CC from the top level in this case.
2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
Merge from mainline at tag libada-gnattools-merge-20050129:
* configure.ac: Changes propagated from gcc/ada/Makefile.in.
* Makefile.in: Changes relocated from gcc/ada/Makefile.in.
2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Reinstate stamp-gnatlib check.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
gcc/ada/configure.ac into gnattools-native and gnattools-cross
targets, collecting flags as appropriate from here,
gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
identical behavior.
* configure.ac: Add necessary configure bits from
gcc/ada/configure.ac.
* configure: Regenerate.
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
_TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
* configure: Regenerate.
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, configure.ac: Remove libada-specific targets and
variables.
* configure: Regenerate.
* New directory, cloned from libada.
From-SVN: r95594
2005-02-26 22:43:33 +01:00
|
|
|
2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Remove use of cc_set_by_configure; just use
|
|
|
|
plain old CC from the top level in this case.
|
|
|
|
|
|
|
|
2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
Merge from mainline at tag libada-gnattools-merge-20050129:
|
|
|
|
* configure.ac: Changes propagated from gcc/ada/Makefile.in.
|
|
|
|
* Makefile.in: Changes relocated from gcc/ada/Makefile.in.
|
|
|
|
|
|
|
|
2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Reinstate stamp-gnatlib check.
|
|
|
|
|
|
|
|
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
|
|
|
|
gcc/ada/configure.ac into gnattools-native and gnattools-cross
|
|
|
|
targets, collecting flags as appropriate from here,
|
|
|
|
gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
|
|
|
|
identical behavior.
|
|
|
|
* configure.ac: Add necessary configure bits from
|
|
|
|
gcc/ada/configure.ac.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
|
|
|
|
_TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
|
|
|
|
ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in, configure.ac: Remove libada-specific targets and
|
|
|
|
variables.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* New directory, cloned from libada.
|
|
|
|
|
|
|
|
Copyright 2004, 2005 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This ChangeLog is free software; the Free Software Foundation gives
|
|
|
|
unlimited permission to copy, distribute, and modify it.
|
|
|
|
|