From 1dd094a4da1b472dbeae79fe9d6962e817a47b45 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 7 May 2013 11:32:42 +0200 Subject: use readelf from cross-build toolchain in hardfloat test 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 --- config.tests/hardfloat/hardfloat.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests') 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 -- cgit v1.2.3