summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarks2021-07-15 08:44:25 +0200
committerDarks2021-07-15 08:44:25 +0200
commitcb7a810e757d7954169060e2520a191d97e5c0d4 (patch)
tree45dbfd0c9a4c6924163bd903a7bd5ed9fe19b742 /PKGBUILD
parent0ca099ea32ab9a81bb9f5bf8bc40d7f8d54a0c97 (diff)
downloadaur-cb7a810e757d7954169060e2520a191d97e5c0d4.tar.gz
Added buildflags to avoid some errors when building.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f1517c6df9b..a0e3ac4addd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_target="sh-elf"
pkgname=${_target}-binutils-casio
pkgver=2.36.1
-pkgrel=3
+pkgrel=4
pkgdesc="GNU binary utilities for the Casio calculators SuperH processors."
arch=('i686' 'x86_64')
url='https://www.gnu.org/software/binutils/'
license=('GPL')
depends=('binutils' 'flex' 'zlib')
makedepends=('gcc')
-options=('!libtool' '!emptydirs')
+options=('!buildflags' '!emptydirs' '!libtool')
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
sha256sums=('5b4bd2e79e30ce8db0abd76dd2c2eae14a94ce212cfc59d3c37d23e24bc6d7a3')