r236267 - in /trunk: gcc/ChangeLog gcc/Makefile...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Mon May 16 08:55:00 GMT 2016


Author: ebotcazou
Date: Mon May 16 08:55:12 2016
New Revision: 236267

URL: https://gcc.gnu.org/viewcvs?rev=236267&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/Make-lang.in
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gnattools/ChangeLog
    trunk/gnattools/Makefile.in
    trunk/gnattools/configure
    trunk/gnattools/configure.ac



More information about the Gcc-cvs mailing list