From 60281cbfe4f4f5087d0f77e5b3b7b1a46edc741d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 23:17:25 +0200 Subject: Guess build system and remove BR2_GNU_BUILD_SUFFIX Instead of having a configuration option BR2_GNU_BUILD_SUFFIX, let's use config.guess to guess the build system type. Signed-off-by: Thomas Petazzoni --- package/qt/qt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/qt') diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 91673491a..4f42e59e8 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -372,7 +372,7 @@ BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM)) # x86x86fix # Workaround Qt Embedded bug when crosscompiling for x86 under x86 with linux # host. It's unclear if this would happen on other hosts. -ifneq ($(findstring pc-linux,$(BR2_GNU_BUILD_SUFFIX)),) +ifneq ($(findstring unknown-linux,$(GNU_HOST_NAME)),) ifneq ($(findstring x86,$(BR2_PACKAGE_QT_EMB_PLATFORM)),) QT_CONFIGURE+= -platform linux-g++ endif -- cgit v1.2.3