Differences From Artifact [5ddd33e2a4]:
- Executable file
build/make-minkit-static
— part of check-in
[e143e5ef08]
at
2010-10-02 08:39:55
on branch trunk
— Updated Minkit build scripts to support buildint KitDLL
Added fix for building KitDLL on platforms without working "strtod"
Updated to support compiling TclVFS extension with "-fPIC" when building KitDLL (user: rkeene, size: 406) [annotate] [blame] [check-ins using]
To Artifact [f5218669e8]:
- Executable file build/make-minkit-static — part of check-in [df5e53167e] at 2014-05-22 05:53:44 on branch trunk — Updated static build script to use MUSL instead of dietlibc since MUSL is more complete (user: rkeene, size: 156) [annotate] [blame] [check-ins using] [more...]
1 2 3 | #! /bin/sh # Set C compiler to diet libc | | < < < < < < < | 1 2 3 4 5 6 7 8 9 | #! /bin/sh # Set C compiler to diet libc CC='x86_64-slackware-linux-musl-gcc' export CC ./build/make-minkit "$@" --disable-load --disable-threads exit 0 |