Differences From 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]
To Artifact [285ebb90fe]:
- Executable file build/make-kit-linux-mipsel — part of check-in [d2a5640fe0] at 2014-07-05 00:12:10 on branch trunk — Updated to not link statically if we are building a KitDLL for Linux/MUSL on MIPS (user: rkeene, size: 227) [annotate] [blame] [check-ins using] [more...]
1 2 3 | #! /bin/sh CROSS="mips-unknown-linux-musl" | > | > | 1 2 3 4 5 6 7 8 9 | #! /bin/sh CROSS="mips-unknown-linux-musl" if ! echo " ${KITCREATOR_PKGS} " | grep ' kitdll ' >/dev/null; then KC_KITSH_LDFLAGS="${KC_KITSH_FLAGS} -static" fi export CROSS KC_KITSH_LDFLAGS ./build/make-kit-crosscompile "$@" |