summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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