File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55pkgbase=pacman
66pkgname=(libalpm pacman repo-tools)
77pkgver=7.0.0
8- pkgrel=6
9- arch=(x86_64 aarch64 riscv64)
8+ pkgrel=7
9+ arch=(x86_64 aarch64 riscv64 loongarch64 )
1010url=https://www.archlinux.org/pacman/
1111license=(GPL)
1212makedepends=(meson libarchive openssl ninja acl curl xz gpgme) # TODO: asciidoc doxygen
@@ -84,13 +84,14 @@ build()
8484 x86_64) makepkg_cflags+=" -march=x86-64 -fstack-clash-protection -fcf-protection" ;;
8585 aarch64) makepkg_cflags+=" -march=armv8-a" ;;
8686 riscv64) makepkg_cflags+=" -march=rv64gc" ;;
87+ loongarch64) makepkg_cflags+=" -march=la464" ;;
8788 esac
8889 case $CARCH in
8990 riscv64) makepkg_rustarch=" riscv64gc" ;;
9091 * ) makepkg_rustarch=" ${CARCH} "
9192 esac
9293 case $CARCH in
93- riscv64) makepkg_lto=" !lto" ;;
94+ riscv64|loongarch64 ) makepkg_lto=" !lto" ;;
9495 * ) makepkg_lto=" lto"
9596 esac
9697 sed -i ./makepkg.conf \
You can’t perform that action at this time.
0 commit comments