PKGNAME="edit"
PKGDES="A terminal text editor"
PKGDEP="glibc gcc-runtime"
BUILDDEP="llvm-20 rustc"
BUILDDEP__LOONGARCH64="${BUILDDEP/rustc/}"
BUILDDEP__LOONGARCH64_NOSIMD="${BUILDDEP__LOONGARCH64}"
PKGSEC="editors"

ABTYPE=rust
USECLANG=1

# FIXME: ld.lld: error: Unknown attribute kind (105)
NOLTO__LOONGARCH64=1
NOLTO__LOONGARCH64_NOSIMD=1
