Differences From Artifact [814a04e3a0]:
- Executable file build/make-kit-mipsel — part of check-in [403ee0b408] at 2011-03-08 04:18:02 on branch trunk — Corrected issue with previous commit (user: rkeene, size: 376) [annotate] [blame] [check-ins using] [more...]
To Artifact [ce8f51c4c1]:
- Executable file build/make-kit-mipsel — part of check-in [a0ab236261] at 2011-06-06 15:40:57 on branch trunk — Added executable bit back, AGAIN! (user: rkeene, size: 482) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | + + + | #! /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 |
︙ |