From ca65aab3a12b42e4e68faa26680e37f4cb358830 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sun, 18 Feb 2018 10:04:29 +0100 Subject: Fix readelf command name on x86 Summary: The prefix for the command is i686-linux-android, while the toolchain is x86 in this case. On ARM both values are the same. Reviewers: #build_system, apol Reviewed By: apol Subscribers: #frameworks Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D10625 --- toolchain/deployment-file.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 8208b1e9..6aa1a7c7 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -3,7 +3,7 @@ "sdk": "@ANDROID_SDK_ROOT@", "ndk": "@ANDROID_NDK@", "toolchain-prefix": "@ANDROID_TOOLCHAIN@", - "tool-prefix": "@ANDROID_TOOLCHAIN@", + "tool-prefix": "@ANDROID_COMPILER_PREFIX@", "toolchain-version": "@ANDROID_GCC_VERSION@", "ndk-host": "@_HOST@", "target-architecture": "@ANDROID_ABI@", -- cgit v1.2.1