Artifact 3bfb169e9483b7a9ec79cc9f37c3c4d77b539503:
- Executable file build/make-kit-android-arm — part of check-in [911b4864a6] at 2017-03-30 04:37:45 on branch trunk — Updated to build Android/ARM kits as PIE (user: rkeene, size: 194) [annotate] [blame] [check-ins using]
#! /bin/sh CROSS="arm-android9-linux-androideabi" export CROSS KC_KITSH_LDFLAGS_ADD='-fPIE' export KC_KITSH_LDFLAGS_ADD ./build/make-kit-crosscompile "$@" LDFLAGS=-static-libgcc CFLAGS=-fPIC