summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-07 11:32:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 15:44:55 +0200
commit1dd094a4da1b472dbeae79fe9d6962e817a47b45 (patch)
tree19ae6fbfc434ca092e5cf60b7ab935639c3ea3fb
parentc97afb08eb28ce36f726fe427556622790a287c1 (diff)
downloadqtjsbackend-1dd094a4da1b472dbeae79fe9d6962e817a47b45.tar.gz
use readelf from cross-build toolchain in hardfloat testv5.1.0-beta1
it's a bit hacky that readelf is hardcoded in the first place (instead of coming from the spec), but whatever. Task-number: QTBUG-30677 Change-Id: Id3742c4a47476c8807eff3f566e45fa6d4b97326 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--config.tests/hardfloat/hardfloat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/hardfloat/hardfloat.pro b/config.tests/hardfloat/hardfloat.pro
index 6aa1dd8..672ad18 100644
--- a/config.tests/hardfloat/hardfloat.pro
+++ b/config.tests/hardfloat/hardfloat.pro
@@ -4,7 +4,7 @@ OBJECTS_DIR = obj
QMAKE_CXXFLAGS += -MD
equals(QT_ARCH, "arm"):unix {
- test.commands = readelf -A hardfloat | grep -q \'Tag_ABI_VFP_args: VFP registers\'
+ test.commands = $${CROSS_COMPILE}readelf -A hardfloat | grep -q \'Tag_ABI_VFP_args: VFP registers\'
test.depends = hardfloat
QMAKE_EXTRA_TARGETS += test