Check-in [0bb0e3a51c]
Overview
Comment:Added missing build script
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0bb0e3a51c1cd6043afde65f7a1399247ac95697
User & Date: rkeene on 2014-04-28 20:37:23
Other Links: manifest | tags
Context
2014-04-28
20:38
Updated with additional ignore check-in: fd007c0fd0 user: rkeene tags: trunk
20:37
Added missing build script check-in: 0bb0e3a51c user: rkeene tags: trunk
20:36
Added TclTCC check-in: c8641be07e user: rkeene tags: trunk
Changes

Added build/make-kit-linux-arm version [3eb7c634cf].













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

CROSS="arm-slackware-linux-gnueabi"
export CROSS

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