Toolchain: add em=gnu to gas. This allows using / in expressions

This commit is contained in:
Bananymous 2023-11-09 21:43:13 +02:00
parent fda0dfec30
commit 8e5224ef53
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;;