diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-05-16 08:55:12 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-05-16 08:55:12 +0000 |
commit | 47e62307a7044bc09063b954383d8bedaf57f28c (patch) | |
tree | 2332d7afe677a11a9c05a9d73f2c43b2ddf37919 /gnattools/ChangeLog | |
parent | e9024729e2f52424472e893ac080289f7677c02e (diff) | |
download | gcc-47e62307a7044bc09063b954383d8bedaf57f28c.tar.gz |
configure.ac: Add ACX_NONCANONICAL_HOST.
gnattools/
* configure.ac: Add ACX_NONCANONICAL_HOST.
* configure: Regenerate.
* Makefile.in: Replace host_alias with host_noncanonical.
(gnattools-cross): Do not rename the tools.
gcc/
* configure.ac: Add ACX_NONCANONICAL_HOST.
* configure: Regenerate.
* Makefile.in: Set host_noncanonical.
gcc/ada
* gcc-interface/Make-lang.in (GNATMAKE_FOR_HOST): In the canadian
cross case, use host_noncanonical instead of host as prefix.
(GNATBIND_FOR_HOST): Likewise.
(GNATLINK_FOR_HOST): Likewise.
(GNATLS_FOR_HOST): Likewise.
From-SVN: r236267
Diffstat (limited to 'gnattools/ChangeLog')
-rw-r--r-- | gnattools/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 18aa7021d66..9432ce1add5 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,10 @@ +2016-05-16 Eric Botcazou <ebotcazou@adacore.com> + + * configure.ac: Add ACX_NONCANONICAL_HOST. + * configure: Regenerate. + * Makefile.in: Replace host_alias with host_noncanonical. + (gnattools-cross): Do not rename the tools. + 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org> PR bootstrap/70173 |