summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan de Schaetzen2024-02-19 10:02:09 +0100
committerSebastiaan de Schaetzen2024-02-19 10:02:09 +0100
commit0663d0cdc04eb5e4b7f141d2823274db95d0f52a (patch)
tree9d99b16ffa4f50c5da669d071a8797e9843ed8d1 /PKGBUILD
parent21024c044e32dca8cf1ec53675169785fe9908e8 (diff)
downloadaur-binutils-ia16.tar.gz
Bump to 20230531 and add ELKS flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6275865c06f2..3f4bb1aabc2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
pkgname=binutils-ia16
-pkgver=20230319
+pkgver=20230531
pkgrel=1
epoch=
pkgdesc="IA-16 (Intel 16-bit x86) port of GNU Binutils"
@@ -11,7 +11,7 @@ depends=(glibc zlib)
checkdepends=(dejagnu bc)
options=(staticlibs !distcc !ccache)
source=("https://github.com/tkchia/binutils-ia16/archive/refs/tags/$pkgver.tar.gz")
-md5sums=('f39ea58098ef7be273810494e6db7276')
+md5sums=('6ca9cae3761a39a55313468ac6356d81')
build() {
mkdir -p build-binutils
@@ -27,7 +27,11 @@ build() {
--disable-readline \
--disable-sim \
--disable-nls \
- --disable-werror
+ --disable-werror \
+ --enable-ld=default \
+ --enable-gold=yes \
+ --enable-targets=ia16-elf \
+ --enable-x86-hpa-segelf=yes
make configure-host
make tooldir=/usr
}