Diff

Differences From Artifact [fdf5250c75]:

To Artifact [3bfb169e94]:


1
2
3
4
5



6
#! /bin/sh

CROSS="arm-android9-linux-androideabi"
export CROSS




./build/make-kit-crosscompile "$@" LDFLAGS=-static-libgcc





>
>
>
|
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