Diff

Differences From Artifact [9cbcdf93e0]:

To Artifact [29293c0e29]:


1
2
3
4



5
6
7
#! /bin/sh

CROSS="x86_64-unknown-linux-musl"
CC_ADD="-m64"



export CROSS CC_ADD

./build/make-kit-crosscompile "$@" --enable-64bit




>
>
>
|


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
export CROSS CC_ADD KC_KITSH_LDFLAGS

./build/make-kit-crosscompile "$@" --enable-64bit