Differences From Artifact [649e5e9b7e]:
- Executable file build/make-kit-linux-i386-static — part of check-in [4f545e5193] at 2014-08-31 19:09:29 on branch trunk — Added more platforms (user: rkeene, size: 116) [annotate] [blame] [check-ins using]
To Artifact [e5bf480fa0]:
- Executable file build/make-kit-linux-i386-static — part of check-in [529d975d29] at 2014-08-31 19:57:41 on branch trunk — Updated to build static, statically (user: rkeene, size: 250) [annotate] [blame] [check-ins using]
1 2 3 4 | #! /bin/sh CROSS="x86_64-unknown-linux-musl" CC_ADD='-m32' | > > > | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/sh CROSS="x86_64-unknown-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 "$@" |