Try adding -B to force using correct linker
This commit is contained in:
parent
ff05f79b23
commit
7677ae16c7
@ -5,7 +5,7 @@ export CC=$HOME/.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/clang
|
||||
export SYSROOT=$HOME/.konan/dependencies/target-sysroot-1-linux-glibc-arm64
|
||||
export TOOLCHAIN=$HOME/.konan/dependencies/target-gcc-toolchain-3-linux-x86-64/x86_64-unknown-linux-gnu
|
||||
#export CFLAGS="-O3 -target aarch64-unknown-linux-gnu --sysroot $SYSROOT -gcc-toolchain $TOOLCHAIN -fuse-ld=$CLANG_BIN/ld.lld -B$CLANG_BIN"
|
||||
export CFLAGS="-O3 -target aarch64-unknown-linux-gnu --sysroot $SYSROOT -fuse-ld=$CLANG_BIN/ld.lld"
|
||||
export CFLAGS="-O3 -target aarch64-unknown-linux-gnu --sysroot $SYSROOT -fuse-ld=$CLANG_BIN/ld.lld -B$CLANG_BIN"
|
||||
export LDFLAGS="-fuse-ld=$CLANG_BIN/ld.lld"
|
||||
cd libsodium
|
||||
./autogen.sh -s -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user