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 /gcc/configure.ac | |
| parent | e9024729e2f52424472e893ac080289f7677c02e (diff) | |
| download | gcc-47e62307a7044bc09063b954383d8bedaf57f28c.zip gcc-47e62307a7044bc09063b954383d8bedaf57f28c.tar.gz gcc-47e62307a7044bc09063b954383d8bedaf57f28c.tar.bz2 | |
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 'gcc/configure.ac')
| -rw-r--r-- | gcc/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index d55f845..ab91de6 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -35,6 +35,9 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET +# Determine the noncanonical host name, for Ada. +ACX_NONCANONICAL_HOST + # Determine the noncanonical target name, for directory use. ACX_NONCANONICAL_TARGET |
