Differences From Artifact [3bfb169e94]:
- 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]
To Artifact [5704c09207]:
- Executable file build/make-kit-android-arm — part of check-in [da04ec5b60] at 2017-03-31 11:52:54 on branch trunk — Improved PIE support for Android, hopefully (user: rkeene, size: 205) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #! /bin/sh CROSS="arm-android9-linux-androideabi" export CROSS | | | | 1 2 3 4 5 6 7 8 9 | #! /bin/sh CROSS="arm-android9-linux-androideabi" export CROSS KC_KITSH_LDFLAGS_ADD='-fPIC -fPIE -pie' export KC_KITSH_LDFLAGS_ADD ./build/make-kit-crosscompile "$@" LDFLAGS=-static-libgcc CFLAGS=-fPIE |