Differences From Artifact [fdf5250c75]:
- Executable file build/make-kit-android-arm — part of check-in [6f659c9189] at 2013-11-19 16:24:06 on branch trunk — Updated to build Android builds with -static-libgcc (user: rkeene, size: 123) [annotate] [blame] [check-ins using] [more...]
To 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]
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='-fPIE' export KC_KITSH_LDFLAGS_ADD ./build/make-kit-crosscompile "$@" LDFLAGS=-static-libgcc CFLAGS=-fPIC |