Artifact 285ebb90fedc2087f731da783efab5e5ee45af75:
- 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...]
#! /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 "$@"