Differences From Artifact [819d882cb2]:
- Executable file
build/make-kit-linux-mipsel
— part of check-in
[aa00b0ada2]
at
2012-05-13 18:50:59
on branch trunk
— Updated to use standard cross-compile script for Linux/MIPS target
Updated to include "mips" support in fake uname
Updated to not use fake uname for "mips" (user: rkeene, size: 97) [annotate] [blame] [check-ins using]
To Artifact [a970763cc4]:
- Executable file build/make-kit-linux-mipsel — part of check-in [1ec331082c] at 2014-07-05 00:04:34 on branch trunk — Updated MIPS test builds to be MUSL (static) based instead of uClibc (user: rkeene, size: 137) [annotate] [blame] [check-ins using]
1 2 | #! /bin/sh | | > | | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="mips-unknown-linux-musl" KC_KITSH_LDFLAGS='-static' export CROSS KC_KITSH_LDFLAGS ./build/make-kit-crosscompile "$@" |