Skip to content

Commit

Permalink
devtools: enable lto for riscv64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jan 17, 2022
1 parent e3fd5be commit 608f494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/makepkg-riscv64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#-- debug: Add debugging flags as specified in DEBUG_* variables
#-- lto: Add compile flags for building with link time optimization
#
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto)
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)

#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
INTEGRITY_CHECK=(sha256)
Expand Down
2 changes: 1 addition & 1 deletion devtools/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 8299c8c..4c7443b 100644
pkgname=devtools
pkgver=20211129
-pkgrel=1
+pkgrel=1.1
+pkgrel=1.2
pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
+arch=('x86_64')
Expand Down

0 comments on commit 608f494

Please sign in to comment.