From: Fredrik Fornwall Date: Tue, 17 Jan 2017 16:31:24 +0000 (+0100) Subject: Fix arm issue with clang-pie-wrapper X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/07884eae943fa3c097c7e5b0d5886357e1239b5f?hp=07884eae943fa3c097c7e5b0d5886357e1239b5f Fix arm issue with clang-pie-wrapper We need to wrap arm-linux-androideabi, not arm-linux-android. Also, specify armv7a as clang cpu target and not just arm. ---