Makefile: Unexport MACHINE variable

Fixes bug 7448

Otherwise glibc build fails.

[Peter: reworded]
Signed-off-by: Risto Avila <risto.avila@digia.com>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Risto Avila 2014-09-24 04:37:13 +00:00 committed by Peter Korsgaard
parent c851b6c88a
commit 6d3b975653
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ unexport TAR_OPTIONS
unexport CONFIG_SITE
unexport QMAKESPEC
unexport TERMINFO
unexport MACHINE
GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)