From: Risto Avila Date: Wed, 24 Sep 2014 04:37:13 +0000 (+0000) Subject: Makefile: Unexport MACHINE variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d3b975653eee06d48f61dde4777e7c5d6abda92;p=buildroot.git Makefile: Unexport MACHINE variable Fixes bug 7448 Otherwise glibc build fails. [Peter: reworded] Signed-off-by: Risto Avila Reviewed-by: Luca Ceresoli Tested-by: Luca Ceresoli Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index e788f1beff..53f8ad5992 100644 --- a/Makefile +++ b/Makefile @@ -292,6 +292,7 @@ unexport TAR_OPTIONS unexport CONFIG_SITE unexport QMAKESPEC unexport TERMINFO +unexport MACHINE GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)