Artifact e2bdf960018609d18b74130134e0562eef6cbd0b:
- Executable file build/make-kit-linux-i386-static — part of check-in [fe66a5f969] at 2015-02-02 18:38:54 on branch trunk — Updated build system to use new build-cc name for static compilers (user: rkeene, size: 250) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh CROSS="x86_64-generic-linux-musl" CC_ADD='-m32' if ! echo " ${KITCREATOR_PKGS} " | grep ' kitdll ' >/dev/null; then KC_KITSH_LDFLAGS="${KC_KITSH_FLAGS} -static" fi export CROSS CC_ADD KC_KITSH_LDFLAGS ./build/make-kit-crosscompile "$@"