From: Peter Korsgaard Date: Mon, 12 Dec 2011 09:25:50 +0000 (+0100) Subject: Makefile: ensure CONFIG_SITE isn't set X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4;p=buildroot.git Makefile: ensure CONFIG_SITE isn't set Fixes lib/lib64 issue when building on OpenSUSE. Reported-by: Guillaume Gardet Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 84cea1c951..242265f2cf 100644 --- a/Makefile +++ b/Makefile @@ -192,6 +192,7 @@ unexport CPP unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS +unexport CONFIG_SITE GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)