summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Žemva2022-05-04 21:13:34 +0200
committerJanez Žemva2022-05-04 21:13:34 +0200
commitec9a8006af6e4dc14c7b009314ce40a73612b9fb (patch)
tree7122be77cdd2428a970f59a94ca56e8272d5e8a7
parent3cbba8acb6461d3467c3eb1509f1795798a6dc37 (diff)
downloadaur-ec9a8006af6e4dc14c7b009314ce40a73612b9fb.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1380486010..21f59fd937c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-binutils
pkgdesc = binutils for the djgpp dosbox cross-compiler
pkgver = 2.35
- pkgrel = 3
+ pkgrel = 4
url = http://www.gnu.org/software/binutils
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a92d936df1dd..adc525d20bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dosbox-binutils
pkgver=2.35
-pkgrel=3
+pkgrel=4
pkgdesc="binutils for the djgpp dosbox cross-compiler"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils"
@@ -38,10 +38,12 @@ build() {
--datadir="/usr/$_target/share" \
--enable-lto \
--disable-install-libiberty \
+ --disable-ld \
--disable-multilib \
--disable-nls \
--disable-plugins \
- --disable-werror
+ --disable-werror \
+ --enable-gold
make
}