Check-in [6f659c9189]
Overview
Comment:Updated to build Android builds with -static-libgcc
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6f659c91893536262285fe0049decdc25051edef
User & Date: rkeene on 2013-11-19 16:24:06
Other Links: manifest | tags
Context
2013-12-19
15:37
Added Tclx build script check-in: 05cbe23afb user: rkeene tags: trunk
2013-11-19
16:24
Updated to build Android builds with -static-libgcc check-in: 6f659c9189 user: rkeene tags: trunk
2013-10-20
03:11
Updated icon (courtesy of C. Shults) check-in: ef6ac5d932 user: rkeene tags: trunk
Changes

Modified build/make-kit-android-arm from [0fc5e40e1c] to [fdf5250c75].

1
2
3
4
5
6
#! /bin/sh

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

./build/make-kit-crosscompile "$@"





|
1
2
3
4
5
6
#! /bin/sh

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

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