From 8e5224ef530723edd6738972b2fda912fdc1589f Mon Sep 17 00:00:00 2001 From: Bananymous Date: Thu, 9 Nov 2023 21:43:13 +0200 Subject: [PATCH] Toolchain: add em=gnu to gas. This allows using / in expressions --- toolchain/binutils-2.39.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/binutils-2.39.patch b/toolchain/binutils-2.39.patch index 39b6b48a..befb128c 100644 --- a/toolchain/binutils-2.39.patch +++ b/toolchain/binutils-2.39.patch @@ -59,7 +59,7 @@ index 62f806bdfe..e05db38382 100644 h8300-*-elf) fmt=elf ;; h8300-*-linux*) fmt=elf em=linux ;; -+ i386-*-banan_os*) fmt=elf ;; ++ i386-*-banan_os*) fmt=elf em=gnu ;; i386-*-beospe*) fmt=coff em=pe ;; i386-*-beos*) fmt=elf ;; i386-*-elfiamcu) fmt=elf arch=iamcu ;;