Overview
Comment: | Updated to build static, statically |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
529d975d297556041b3158ff9e337d8c |
User & Date: | rkeene on 2014-08-31 19:57:41 |
Other Links: | manifest | tags |
Context
2014-08-31
| ||
20:14 | Updated to support disabling KitDLL check-in: 1a0dc6637d user: rkeene tags: trunk | |
19:57 | Updated to build static, statically check-in: 529d975d29 user: rkeene tags: trunk | |
19:45 | Updated to latest tcc4tcl check-in: 99496bc131 user: rkeene tags: trunk | |
Changes
Modified build/make-kit-linux-amd64-static from [9cbcdf93e0] to [29293c0e29].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 | + + + - + | #! /bin/sh CROSS="x86_64-unknown-linux-musl" CC_ADD="-m64" if ! echo " ${KITCREATOR_PKGS} " | grep ' kitdll ' >/dev/null; then KC_KITSH_LDFLAGS="${KC_KITSH_FLAGS} -static" fi |
Modified build/make-kit-linux-i386-static from [649e5e9b7e] to [e5bf480fa0].
1 2 3 4 | 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 |