Check-in [911b4864a6]
Overview
Comment:Updated to build Android/ARM kits as PIE
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 911b4864a6b9a7190377471a934f8f743d6b0c2b
User & Date: rkeene on 2017-03-30 04:37:45
Other Links: manifest | tags
Context
2017-03-31
11:52
Improved PIE support for Android, hopefully check-in: da04ec5b60 user: rkeene tags: trunk
2017-03-30
04:37
Updated to build Android/ARM kits as PIE check-in: 911b4864a6 user: rkeene tags: trunk
2017-02-20
14:54
Merged in setting Tcl Module paths check-in: 4a78bcbd8a user: rkeene tags: trunk
Changes

Modified build/make-kit-android-arm from [fdf5250c75] to [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