diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-27 13:52:08 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-27 13:52:08 -0400 |
commit | ef11217de78bdd4f5431830572aa90f0a5417368 (patch) | |
tree | 41b148d4677090cf205ad7da640209ee38694ff0 /variable.c | |
parent | e8f5d322cf720f65a1d24c1219bcedef8af9e6ec (diff) | |
download | gunmake-ef11217de78bdd4f5431830572aa90f0a5417368.tar.gz |
Create a new variable MAKE_HOST providing the host architecture.
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |