Diff

Differences From Artifact [3bfb169e94]:

To Artifact [5704c09207]:


1
2
3
4
5
6

7
8
9

1
2
3
4
5

6
7
8

9





-
+


-
+
#! /bin/sh

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

KC_KITSH_LDFLAGS_ADD='-fPIE'
KC_KITSH_LDFLAGS_ADD='-fPIC -fPIE -pie'
export KC_KITSH_LDFLAGS_ADD

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