summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-27 13:52:08 -0400
committerPaul Smith <psmith@gnu.org>2013-05-27 13:52:08 -0400
commit6926227dfc1dc6b4a62f0aa178ac8b633eecb856 (patch)
tree41b148d4677090cf205ad7da640209ee38694ff0 /variable.c
parentfcccad19030f421315a145beda45bc4aa68ddab7 (diff)
downloadmake-6926227dfc1dc6b4a62f0aa178ac8b633eecb856.tar.gz
Create a new variable MAKE_HOST providing the host architecture.
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.c b/variable.c
index 0cf8bac4..f76b02bf 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,