diff options
author | Sebastiaan de Schaetzen | 2024-02-19 10:02:09 +0100 |
---|---|---|
committer | Sebastiaan de Schaetzen | 2024-02-19 10:02:09 +0100 |
commit | 0663d0cdc04eb5e4b7f141d2823274db95d0f52a (patch) | |
tree | 9d99b16ffa4f50c5da669d071a8797e9843ed8d1 | |
parent | 21024c044e32dca8cf1ec53675169785fe9908e8 (diff) | |
download | aur-binutils-ia16.tar.gz |
Bump to 20230531 and add ELKS flags
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = binutils-ia16 pkgdesc = IA-16 (Intel 16-bit x86) port of GNU Binutils - pkgver = 20230319 + pkgver = 20230531 pkgrel = 1 url = https://github.com/tkchia/binutils-ia16 arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = binutils-ia16 options = staticlibs options = !distcc options = !ccache - source = https://github.com/tkchia/binutils-ia16/archive/refs/tags/20230319.tar.gz - md5sums = f39ea58098ef7be273810494e6db7276 + source = https://github.com/tkchia/binutils-ia16/archive/refs/tags/20230531.tar.gz + md5sums = 6ca9cae3761a39a55313468ac6356d81 pkgname = binutils-ia16 @@ -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 } |