summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorMichael Roth <mroth@nessie.de>2009-10-07 11:20:31 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-09 14:40:37 +0200
commit03bdf67f438ad66a652e860474fc65b9342656f2 (patch)
treec50ac155fa87d00590b073e34b07c003299cf2dd /package/qt
parent1cd28840db4b7b05bc338f4a8c0584fc13ed8715 (diff)
downloadbuildroot-novena-03bdf67f438ad66a652e860474fc65b9342656f2.tar.gz
buildroot-novena-03bdf67f438ad66a652e860474fc65b9342656f2.zip
qt: remove no longer needed 'x86x86fix' workaround
Tested with 4.5.2. Signed-off-by: Michael Roth <mroth@nessie.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 77e7f1a3b..6fe122cdf 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -17,10 +17,6 @@
# (cd /usr/include; sudo ln -s dbus-1.0/dbus dbus)
# to fix
-# BUG: There is a workaround below (search for x86x86fix) for
-# x86 crosscompiling under linux x86. Please remove it when the workaround
-# is no longer necessary.
-
QT_VERSION:=4.5.2
QT_CAT:=$(BZCAT)
@@ -329,17 +325,6 @@ endif
QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
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)),)
-ifeq ($(BR2_PACKAGE_QT_EMB_PLATFORM),x86)
-QT_CONFIGURE+= -platform linux-g++
-QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
-endif
-endif
-# End of workaround.
-
# Figure out what libs to install in the target
QT_LIBS=#empty
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)