Package Details: binutils-ia16 20230531-1

Git Clone URL: https://aur.archlinux.org/binutils-ia16.git (read-only, click to copy)
Package Base: binutils-ia16
Description: IA-16 (Intel 16-bit x86) port of GNU Binutils
Upstream URL: https://github.com/tkchia/binutils-ia16
Licenses: GPL
Submitter: seeseemelk
Maintainer: seeseemelk
Last Packager: seeseemelk
Votes: 1
Popularity: 0.000219
First Submitted: 2020-03-08 20:14 (UTC)
Last Updated: 2024-02-19 09:02 (UTC)

Latest Comments

andreas_baumann commented on 2024-02-17 12:55 (UTC) (edited on 2024-02-17 12:55 (UTC) by andreas_baumann)

Added some flags needed in the ELKS project:

--enable-ld=default \
               --enable-gold=yes \
               --enable-targets=ia16-elf \
               --enable-x86-hpa-segelf=yes \

andreas_baumann commented on 2023-03-04 10:47 (UTC)

--bindir=/usr/bin \
--libdir=/usr/lib/ia16-elf/ 

This makes sure ia16-elf dependent files do not overwrite the host binutils, OTOH ia-elf-as is part of /usr/bin and thus in the PATH.

andreas_baumann commented on 2023-03-04 09:43 (UTC)

Builds with the following changes in PKGBUILD:

...
pkgver=20221221
...
source=("https://github.com/tkchia/binutilsia16/archive/refs/tags/$pkgver.tar.gz")
md5sums=('36d72eed7f40a91170ec2d7bd8b30ca2')
...
build() {
...
../binutils-ia16-$pkgver/configure \
...