Check-in [a0ab236261]
Overview
Comment:Added executable bit back, AGAIN!
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a0ab2362617cd918bb085ee4eda7892ac1267093
User & Date: rkeene on 2011-06-06 15:40:57
Other Links: manifest | tags
Context
2011-06-24
18:44
Upgraded test suite to use Tcl/Tk 8.5.10 check-in: 75999463a7 user: rkeene tags: trunk
2011-06-06
15:40
Added executable bit back, AGAIN! check-in: a0ab236261 user: rkeene tags: trunk
2011-06-03
05:39
KitCreator 0.6.0 check-in: 000da8e97d user: rkeene tags: trunk, 0.6.0
Changes

Modified build/make-kit-mipsel from [814a04e3a0] to [ce8f51c4c1].

1



2
3
4
5
6
7
8
9
10
11
#! /bin/sh




PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin"
AR=mipsel-unknown-linux-uclibc-ar
CC=mipsel-unknown-linux-uclibc-gcc
CXX=mipsel-unknown-linux-uclibc-g++
RANLIB=mipsel-unknown-linux-uclibc-ranlib
STRIP=mipsel-unknown-linux-uclibc-strip
export PATH AR CC CXX RANLIB STRIP

./build/make-minkit "$@" --host=mipsel-unknown-linux-uclibc

>
>
>










1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

# Caution: Fossil likes to remove the executable bit from files.  This is a
# bug that makes it useless.

PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin"
AR=mipsel-unknown-linux-uclibc-ar
CC=mipsel-unknown-linux-uclibc-gcc
CXX=mipsel-unknown-linux-uclibc-g++
RANLIB=mipsel-unknown-linux-uclibc-ranlib
STRIP=mipsel-unknown-linux-uclibc-strip
export PATH AR CC CXX RANLIB STRIP

./build/make-minkit "$@" --host=mipsel-unknown-linux-uclibc