iglupkg: add target info

This commit is contained in:
Ella-0 2021-06-12 09:55:17 +01:00
parent a652de4c6c
commit 1461a8f981

View file

@ -4,6 +4,10 @@ export JOBS="$(nproc)"
#export RUSTFLAGS="-C target-cpu=native"
export CC=clang
export CXX=clang++
export ARCH=$(uname -m)
export KERN=linux
export ABI=musl
export TRIPLE=$ARCH-unknown-$KERN-$ABI
#export CFLAGS="-march=native"
#export CXXFLAGS="-march=native"