From ef11217de78bdd4f5431830572aa90f0a5417368 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 27 May 2013 13:52:08 -0400 Subject: Create a new variable MAKE_HOST providing the host architecture. --- variable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 0cf8bac..f76b02b 100644 --- a/variable.c +++ b/variable.c @@ -803,6 +803,7 @@ define_automatic_variables (void) (remote_description == 0 || remote_description[0] == '\0') ? "" : remote_description); define_variable_cname ("MAKE_VERSION", buf, o_default, 0); + define_variable_cname ("MAKE_HOST", make_host, o_default, 0); #ifdef __MSDOS__ /* Allow to specify a special shell just for Make, -- cgit v1.2.3