PKGNAME="fend"
PKGDES="A multi-function command-line calculator"
PKGDEP="glibc gcc-runtime"
BUILDDEP="rustc llvm"
PKGSEC="utils"

CARGO_AFTER="-p fend"

USECLANG=1
ABSPLITDBG=0

# ld.lld does not support loongson3 and loongarch64
USECLANG__LOONGSON3=0
NOLTO__LOONGSON3=1
USECLANG__LOONGARCH64=0
NOLTO__LOONGARCH64=1
