From: Stephan Hoffmann Date: Fri, 17 Aug 2012 11:54:16 +0000 (+0200) Subject: Added QMAKESPEC to the list of unexported symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32314b44717d655d86b7ff3f557313da8fea4183;p=buildroot.git Added QMAKESPEC to the list of unexported symbols Building QT might fail if QMAKESPEC is defined. Signed-off-by: Stephan Hoffmann Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index 9ab7d99d7d..77ca4a00da 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,7 @@ unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS unexport CONFIG_SITE +unexport QMAKESPEC GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)